Package: libquadmath0 Status: install ok installed Priority: optional Section: libs Installed-Size: 265 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.23) Description: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Homepage: http://gcc.gnu.org/ Package: python-apt-common Status: install ok installed Priority: optional Section: python Installed-Size: 626 Maintainer: APT Development Team Architecture: all Source: python-apt Version: 1.4.3 Replaces: python-apt (<< 0.7.98+nmu1) Breaks: python-apt (<< 0.7.98+nmu1) Enhances: python-apt, python3-apt Description: Python interface to libapt-pkg (locales) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains locales. Package: libgs9-common Status: install ok installed Priority: optional Section: libs Installed-Size: 7317 Maintainer: Debian Printing Team Architecture: all Multi-Arch: foreign Source: ghostscript Version: 9.26a~dfsg-0+deb9u9 Recommends: fonts-droid-fallback Description: interpreter for the PostScript language and for PDF - common files GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides common architecture-independent files needed by the GPL Ghostscript library. . By default, GPL Ghostscript uses a font from the fonts-droid package to approximate glyphs in PDFs for which the requested CJK TrueType font is missing. If the fonts-droid package is not installed, these glyphs will be rendered as bullets. Homepage: http://www.ghostscript.com/ Package: libnpth0 Status: install ok installed Priority: optional Section: libs Installed-Size: 43 Maintainer: Eric Dorland Architecture: amd64 Multi-Arch: same Source: npth Version: 1.3-1 Depends: libc6 (>= 2.17) Description: replacement for GNU Pth using system threads nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. In contrast to GNU Pth it is based on the system's standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth. Homepage: https://www.gnupg.org/ Package: libboost-locale-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-locale1.62-dev Description: C++ facilities for localization (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/math/ Package: libhtml-tagset-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 32 Maintainer: Debian Perl Group Architecture: all Version: 3.20-3 Depends: perl Description: Data tables pertaining to HTML HTML-Tagset contains data tables useful in dealing with HTML. For instance, it provides %HTML::Tagset::emptyElement, which lists all of the HTML elements which cannot have content. It provides no functions or methods. Homepage: https://metacpan.org/release/HTML-Tagset Package: mpi-default-bin Status: install ok installed Priority: extra Section: net Installed-Size: 10 Maintainer: Debian Science Team Architecture: amd64 Source: mpi-defaults Version: 1.8 Depends: openmpi-bin Description: 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. Package: libxi6 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxi Version: 2:1.7.9-1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and hotplugging of input devices (to be added and removed on the fly). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Homepage: https://www.x.org/ Package: libedit2 Status: install ok installed Priority: standard Section: libs Installed-Size: 241 Maintainer: LLVM Packaging Team Architecture: amd64 Multi-Arch: same Source: libedit Version: 3.1-20160903-3 Depends: libbsd0 (>= 0.0), libc6 (>= 2.17), libncurses5 (>= 6), libtinfo5 (>= 6) Description: BSD editline and history libraries Command line editor library provides generic line editing, history, and tokenization functions. . It slightly resembles GNU readline. Homepage: http://www.thrysoee.dk/editline/ Package: libboost-atomic1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 44 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-atomic1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-atomic1.53-dev, libboost-atomic1.54-dev, libboost-atomic1.55-dev, libboost-atomic1.57-dev, libboost-atomic1.58-dev, libboost-atomic1.60-dev, libboost-atomic1.61-dev Description: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Homepage: http://www.boost.org/libs/atomic/ Package: python3-cryptography Status: install ok installed Priority: optional Section: python Installed-Size: 1456 Maintainer: Tristan Seligmann Architecture: amd64 Source: python-cryptography Version: 1.7.1-3+deb9u2 Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-idna (>= 2.0), python3-pyasn1 (>= 0.1.8), python3-setuptools (>= 11.3), python3-six (>= 1.4.1), python3:any (>= 3.4~), libc6 (>= 2.4), libssl1.1 (>= 1.1.0) Suggests: python-cryptography-doc, python3-cryptography-vectors Breaks: python3-openssl (<< 16.0.0) Description: Python library exposing cryptographic recipes and primitives (Python 3) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the Python 3 version of cryptography. Homepage: https://cryptography.io/ Package: libpam-runtime Status: install ok installed Priority: required Section: admin Installed-Size: 1016 Maintainer: Steve Langasek Architecture: all Multi-Arch: foreign Source: pam Version: 1.1.8-3.6 Replaces: libpam0g-dev, libpam0g-util Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6) Conflicts: libpam0g-util Conffiles: /etc/pam.conf 87fc76f18e98ee7d3848f6b81b3391e5 /etc/pam.d/other 31aa7f2181889ffb00b87df4126d1701 Description: Runtime support for the PAM library Contains configuration files and directories required for authentication to work on Debian systems. This package is required on almost all installations. Homepage: http://www.linux-pam.org/ Package: libncurses5 Status: install ok installed Priority: required Section: libs Installed-Size: 287 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: ncurses Version: 6.0+20161126-1+deb9u2 Depends: libtinfo5 (= 6.0+20161126-1+deb9u2), libc6 (>= 2.14) Recommends: libgpm2 Description: shared libraries for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared libraries necessary to run programs compiled with ncurses. Homepage: http://invisible-island.net/ncurses/ Package: libtool Status: install ok installed Priority: optional Section: devel Installed-Size: 1228 Maintainer: Kurt Roeckx Architecture: all Multi-Arch: foreign Version: 2.4.6-2 Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev Recommends: libltdl-dev Suggests: libtool-doc, autoconf (>> 2.50), automaken, gfortran | fortran95-compiler, gcj-jdk Conflicts: autoconf (<= 2.12), automake (<= 1.3), libtool1.4 Description: Generic library support script 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. Homepage: http://www.gnu.org/software/libtool/ Package: libgmp-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1869 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: gmp Version: 2:6.1.2+dfsg-1+deb9u1 Replaces: libgmp10-dev, libgmp3-dev Provides: libgmp10-dev Depends: libgmp10 (= 2:6.1.2+dfsg-1+deb9u1), libgmpxx4ldbl (= 2:6.1.2+dfsg-1+deb9u1) Suggests: gmp-doc, libgmp10-doc, libmpfr-dev Breaks: guile-1.8-dev (<< 1.8.8+1-1), libcdd-dev (<< 094b.dfsg-4.2), libcln-dev (<< 1.3.2-1.1), libmpc-dev (<< 0.9-3), libmpfr-dev (<< 3.0.1-5), librep-dev (<< 0.90.2-1.3), regina-normal-dev (<< 4.6-3) Conflicts: libgmp10-dev, libgmp3-dev (<< 5.0.1) Description: Multiprecision arithmetic library developers tools This development package provides the header files and the symbolic links to allow compilation and linking of programs that use the libraries provided in the libgmp10 package. . Both C and C++ bindings are present in this package. Package libstdc++-dev is required to use the C++ bindings. . The MPFR library (multiple-precision floating-point) used to be included, but has since been moved to package libmpfr-dev. Homepage: http://gmplib.org/ Package: libgomp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 203 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.17) Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Description: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Homepage: http://gcc.gnu.org/ Package: libkpathsea6 Status: install ok installed Priority: optional Section: libs Installed-Size: 241 Maintainer: Debian TeX Maintainers Architecture: amd64 Multi-Arch: same Source: texlive-bin Version: 2016.20160513.41080.dfsg-2+deb9u1 Depends: libc6 (>= 2.4) Breaks: texlive-base (<< 2014), texlive-binaries (<< 2014) Description: TeX Live: path search library for TeX (runtime part) This package contains the runtime part of the Kpathsea[rch] library, which implements generic path searching, configuration, and TeX-specific file searching. Homepage: http://www.tug.org/texlive/ Package: python3.5 Status: install ok installed Priority: optional Section: python Installed-Size: 321 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Version: 3.5.3-1+deb9u5 Depends: python3.5-minimal (= 3.5.3-1+deb9u5), libpython3.5-stdlib (= 3.5.3-1+deb9u5), mime-support Suggests: python3.5-venv, python3.5-doc, binutils Description: Interactive high-level object-oriented language (version 3.5) Python is a high-level, interactive, object-oriented language. Its 3.5 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: libjs-jquery Status: install ok installed Priority: optional Section: web Installed-Size: 551 Maintainer: Debian Javascript Maintainers Architecture: all Multi-Arch: foreign Source: jquery Version: 3.1.1-2+deb9u2 Replaces: jquery Recommends: javascript-common Breaks: movabletype-opensource (<< 5.1.4+dfsg-3~) Conflicts: jquery Description: JavaScript library for dynamic web applications jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. Homepage: http://jquery.com/ Package: libpaper1 Status: install ok installed Priority: optional Section: libs Installed-Size: 61 Maintainer: Giuseppe Sacco Architecture: amd64 Multi-Arch: same Source: libpaper Version: 1.1.24+nmu5 Replaces: libpaperg (<< 1.1.9) Provides: libpaperg Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, ucf (>= 0.28), dpkg (>= 1.17.2) Recommends: libpaper-utils Description: library for handling paper characteristics The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. Package: libtexlua52 Status: install ok installed Priority: optional Section: libs Installed-Size: 262 Maintainer: Debian TeX Maintainers Architecture: amd64 Multi-Arch: same Source: texlive-bin Version: 2016.20160513.41080.dfsg-2+deb9u1 Depends: libc6 (>= 2.14) Description: TeX Live: Lua 5.2, modified for use with LuaTeX The Lua 5.2 library as used within LuaTeX. Homepage: http://www.tug.org/texlive/ Package: libatomic1 Status: install ok installed Priority: optional Section: libs Installed-Size: 41 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.14) Description: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Homepage: http://gcc.gnu.org/ Package: libxaw7 Status: install ok installed Priority: optional Section: libs Installed-Size: 515 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxaw (2:1.0.13-1) Version: 2:1.0.13-1+b2 Depends: libc6 (>= 2.15), libx11-6, libxext6, libxmu6, libxpm4, libxt6 Description: X11 Athena Widget library 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. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXaw Package: libx11-xcb-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 239 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libx11 Version: 2:1.6.4-3+deb9u4 Depends: libx11-xcb1 (= 2:1.6.4-3+deb9u4), libxcb1-dev (>= 1.11.1), libx11-dev Description: Xlib/XCB interface library (development headers) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the development headers for the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libpython3-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 36 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3-defaults Version: 3.5.3-1 Depends: libpython3.5-stdlib (>= 3.5.3-1~) Description: interactive high-level object-oriented language (default python3 version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.5). Homepage: http://www.python.org/ Package: libboost-mpi-python1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 390 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-mpi1.62-dev (= 1.62.0+dfsg-4), libboost-mpi-python1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-mpi-python1.42-dev, libboost-mpi-python1.46-dev, libboost-mpi-python1.48-dev, libboost-mpi-python1.49-dev, libboost-mpi-python1.50-dev, libboost-mpi-python1.52-dev, libboost-mpi-python1.53-dev, libboost-mpi-python1.54-dev, libboost-mpi-python1.55-dev, libboost-mpi-python1.57-dev, libboost-mpi-python1.58-dev, libboost-mpi-python1.60-dev, libboost-mpi-python1.61-dev Description: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. Homepage: http://www.boost.org/doc/html/mpi/python.html Package: libibverbs1 Status: install ok installed Priority: extra Section: libs Installed-Size: 104 Maintainer: OFED and Debian Development and Discussion Architecture: amd64 Source: libibverbs Version: 1.2.1-2 Depends: libc6 (>= 2.15), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), adduser Description: Library for direct userspace use of RDMA (InfiniBand/iWARP) libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . For this library to be useful, a device-specific plug-in module should also be installed. . This package contains the shared library. Homepage: http://www.openfabrics.org/ Package: cpp Status: install ok installed Priority: optional Section: interpreters Installed-Size: 41 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: allowed Source: gcc-defaults (1.168) Version: 4:6.3.0-4 Depends: cpp-6 (>= 6.3.0-9~) Suggests: cpp-doc Conflicts: cpp-doc (<< 1:2.95.3) Description: GNU C preprocessor (cpp) The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This is a dependency package providing the default GNU C preprocessor. Package: libxcb-present0 Status: install ok installed Priority: optional Section: libs Installed-Size: 113 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.4), libxcb1 Description: X C Binding, present extension This package contains the library files needed to run software using libxcb-present, the present extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: python-pip-whl Status: install ok installed Priority: optional Section: python Installed-Size: 1587 Maintainer: Debian Python Modules Team Architecture: all Source: python-pip Version: 9.0.1-2+deb9u2 Replaces: python-chardet-whl (<< 2.3.0-2), python-colorama-whl (<< 0.3.6-1), python-distlib-whl (<< 0.2.2-1), python-html5lib-whl (<< 0.999-4), python-requests-whl (<< 2.9.1-3), python-setuptools-whl (<< 20.1.1-1), python-six-whl (<< 1.10.0-3), python-urllib3-whl (<< 1.13.1-2), virtualenv (<< 14.0.5+ds-5) Depends: ca-certificates Breaks: python-chardet-whl (<< 2.3.0-2), python-colorama-whl (<< 0.3.6-1), python-distlib-whl (<< 0.2.2-1), python-html5lib-whl (<< 0.999-4), python-requests-whl (<< 2.9.1-3), python-setuptools-whl (<< 20.1.1-1), python-six-whl (<< 1.10.0-3), python-urllib3-whl (<< 1.13.1-2), virtualenv (<< 14.0.5+ds-5) Description: Python package installer pip is the 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. . This is the support package for the PEP 427 wheel version of the package, required for using pip inside a virtual environment. Built-Using: appdirs (= 1.4.0-2), chardet (= 2.3.0-2), distlib (= 0.2.4-1), html5lib (= 0.999999999-1), pyparsing (= 2.1.10+dfsg1-1), python-cachecontrol (= 0.11.7-1), python-colorama (= 0.3.7-1), python-distro (= 1.0.1-1), python-ipaddress (= 1.0.17-1), python-lockfile (= 1:0.12.2-2), python-packaging (= 16.7-2), python-progress (= 1.2-1), python-retrying (= 1.3.3-1), python-setuptools (= 32.3.1-1), python-urllib3 (= 1.16-1), python-webencodings (= 0.5-1), requests (= 2.11.1-1), six (= 1.10.0-3) Homepage: https://pip.pypa.io/en/stable/ Package: imagemagick-6-common Status: install ok installed Priority: optional Section: graphics Installed-Size: 540 Maintainer: ImageMagick Packaging Team Architecture: all Multi-Arch: foreign Source: imagemagick Version: 8:6.9.7.4+dfsg-11+deb9u14 Replaces: imagemagick-common (<< 8:6.9.2.10+dfsg-1~), libmagickcore-6.q16 (<< 8:6.9.6.2+dfsg-3~) Provides: imagemagick-common Breaks: imagemagick-common (<< 8:6.9.2.10+dfsg-1~), libmagickcore-6.q16-2 (<< 8:6.9.6.2+dfsg-3~), libmagickcore-6.q16-3 (<< 8:6.9.6.8+dfsg-1~) Conffiles: /etc/ImageMagick-6/coder.xml 184715fdf06bd9fc835dc62929e8d36f /etc/ImageMagick-6/colors.xml 27d44e4d5e96d3db5a8cf834b44b69a5 /etc/ImageMagick-6/delegates.xml 5a6c13b9a15988fa171e72039396fb6c /etc/ImageMagick-6/log.xml 63b78f245752f5332d587e8f0917a085 /etc/ImageMagick-6/magic.xml 04b219d820811a6cb1bc7af03b52b626 /etc/ImageMagick-6/mime.xml 7691ca051247d9da165f154a1c41b411 /etc/ImageMagick-6/policy.xml c5ec6367e54debbf20f278a8ee79561f /etc/ImageMagick-6/quantization-table.xml 0bc6653bd4f56e8a8f108c72c612c8b6 /etc/ImageMagick-6/thresholds.xml 04d4a80687f7073ae81c91907889db42 /etc/ImageMagick-6/type-apple.xml 94406299efa71b566167341c4bfa069a /etc/ImageMagick-6/type-dejavu.xml 09bd5cf793568d2a5e185d475bc45b96 /etc/ImageMagick-6/type-ghostscript.xml d7fdef0a5e8ff7446600ede4e04f6acf /etc/ImageMagick-6/type-windows.xml 21d3ea0e2b51ded4e3870d401897a9d8 /etc/ImageMagick-6/type.xml d0caa5ce47ac32e40980d1ee7bf882eb Description: image manipulation programs -- infrastructure imagemagick-common contains the filesystem infrastructure required for further installation of imagemagick in any configuration; it does not provide a full installation of binaries, libraries, and utilities required to run imagemagick. . This package is independent of channel depth. Homepage: http://www.imagemagick.org/ Package: libboost-serialization-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-serialization1.62-dev Description: serialization library for C++ (default version) This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/serialization/ Package: libapt-pkg5.0 Status: install ok installed Priority: important Section: libs Installed-Size: 3056 Maintainer: APT Development Team Architecture: amd64 Multi-Arch: same Source: apt Version: 1.4.11 Provides: libapt-pkg (= 1.4.11) Depends: libbz2-1.0, libc6 (>= 2.15), libgcc1 (>= 1:3.0), liblz4-1 (>= 0.0~r127), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.2.3) Recommends: apt (>= 1.4.11) Breaks: appstream (<< 0.9.0-3~), apt (<< 1.1~exp14), libapt-inst1.5 (<< 0.9.9~) Description: package management runtime library This library provides the common functionality for searching and managing packages as well as information about packages. Higher-level package managers can depend upon this library. . This includes: * retrieval of information about packages from multiple sources * retrieval of packages and all dependent packages needed to satisfy a request either through an internal solver or by interfacing with an external one * authenticating the sources and validating the retrieved data * installation and removal of packages in the system * providing different transports to retrieve data over cdrom, ftp, http, rsh as well as an interface to add more transports like https (apt-transport-https) and debtorrent (apt-transport-debtorrent). Package: libboost-serialization1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 481 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Homepage: http://www.boost.org/libs/serialization/ Package: libaudit1 Status: install ok installed Priority: optional Section: libs Installed-Size: 150 Maintainer: Laurent Bigonville Architecture: amd64 Multi-Arch: same Source: audit Version: 1:2.6.7-2 Depends: libaudit-common (>= 1:2.6.7-2), libc6 (>= 2.14), libcap-ng0 Description: Dynamic library for security auditing The audit-libs package contains the dynamic libraries needed for applications to use the audit framework. It is used to monitor systems for security related events. Homepage: https://people.redhat.com/sgrubb/audit/ Package: readline-common Status: install ok installed Priority: important Section: utils Installed-Size: 89 Maintainer: Matthias Klose Architecture: all Multi-Arch: foreign Source: readline Version: 7.0-3 Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11) Depends: dpkg (>= 1.15.4) | install-info Suggests: readline-doc Conflicts: libreadline-common, libreadline5 (<< 5.0-11) Description: GNU readline and history libraries, common 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. Package: libpython-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 42 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python-defaults Version: 2.7.13-2 Depends: libpython2.7-dev (>= 2.7.13-1~) Description: header files and a static library for Python (default) 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 version (currently v2.7). Homepage: http://www.python.org/ Package: texlive-pstricks Status: install ok installed Priority: optional Section: tex Installed-Size: 34909 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7), texlive-generic-recommended (>= 2016.20170123-2), texlive-pictures (>= 2016.20170123-2) Recommends: ps2eps, texlive-extra-utils, texlive-font-utils, texlive-pstricks-doc Breaks: texlive-base (<< 2016.20170123-2) Description: TeX Live: PSTricks PSTricks core and all add-on packages. . This package includes the following CTAN packages: . auto-pst-pdf -- Wrapper for pst-pdf (with some psfrag features) . bclogo -- Creating colourful boxes with logos . dsptricks -- Macros for Digital Signal Processing plots . makeplot -- Easy plots from Matlab in LaTeX . pdftricks -- Support for PSTricks in pdfTeX . pdftricks2 -- Use PSTricks in pdfTeX . pedigree-perl -- Generate TeX pedigree files from CSV files . psbao -- Draw Bao diagrams . pst-2dplot -- A PSTricks package for drawing 2D curves . pst-3d -- A PSTricks package for tilting and other pseudo-3D tricks . pst-3dplot -- Draw 3D objects in parallel projection, using PSTricks . pst-abspos -- Put objects at an absolute position . pst-arrow -- special arrows for PSTricks . pst-am -- Simulation of modulation and demodulation . pst-asr -- Typeset autosegmental representations for linguists . pst-bar -- Produces bar charts using PSTricks . pst-barcode -- Print barcodes using PostScript . pst-bezier -- Draw Bezier curves . pst-blur -- PSTricks package for "blurred" shadows . pst-bspline -- Draw cubic Bspline curves and interpolations . pst-calendar -- Plot calendars in "fancy" ways . pst-cie -- CIE color space . pst-circ -- PSTricks package for drawing electric circuits . pst-coil -- A PSTricks package for coils, etc . pst-cox -- Drawing regular complex polytopes with PSTricks . pst-dbicons -- Support for drawing ER diagrams . pst-diffraction -- Print diffraction patterns from various apertures . pst-electricfield -- Draw electric field and equipotential lines with PSTricks . pst-eps -- Create EPS files from PSTricks figures . pst-eucl -- Euclidian geometry with PSTricks . pst-exa -- Typeset PSTricks examples, with code . pst-fill -- Fill or tile areas with PSTricks . pst-fit -- Macros for curve fitting . pst-fr3d -- Draw 3-dimensional framed boxes using PSTricks . pst-fractal -- Draw fractal sets using PSTricks . pst-fun -- Draw "funny" objects with PSTricks . pst-func -- PSTricks package for plotting mathematical functions . pst-gantt -- Draw GANTT charts with PSTricks . pst-geo -- Geographical Projections . pst-ghsb -- . pst-gr3d -- Three dimensional grids with PSTricks . pst-grad -- Filling with colour gradients, using PSTricks . pst-graphicx -- A PSTricks-compatible graphicx for use with Plain TeX . pst-infixplot -- Using PSTricks plotting capacities with infix expressions rather than RPN . pst-intersect -- Compute intersections of arbitrary curves . pst-jtree -- Typeset complex trees for linguists . pst-knot -- PSTricks package for displaying knots . pst-labo -- Draw objects for Chemistry laboratories . pst-layout -- Page layout macros based on PSTricks packages . pst-lens -- Lenses with PSTricks . pst-light3d -- Three dimensional lighting effects (PSTricks) . pst-magneticfield -- Plotting a magnetic field with PSTricks . pst-math -- Enhancement of PostScript math operators to use with PSTricks . pst-mirror -- Images on a spherical mirror . pst-node -- Nodes and node connections in PSTricks . pst-ob3d -- Three dimensional objects using PSTricks . pst-ode -- Solving initial value problems for sets of Ordinary Differential Equations . pst-optexp -- Drawing optical experimental setups . pst-optic -- Drawing optics diagrams . pst-osci -- Oscgons with PSTricks . pst-ovl -- Create and manage graphical overlays . pst-pad -- Draw simple attachment systems with PSTricks . pst-pdgr -- Draw medical pedigrees using PSTricks . pst-perspective -- Draw perspective views using PSTricks . pst-platon -- Platonic solids in PSTricks . pst-plot -- Plot data using PSTricks . pst-poly -- Polygons with PSTricks . pst-pulley -- Plot pulleys, using PSTricks . pst-qtree -- Simple syntax for trees . pst-rubans -- Draw three-dimensional ribbons . pst-shell -- pst-shell: plotting sea shells . pst-sigsys -- Support of signal processing-related disciplines . pst-slpe -- Sophisticated colour gradients . pst-solarsystem -- Plot the solar system for a specific date . pst-solides3d -- Draw perspective views of 3D solids . pst-soroban -- Draw a Soroban using PSTricks . pst-spectra -- Draw continuum, emission and absorption spectra with PSTricks . pst-spirograph -- Drawing hypotrochoids as with a spirograph . pst-stru -- Civil engineering diagrams, using PSTricks . pst-support -- Assorted support files for use with PSTricks . pst-text -- Text and character manipulation in PSTricks . pst-thick -- Drawing very thick lines and curves . pst-tools -- PSTricks support functions . pst-tree -- Trees, using PSTricks . pst-tvz -- Draw trees with more than one root node, using PSTricks . pst-uml -- UML diagrams with PSTricks . pst-vectorian -- Printing ornaments . pst-vowel -- Enable arrows showing diphthongs on vowel charts . pst-vue3d -- Draw perspective views of three dimensional objects . pst2pdf -- A script to compile PSTricks documents via pdfTeX . pstricks -- PostScript macros for TeX . pstricks-add -- A collection of add-ons and bugfixes for PSTricks . pstricks_calcnotes -- Use of PSTricks in calculus lecture notes . uml -- UML diagrams in LaTeX . vaucanson-g -- PSTricks macros for drawing automata . vocaltract -- Visualise the vocal tract using LaTeX and PSTricks Homepage: http://www.tug.org/texlive/ Package: x11proto-dri2-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 67 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-dri2 Version: 2.8-2 Description: X11 DRI2 extension wire protocol This package provides development headers describing the wire protocol for the DRI2 extension, used to organise direct rendering support for 3D clients, and replace the XFree86-DRI extension. . More information about X.Org can be found at: . This package is built from the X.org dri2proto proto module. Package: texlive-science-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 51761 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Replaces: texlive-latex-extra-doc (<< 2015.20151225), texlive-math-extra (<< 2016.20161031-1) Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Breaks: texlive-latex-extra-doc (<< 2015.20151225) Description: TeX Live: Documentation files for texlive-science This package provides the documentation for texlive-science Homepage: http://www.tug.org/texlive/ Package: texlive-latex-recommended Status: install ok installed Priority: optional Section: tex Installed-Size: 28060 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Replaces: texlive-latex-extra (<< 2016.20170123), texlive-math-extra (<< 2016.20160819-1), texlive-xetex (<< 2016.20160819-1) Provides: latex-beamer, latex-xcolor, texlive-latex3 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7), texlive-latex-base (>= 2016.20170123-2) Recommends: prosper (>= 1.00.4+cvs.2006.10.22), texlive-latex-recommended-doc Suggests: texlive-pstricks Breaks: texlive-base (<< 2016.20170123-2), texlive-latex-extra (<< 2016.20170123), texlive-math-extra (<< 2016.20160819-1), texlive-xetex (<< 2016.20160819-1) Description: TeX Live: LaTeX recommended packages A collection of recommended add-on packages for LaTeX which have widespread use. . This package includes the following CTAN packages: . anysize -- A simple package to set up document margins . beamer -- A LaTeX class for producing presentations and slides . booktabs -- Publication quality tables in LaTeX . breqn -- Automatic line breaking of displayed equations . caption -- Customising captions in floating environments . cite -- Improved citation handling in LaTeX . cmap -- Make PDF files searchable and copyable . crop -- Support for cropmarks . ctable -- Flexible typesetting of table and figure floats using key/value directives . eso-pic -- Add picture commands (or backgrounds) to every page . euenc -- Unicode font encoding definitions for XeTeX . euler -- Use AMS Euler fonts for math . extsizes -- Extend the standard classes' size options . fancybox -- Variants of \fbox and other games with boxes . fancyref -- A LaTeX package for fancy cross-referencing . fancyvrb -- Sophisticated verbatim text . filehook -- Hooks for input files . float -- Improved interface for floating objects . fontspec -- Advanced font selection in XeLaTeX and LuaLaTeX . fp -- Fixed point arithmetic . index -- Extended index for LaTeX including multiple indexes . jknapltx -- Miscellaneous packages by Joerg Knappen . koma-script -- A bundle of versatile classes and packages . l3experimental -- Experimental LaTeX3 concepts . l3kernel -- LaTeX3 programming conventions . l3packages -- High-level LaTeX3 concepts . lineno -- Line numbers on paragraphs . listings -- Typeset source code listings using LaTeX . mathspec -- Specify arbitrary fonts for mathematics in XeTeX . mathtools -- Mathematical tools to use with amsmath . mdwtools -- Miscellaneous tools by Mark Wooding . memoir -- Typeset fiction, non-fiction and mathematical books . metalogo -- Extended TeX logo macros . microtype -- Subliminal refinements towards typographical perfection . ms -- Various LaTeX packages by Martin Schroder . ntgclass -- "European" versions of standard classes . parskip -- Layout with zero \parindent, non-zero \parskip . pdfpages -- Include PDF documents in LaTeX . polyglossia -- An alternative to babel for XeLaTeX and LuaLaTeX . powerdot -- A presentation class . psfrag -- Replace strings in encapsulated PostScript figures . rcs -- Use RCS (revision control system) tags in LaTeX documents . sansmath -- Maths in a sans font . section -- Modifying section commands in LaTeX . seminar -- Make overhead slides . sepnum -- Print numbers in a "friendly" format . setspace -- Set space between lines . subfig -- Figures broken into subfigures . textcase -- Case conversion ignoring mathematics, etc . thumbpdf -- Thumbnails for pdfTeX and dvips/ps2pdf . typehtml -- Typeset HTML directly from LaTeX . underscore -- Control the behaviour of "_" in text . unicode-math -- Unicode mathematics support for XeTeX and LuaTeX . xcolor -- Driver-independent color extensions for LaTeX and pdfLaTeX . xkeyval -- Extension of the keyval package . xltxtra -- "Extras" for LaTeX users of XeTeX . xunicode -- Generate Unicode characters from accented glyphs Homepage: http://www.tug.org/texlive/ Package: libllvm3.8 Status: install ok installed Priority: optional Section: libs Installed-Size: 41050 Maintainer: LLVM Packaging Team Architecture: amd64 Multi-Arch: same Source: llvm-toolchain-3.8 Version: 1:3.8.1-24 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.4), libstdc++6 (>= 6), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0) Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Homepage: http://www.llvm.org/ Package: perl-modules-5.24 Status: install ok installed Priority: standard Section: perl Installed-Size: 17631 Maintainer: Niko Tyni Architecture: all Multi-Arch: foreign Source: perl Version: 5.24.1-3+deb9u7 Replaces: libansicolor-perl (<< 4.04), libarchive-tar-perl (<< 2.04.01), libattribute-handlers-perl (<< 0.99), libautodie-perl (<< 2.29-2), libcpan-meta-perl (<< 2.150005), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.17.01), libexperimental-perl (<< 0.016), libextutils-cbuilder-perl (<< 0.280225), libextutils-command-perl (<< 7.10.02), libextutils-install-perl (<< 2.04), libextutils-parsexs-perl (<< 3.310000), libfile-spec-perl (<< 3.6301), libhttp-tiny-perl (<< 0.056.001), libi18n-langtags-perl (<< 0.40), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27300.01), liblocale-codes-perl (<< 3.37), liblocale-maketext-perl (<< 1.26.01), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999715), libmath-complex-perl (<< 1.59), libmodule-corelist-perl (<< 5.20170114.24), libmodule-load-conditional-perl (<< 0.64), libmodule-load-perl (<< 0.32), libmodule-metadata-perl (<< 1.000031), libnet-perl, libnet-ping-perl (<< 2.43.01), libpackage-constants-perl, libparams-check-perl (<< 0.38), libparent-perl (<< 0.234), libparse-cpan-meta-perl (<< 1.4417.001), libperl-ostype-perl (<< 1.009), libpod-escapes-perl (<< 1.07), libpod-parser-perl (<< 1.63), libpod-simple-perl (<< 3.32), libtest-harness-perl (<< 3.36.01), libtest-simple-perl (<< 1.001014), libtest-tester-perl (<< 0.114), libtest-use-ok-perl (<< 0.16), libthread-queue-perl (<< 3.09), libtime-local-perl (<< 1.2300), libunicode-collate-perl (<< 1.14), libversion-perl (<< 1:0.9916), libversion-requirements-perl, perl-base (<< 5.22.0~), perl-modules, podlators-perl Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcpan-meta-perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl, libdigest-perl, libexperimental-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-spec-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libtest-tester-perl, libtest-use-ok-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, perl-modules, podlators-perl Depends: perl-base (>= 5.24.1-1) Pre-Depends: dpkg (>= 1.17.17) Recommends: perl (>= 5.24.1-1) Breaks: cli-common (<< 0.9+nmu1), libansicolor-perl (<< 4.04), libarchive-tar-perl (<< 2.04.01), libattribute-handlers-perl (<< 0.99), libautodie-perl (<< 2.29-2), libcpan-meta-perl (<< 2.150005), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.17.01), libexperimental-perl (<< 0.016), libextutils-cbuilder-perl (<< 0.280225), libextutils-command-perl (<< 7.10.02), libextutils-install-perl (<< 2.04), libextutils-parsexs-perl (<< 3.310000), libfile-spec-perl (<< 3.6301), libhttp-tiny-perl (<< 0.056.001), libi18n-langtags-perl (<< 0.40), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27300.01), liblocale-codes-perl (<< 3.37), liblocale-maketext-perl (<< 1.26.01), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999715), libmath-complex-perl (<< 1.59), libmodule-corelist-perl (<< 5.20170114.24), libmodule-load-conditional-perl (<< 0.64), libmodule-load-perl (<< 0.32), libmodule-metadata-perl (<< 1.000031), libnet-perl (<= 1:1.22), libnet-ping-perl (<< 2.43.01), libparams-check-perl (<< 0.38), libparent-perl (<< 0.234), libparse-cpan-meta-perl (<< 1.4417.001), libperl-ostype-perl (<< 1.009), libpod-escapes-perl (<< 1.07), libpod-parser-perl (<< 1.63), libpod-simple-perl (<< 3.32), libtest-harness-perl (<< 3.36.01), libtest-simple-perl (<< 1.001014), libtest-tester-perl (<< 0.114), libtest-use-ok-perl (<< 0.16), libthread-queue-perl (<< 3.09), libtime-local-perl (<< 1.2300), libunicode-collate-perl (<< 1.14), libversion-perl (<< 1:0.9916), libversion-requirements-perl (<< 0.101022), maildirsync (<< 1.2-2.1), mono-apache-server2 (<< 3.8-2.1), mono-apache-server4 (<< 3.8-2.1), mono-fastcgi-server2 (<< 3.8-2.1), mono-fastcgi-server4 (<< 3.8-2.1), patcher (<< 0.0.20040521-6.1), pdl (<< 1:2.007-4), perl (<< 5.24.1~), podlators-perl (<< 2.3.1), polygen-data (<< 1.0.6.ds2-13.1), pristine-tar (<< 1.33), pure-ftpd-common (<< 1.0.36-3.2), rinse (<< 3.0.7), shorewall (<< 4.6.4.3-2), shorewall-core (<< 4.6.4.3-2), tvtime (<< 1.0.2-14) Conflicts: defoma (<< 0.11.12), mono-gac (<< 2.10.8.1-3), perl-modules (<< 5.22.0~) Description: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules-5.24' directly, they should use `perl' (which depends on `perl-modules-5.24') instead. Homepage: http://dev.perl.org/perl5/ Package: libboost-tools-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: foreign Source: boost-defaults Version: 1.62.0.1 Depends: libboost1.62-tools-dev Description: Boost C++ Libraries development tools (default version) 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 package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/ Package: libboost-date-time1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 189 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-date-time1.62.0 (= 1.62.0+dfsg-4), libboost-serialization1.62-dev (= 1.62.0+dfsg-4) Conflicts: libboost-date-time1.42-dev, libboost-date-time1.46-dev, libboost-date-time1.48-dev, libboost-date-time1.49-dev, libboost-date-time1.50-dev, libboost-date-time1.52-dev, libboost-date-time1.53-dev, libboost-date-time1.54-dev, libboost-date-time1.55-dev, libboost-date-time1.57-dev, libboost-date-time1.58-dev, libboost-date-time1.60-dev, libboost-date-time1.61-dev Description: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Homepage: http://www.boost.org/libs/date_time/ Package: libcairo2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1464 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: cairo Version: 1.14.8-1+deb9u1 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libx11-6, libxcb-render0, libxcb-shm0, libxcb1 (>= 1.6), libxext6, libxrender1, zlib1g (>= 1:1.1.4) Breaks: libwebkit2gtk-3.0-25 (<< 2.4.5-2~), libwebkitgtk-1.0-0 (<< 2.4.5-2~), libwebkitgtk-3.0-0 (<< 2.4.5-2~), weston (<< 1.5.0-3~) Description: Cairo 2D vector graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. Paths consist of line segments and cubic splines and can be rendered at any width with various join and cap styles. All colors may be specified with optional translucence (opacity/alpha) and combined using the extended Porter/Duff compositing algebra as found in the X Render Extension. . Cairo exports a stateful rendering API similar in spirit to the path construction, text, and painting operators of PostScript, (with the significant addition of translucence in the imaging model). When complete, the API is intended to support the complete imaging model of PDF 1.4. . This package contains the shared libraries. Homepage: https://cairographics.org/ Package: libtinfo5 Status: install ok installed Priority: required Section: libs Installed-Size: 478 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: ncurses Version: 6.0+20161126-1+deb9u2 Replaces: libncurses5 (<< 5.9-3) Depends: libc6 (>= 2.16) Breaks: dialog (<< 1.2-20130523) Description: shared low-level terminfo library for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared low-level terminfo library. Homepage: http://invisible-island.net/ncurses/ Package: libapt-inst2.0 Status: install ok installed Priority: important Section: libs Installed-Size: 466 Maintainer: APT Development Team Architecture: amd64 Multi-Arch: same Source: apt Version: 1.4.11 Provides: libapt-inst (= 1.4.11) Depends: libapt-pkg5.0 (>= 1.1~exp9), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: deb package format runtime library This library provides methods to query and extract information from deb packages. This includes the control data and the package file content. Package: libboost-context1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 52 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-context1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-context1.53-dev, libboost-context1.54-dev, libboost-context1.55-dev, libboost-context1.57-dev, libboost-context1.58-dev, libboost-context1.60-dev, libboost-context1.61-dev Description: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Homepage: http://www.boost.org/libs/context/ Package: libgdbm3 Status: install ok installed Priority: important Section: libs Installed-Size: 68 Maintainer: Debian QA Group Architecture: amd64 Multi-Arch: same Source: gdbm Version: 1.8.3-14 Depends: libc6 (>= 2.14), dpkg (>= 1.15.4) | install-info Description: GNU dbm database routines (runtime version) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). Homepage: http://directory.fsf.org/project/gdbm/ Package: libfontconfig1 Status: install ok installed Priority: optional Section: libs Installed-Size: 486 Maintainer: Keith Packard Architecture: amd64 Multi-Arch: same Source: fontconfig (2.11.0-6.7) Version: 2.11.0-6.7+b1 Provides: libfontconfig Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1), fontconfig-config (>= 2.11.0-6.7) Breaks: xpdf (<= 3.03-11) Description: generic font configuration library - runtime Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the runtime library needed to launch applications using fontconfig. Package: manpages Status: install ok installed Priority: standard Section: doc Installed-Size: 1422 Maintainer: Martin Schulze Architecture: all Multi-Arch: foreign Version: 4.10-2 Suggests: man-browser Description: Manual pages about using a GNU/Linux system This package contains GNU/Linux manual pages for these sections: 4 = Devices (e.g. hd, sd). 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). . Sections 1, 6 and 8 are provided by the respective applications. This package only includes the intro man page describing the section. . The man pages describe syntaxes of several system files. Homepage: http://www.kernel.org/doc/man-pages/ Package: perl-base Essential: yes Status: install ok installed Priority: required Section: perl Installed-Size: 7551 Maintainer: Niko Tyni Architecture: amd64 Source: perl Version: 5.24.1-3+deb9u7 Replaces: libfile-path-perl (<< 2.12.01), libfile-temp-perl (<< 0.2304), libio-socket-ip-perl (<< 0.37), libscalar-list-utils-perl (<< 1:1.42.02), libsocket-perl (<< 2.020.03), libxsloader-perl (<< 0.22), perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3) Provides: libfile-path-perl, libfile-temp-perl, libio-socket-ip-perl, libscalar-list-utils-perl, libsocket-perl, libxsloader-perl, perlapi-5.24.1 Pre-Depends: libc6 (>= 2.23), dpkg (>= 1.17.17) Suggests: perl Breaks: amanda-common (<< 1:3.3.9-2), autoconf2.13 (<< 2.13-45), backuppc (<< 3.3.1-2), dh-haskell (<< 0.3), libalien-wxwidgets-perl (<< 0.65+dfsg-2), libanyevent-perl (<< 7.070-2), libcommon-sense-perl (<< 3.72-2~), libexception-class-perl (<< 1.42), libfile-path-perl (<< 2.12.01), libfile-spec-perl (<< 3.6301), libfile-temp-perl (<< 0.2304), libgtk2-perl-doc (<< 2:1.2491-4), libio-socket-ip-perl (<< 0.37), libjcode-perl (<< 2.13-3), libmarc-charset-perl (<< 1.2), libsbuild-perl (<< 0.67.0-1), libscalar-list-utils-perl (<< 1:1.42.02), libsocket-perl (<< 2.020.03), libxsloader-perl (<< 0.22), mailagent (<< 1:3.1-81-2), pdl (<< 1:2.007-4), perl (<< 5.24.1~), perl-modules (<< 5.24.1~), texinfo (<< 6.1.0.dfsg.1-8) Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41) Description: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules-5.24" and "perl-doc"). Homepage: http://dev.perl.org/perl5/ Package: libudev1 Status: install ok installed Priority: important Section: libs Installed-Size: 224 Maintainer: Debian systemd Maintainers Architecture: amd64 Multi-Arch: same Source: systemd Version: 232-25+deb9u12 Depends: libc6 (>= 2.16) Description: libudev shared library This library provides access to udev device information. Homepage: https://www.freedesktop.org/wiki/Software/systemd Package: libperl5.24 Status: install ok installed Priority: optional Section: libs Installed-Size: 20936 Maintainer: Niko Tyni Architecture: amd64 Multi-Arch: same Source: perl Version: 5.24.1-3+deb9u7 Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl (<< 2.069), libcompress-raw-zlib-perl (<< 2.069), libcompress-zlib-perl (<< 2.069.001), libdigest-md5-perl (<< 2.54), libdigest-sha-perl (<< 5.95.01), libencode-perl (<< 2.86), libio-compress-base-perl (<< 2.069.001), libio-compress-bzip2-perl (<< 2.069.001), libio-compress-perl (<< 2.069.001), libio-compress-zlib-perl (<< 2.069.001), libmime-base64-perl (<< 3.15), libmodule-corelist-perl (<< 2.14-2), libstorable-perl (<< 2.56.01), libsys-syslog-perl (<< 0.33.01), libthreads-perl (<< 2.07), libthreads-shared-perl (<< 1.51), libtime-hires-perl (<< 1.9733), libtime-piece-perl (<< 1.31), perl (<< 5.22.0~), perl-base (<< 5.22.0~) Provides: libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl-cross-config Depends: libbz2-1.0, libc6 (>= 2.23), libdb5.3, libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.2.2.3), perl-modules-5.24 (>= 5.24.1-3+deb9u7) Breaks: dh-make-perl (<< 0.73-1), ftpmirror (<< 1.96+dfsg-13), libcompress-raw-bzip2-perl (<< 2.069), libcompress-raw-zlib-perl (<< 2.069), libcompress-zlib-perl (<< 2.069.001), libdigest-md5-perl (<< 2.54), libdigest-sha-perl (<< 5.95.01), libencode-perl (<< 2.86), libhtml-template-compiled-perl (<< 0.95-1), libio-compress-base-perl (<< 2.069.001), libio-compress-bzip2-perl (<< 2.069.001), libio-compress-perl (<< 2.069.001), libio-compress-zlib-perl (<< 2.069.001), libload-perl (<< 0.20-1), libmime-base64-perl (<< 3.15), libnet-jifty-perl (<< 0.14-1), libperl-apireference-perl (<< 0.09-1), libregexp-optimizer-perl (<< 0.15-3), libsoap-lite-perl (<< 0.712-4), libstorable-perl (<< 2.56.01), libsys-syslog-perl (<< 0.33.01), libthreads-perl (<< 2.07), libthreads-shared-perl (<< 1.51), libtime-hires-perl (<< 1.9733), libtime-piece-perl (<< 1.31), libxml-parser-lite-tree-perl (<< 0.14-1), libyaml-perl (<< 0.73-1), mrtg (<< 2.16.3-3.1) Description: shared Perl library This package contains the shared Perl library, used by applications which embed a Perl interpreter. . It also contains the architecture-dependent parts of the standard library (and depends on perl-modules-5.24 which contains the architecture-independent parts). Homepage: http://dev.perl.org/perl5/ Package: opencl-headers Status: install ok installed Priority: extra Section: libdevel Installed-Size: 15 Maintainer: Debian OpenCL Maintainers Architecture: all Multi-Arch: foreign Source: khronos-opencl-headers Version: 2.1-1 Depends: opencl-c-headers (= 2.1-1), opencl-clhpp-headers (>= 2.0.10) Description: OpenCL (Open Computing Language) header files OpenCL (Open Computing Language) is a multi-vendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This metapackage depends on packages providing the C and C++ headers files for the OpenCL API as published by The Khronos Group Inc. The corresponding specification and documentation can be found on the Khronos website. Homepage: http://www.khronos.org/registry/cl/ Package: libboost-mpi1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 230 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-serialization1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libopenmpi2, libstdc++6 (>= 5.2) Description: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Homepage: http://www.boost.org/doc/html/mpi.html Package: libnettle6 Status: install ok installed Priority: optional Section: libs Installed-Size: 357 Maintainer: Magnus Holmgren Architecture: amd64 Multi-Arch: same Source: nettle Version: 3.3-1+deb9u1 Depends: libc6 (>= 2.14) Description: low level cryptographic library (symmetric and one-way cryptos) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. . This package contains the symmetric and one-way cryptographic algorithms. To avoid having this package depend on libgmp, the asymmetric cryptos reside in a separate library, libhogweed. Homepage: http://www.lysator.liu.se/~nisse/nettle/ Package: texlive-extra-utils Status: install ok installed Priority: optional Section: tex Installed-Size: 23560 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Provides: pdfjam Depends: tex-common (>= 6), python, texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7), texlive-latex-base (>= 2016.20170123-2) Recommends: ghostscript, libfile-homedir-perl, libyaml-tiny-perl, ruby | ruby-interpreter, texlive-latex-recommended Suggests: chktex, dvidvi, dvipng, fragmaster, lacheck, latexdiff, latexmk, purifyeps, xindy Breaks: texlive-base (<< 2016.20170123-2) Description: TeX Live: TeX auxiliary programs Various useful, but non-essential, support programs. Includes programs and macros for DVI file manipulation, literate programming, patgen, and the TeX Works Editor. . This package includes the following CTAN packages: . a2ping -- Advanced PS, PDF, EPS converter . adhocfilelist -- '\listfiles' entries from the command line . arara -- Automation of LaTeX compilation . bibtex8 -- A fully 8-bit adaptation of BibTeX 0.99 . bibtexu -- . bundledoc -- Bundle together all the files needed to build a LaTeX document . checklistings -- Pass verbatim contents through a compiler and reincorporate the resulting output . ctan_chk -- Ctan guidelines verifier and corrector for uploading projects . ctanify -- Prepare a package for upload to CTAN . ctanupload -- Support for users uploading to CTAN . ctie -- C version of tie (merging Web change files) . cweb -- A Web system in C . de-macro -- Expand private macros in a document . detex -- Strip TeX from a source file . dtl -- Tools to dis-assemble and re-assemble DVI files . dtxgen -- Creates a template for a self-extracting .dtx file . dvi2tty -- Produce ASCII from DVI . dviasm -- A utility for editing DVI files . dvicopy -- Copy DVI files, flattening VFs . dviljk -- DVI to Laserjet output . dvipos -- . dvisvgm -- Convert DVI files to Scalable Vector Graphics format (SVG) . findhyph -- Find hyphenated words in a document . hook-pre-commit-pkg -- Pre-commit git hook for LaTeX package developpers . hyphenex -- US English hyphenation exceptions file . installfont -- A bash script for installing a LaTeX font family . latex-git-log -- Typeset git log information . latex-papersize -- Calculate LaTeX settings for any font and paper size . latex2man -- Translate LaTeX-based manual pages into Unix man format . latex2nemeth -- Convert LaTeX source to Braille with math in Nemeth . latexfileversion -- Prints the version and date of a LaTeX class or style file . latexpand -- Expand \input and \include in a LaTeX document . latexindent -- Indent a LaTeX document, highlighting the programming structure . ltxfileinfo -- Print version information for a LaTeX file . ltximg -- Split LaTeX files to sanitise a conversion process . listings-ext -- Automated input of source . make4ht -- A build system for tex4ht . match_parens -- Find mismatches of parentheses, braces, (angle) brackets, in texts . mflua -- . mkjobtexmf -- Generate a texmf tree for a particular job . patgen -- Generate hyphenation patterns . pdfbook2 -- Create booklets from PDF files . pdfcrop -- Crop PDF graphics . pdfjam -- Shell scripts interfacing to pdfpages . pdflatexpicscale -- Support software for downscaling graphics to be included by pdfLaTeX . pdftools -- PDF-related utilities, including PostScript-to-PDF conversion . pdfxup -- Create n-up PDF pages with minimal margins . pfarrei -- LaTeX support of pastors' and priests' work . pkfix -- Replace pk fonts in PostScript with Type 1 fonts . pkfix-helper -- Make PostScript files accessible to pkfix . pythontex -- Run Python from within a document, typesetting the results . seetexk -- Utilities for manipulating DVI files . srcredact -- A tool for redacting sources . sty2dtx -- Create a .dtx file from a .sty file . synctex -- . tex4ebook -- Convertor from LaTeX to ebook formats . texcount -- Count words in a LaTeX document . texdef -- Display the definitions of TeX commands . texdiff -- Compare documents and produce tagged merge . texdirflatten -- Collect files related to a LaTeX job in a single directory . texfot -- Filter clutter from the output of a TeX run . texliveonfly -- On-the-fly download of missing TeX live packages . texloganalyser -- Analyse TeX logs . texosquery -- Cross-platform Java application to query OS information . texware -- Utility programs for use with TeX . tie -- Allow multiple web change files . tpic2pdftex -- Use tpic commands in pdfTeX . typeoutfileinfo -- Display class/package/file information . web -- original web programs tangle and weave Homepage: http://www.tug.org/texlive/ Package: libxinerama1 Status: install ok installed Priority: optional Section: libs Installed-Size: 39 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxinerama (2:1.1.3-1) Version: 2:1.1.3-1+b3 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 Xinerama extension library libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxapian30 Status: install ok installed Priority: important Section: libs Installed-Size: 2563 Maintainer: Olly Betts Architecture: amd64 Multi-Arch: same Source: xapian-core Version: 1.4.3-2+deb9u3 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Suggests: xapian-tools Description: Search engine library This package contains the core Xapian runtime library. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Homepage: https://xapian.org/ Package: git-man Status: install ok installed Priority: optional Section: doc Installed-Size: 1486 Maintainer: Gerrit Pape Architecture: all Multi-Arch: foreign Source: git Version: 1:2.11.0-3+deb9u7 Replaces: git (<< 1:1.7.4~rc1), git-core (<< 1:1.7.0.4-1.) Breaks: git (<< 1:1.7.4~rc1) Description: fast, scalable, distributed revision control system (manual pages) 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 reference documentation for use by the 'man' utility and the 'git help' command. Homepage: https://git-scm.com/ Package: libxcb-dri2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 123 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.4), libxcb1 Description: X C Binding, dri2 extension This package contains the library files needed to run software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libsm6 Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libsm (2:1.2.2-1) Version: 2:1.2.2-1+b3 Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16) Description: X11 Session Management library This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Package: libpopt0 Status: install ok installed Priority: important Section: libs Installed-Size: 224 Maintainer: Paul Martin Architecture: amd64 Multi-Arch: same Source: popt (1.16-10) Version: 1.16-10+b2 Replaces: popt Depends: libc6 (>= 2.17) Conflicts: libpopt-dev (<= 1.4-1), popt, rpm (<= 4.0.2-3) Description: lib for parsing cmdline parameters Popt was heavily influenced by the getopt() and getopt_long() functions, but it allows more powerful argument expansion. It can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. It also allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. . This package contains the runtime library and locale data. Homepage: http://rpm5.org/ Package: expect Status: install ok installed Priority: optional Section: interpreters Installed-Size: 311 Maintainer: Sergei Golovan Architecture: amd64 Multi-Arch: foreign Version: 5.45-7+deb9u1 Replaces: expect-dev Provides: expect-dev Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), tcl-expect Recommends: tcl8.6, tk8.6 Conflicts: expect-dev Description: Automates interactive applications Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script. . This package contains the expect binary and several Expect based scripts. Homepage: http://sourceforge.net/projects/expect/ Package: libxcb-randr0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 311 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb-randr0 (= 1.12-1), libxcb1-dev, libxcb-render0-dev Description: X C Binding, randr extension, development files This package contains the header and library files needed to build software using libxcb-randr, the randr extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libxcb-dri3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 113 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.4), libxcb1 (>= 1.12) Description: X C Binding, dri3 extension This package contains the library files needed to run software using libxcb-dri3, the dri3 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libattr1 Status: install ok installed Priority: required Section: libs Installed-Size: 42 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: attr (1:2.4.47-2) Version: 1:2.4.47-2+b2 Depends: libc6 (>= 2.4) Conflicts: attr (<< 2.0.0) Description: Extended attribute shared library Contains the runtime environment required by programs that make use of extended attributes. Homepage: http://savannah.nongnu.org/projects/attr/ Package: fonts-droid-fallback Status: install ok installed Priority: optional Section: fonts Installed-Size: 7345 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Source: fonts-android Version: 1:6.0.1r16-1.1 Replaces: fonts-droid (<< 1:6.0.0r26-1~) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: fonts-noto-mono Suggests: fonts-noto Breaks: fonts-droid (<< 1:6.0.0r26-1~) Conffiles: /etc/fonts/conf.avail/65-droid-sans-fallback.conf b53978fe17be3c725aa002da2496257c Description: handheld device font with extensive style and language support (fallback) This package provides DroidSans Fallback variants, Fallback and FallbackFull. . Each contains extensive character set coverage including Western Europe, Eastern/Central Europe, Baltic, Cyrillic, Greek and Turkish support. The Droid Sans regular font also includes support for Arabic, Simplified and Traditional Chinese, Hebrew, Japanese, Korean and Thai. . Droid was designed by Ascender's Steve Matteson and hinted to provide optimal quality for screen text. Homepage: https://android.googlesource.com/platform/frameworks/base/ Package: libk5crypto3 Status: install ok installed Priority: standard Section: libs Installed-Size: 311 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.15-1+deb9u3 Depends: libc6 (>= 2.14), libkeyutils1 (>= 1.4), libkrb5support0 (>= 1.15~beta1) Suggests: krb5-doc, krb5-user Breaks: libgssapi-krb5-2 (<= 1.10+dfsg~alpha1), libkrb5-3 (<= 1.8~aa) Description: MIT Kerberos runtime libraries - Crypto Library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime cryptography libraries used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Package: libss2 Status: install ok installed Priority: required Section: libs Installed-Size: 96 Maintainer: Theodore Y. Ts'o Architecture: amd64 Multi-Arch: same Source: e2fsprogs Version: 1.43.4-2+deb9u2 Replaces: e2fsprogs (<< 1.34-1) Depends: libcomerr2, libc6 (>= 2.17) Description: command-line interface parsing library libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function. . It was originally inspired by the Multics SubSystem library. Homepage: http://e2fsprogs.sourceforge.net Package: libxcb-glx0 Status: install ok installed Priority: optional Section: libs Installed-Size: 231 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.4), libxcb1 Description: X C Binding, glx extension This package contains the library files needed to run software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libxcb-randr0 Status: install ok installed Priority: optional Section: libs Installed-Size: 179 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.4), libxcb1 Description: X C Binding, randr extension This package contains the library files needed to run software using libxcb-randr, the randr extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libpaper-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 40 Maintainer: Giuseppe Sacco Architecture: amd64 Multi-Arch: foreign Source: libpaper Version: 1.1.24+nmu5 Replaces: libpaper1 (<< 1.1.10), libpaperg (<< 1.1.9) Depends: libc6 (>= 2.3), libpaper1 Description: library for handling paper characteristics (utilities) The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. . This package contains utilities for setting the system's default paper type and for accessing paper type information from shell scripts. Package: libexpat1 Status: install ok installed Priority: optional Section: libs Installed-Size: 369 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: expat Version: 2.2.0-2+deb9u5 Depends: libc6 (>= 2.14) Conflicts: wink (<= 1.5.1060-4) Description: XML parsing C library - runtime library This package contains the runtime, shared library of expat, the C library for parsing XML. Expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). Homepage: http://expat.sourceforge.net Package: libcc1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: GCC cc1 plugin for GDB libcc1 is a plugin for GDB. Homepage: http://gcc.gnu.org/ Package: libmailtools-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 212 Maintainer: Anibal Monsalve Salazar Architecture: all Version: 2.18-1 Replaces: mailtools (<= 1.15-1) Provides: libmail-perl, mailtools Depends: perl, libnet-perl, libtimedate-perl, libnet-smtp-ssl-perl Conflicts: mailtools (<= 1.15-1) Description: Manipulate email in perl programs This is a set of perl modules which provide an easy interface to manipulating email in an object-oriented fashion. Homepage: http://search.cpan.org/dist/MailTools/ Package: less Status: install ok installed Priority: important Section: text Installed-Size: 277 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 481-2.1 Depends: libc6 (>= 2.14), libtinfo5 (>= 6), debianutils (>= 1.8) Description: pager program similar to more This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Less has many more features than the basic pager "more". As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. . Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files. Homepage: http://www.greenwoodsoftware.com/less/ Package: libfont-afm-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 1.20-2 Depends: perl Description: Font::AFM - Interface to Adobe Font Metrics files This module implements the Font::AFM class. Objects of this class are initialised from an AFM-file and allows you to obtain information about the font and the metrics of the various glyphs in the font. . All measurements in AFM files are given in terms of units equal to 1/1000 of the scale factor of the font being used. To compute actual sizes in a document, these amounts should be multiplied by (scale factor of font)/1000. Homepage: https://metacpan.org/release/Font-AFM Package: libpcre3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2242 Maintainer: Matthew Vernon Architecture: amd64 Multi-Arch: same Source: pcre3 Version: 2:8.39-3 Depends: libc6-dev, libpcre3 (= 2:8.39-3), libpcre16-3 (= 2:8.39-3), libpcre32-3 (= 2:8.39-3), libpcrecpp0v5 (= 2:8.39-3) Description: Old 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. . New packages should use the newer pcre2 packages, and existing packages should migrate to pcre2. . This package contains the development files, including headers, static libraries, and documentation. Package: libproj12 Status: install ok installed Priority: optional Section: libs Installed-Size: 495 Maintainer: Debian GIS Project Architecture: amd64 Source: proj Version: 4.9.3-1 Depends: proj-data, libc6 (>= 2.14) Suggests: proj-bin Description: Cartographic projection library Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of selectable projection functions (over 100 projections). . Geod and invgeod perform geodesic (Great Circle) computations for determining latitude, longitude and back azimuth of a terminus point given a initial point latitude, longitude, azimuth and distance (direct) or the forward and back azimuths and distance between an initial and terminus point latitudes and longitudes (inverse). . This package provides the PROJ4 shared library used by tools and third parties programs. Homepage: https://github.com/OSGeo/proj.4/wiki Package: make Status: install ok installed Priority: optional Section: devel Installed-Size: 1211 Maintainer: Manoj Srivastava Architecture: amd64 Multi-Arch: allowed Source: make-dfsg Version: 4.1-9.1 Replaces: make-guile Depends: libc6 (>= 2.17) Suggests: make-doc Conflicts: make-guile Description: utility for directing compilation GNU Make is a utility which controls the generation of executables and other target files of a program from the program's source files. It determines automatically which pieces of a large program need to be (re)created, and issues the commands to (re)create them. Make can be used to organize any task in which targets (files) are to be automatically updated based on input files whenever the corresponding input is newer --- it is not limited to building computer programs. Indeed, Make is a general purpose dependency solver. Homepage: http://www.gnu.org/software/make/ Package: liblzma5 Status: install ok installed Priority: required Section: libs Installed-Size: 339 Maintainer: Jonathan Nieder Architecture: amd64 Multi-Arch: same Source: xz-utils (5.2.2-1.2) Version: 5.2.2-1.2+b1 Depends: libc6 (>= 2.17) Description: XZ-format compression library XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) Homepage: http://tukaani.org/xz/ Package: libasan3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1259 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.23), libgcc1 (>= 1:3.3), libstdc++6 (>= 4.1.1) Description: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Homepage: http://gcc.gnu.org/ Package: fontconfig-config Status: install ok installed Priority: optional Section: fonts Installed-Size: 420 Maintainer: Keith Packard Architecture: all Multi-Arch: foreign Source: fontconfig Version: 2.11.0-6.7 Replaces: fontconfig (<< 2.3.2-2) Depends: debconf (>= 0.5) | debconf-2.0, ucf (>= 0.29), fonts-dejavu-core | ttf-bitstream-vera | fonts-liberation | fonts-freefont Conflicts: fontconfig (<< 2.3.2-2) Conffiles: /etc/fonts/conf.d/README 42d13304ed2e9e5b60b74d6ed29b3729 /etc/fonts/fonts.conf 90f86b7936529b7dbbf19825c27cd3b0 Description: generic font configuration library - configuration Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the configuration files and scripts for fontconfig. Package: libxcb-xfixes0 Status: install ok installed Priority: optional Section: libs Installed-Size: 137 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.4), libxcb1 Description: X C Binding, xfixes extension This package contains the library files needed to run software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libboost-wave1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1227 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-chrono1.62.0, libboost-date-time1.62.0, libboost-filesystem1.62.0, libboost-system1.62.0, libboost-thread1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Homepage: http://www.boost.org/libs/wave/ Package: libhttp-date-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 6.02-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libtimedate-perl Breaks: libwww-perl (<< 6.00) Description: module of date conversion routines HTTP::Date provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. Homepage: http://search.cpan.org/dist/HTTP-Date/ Package: tk8.6 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 97 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: foreign Source: tk8.6 (8.6.6-1) Version: 8.6.6-1+b1 Depends: libc6 (>= 2.2.5), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), libx11-6, libxext6, libxft2 (>> 2.1.1), libxss1, zlib1g (>= 1:1.1.4) Recommends: xterm | x-terminal-emulator Conflicts: libtk-img (<< 1.2.5), tk40 (<= 4.0p3-2) Description: Tk toolkit for Tcl and X11 v8.6 - windowing shell Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. This package contains the windowing Tcl/Tk shell (wish). Homepage: http://www.tcl.tk/ Package: clang-format-3.8 Status: install ok installed Priority: optional Section: devel Installed-Size: 1520 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-3.8 Version: 1:3.8.1-24 Replaces: clang-format-3.3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm3.8 (>= 1:3.8.1-19~), libstdc++6 (>= 5.2), python Breaks: clang-format-3.3 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Homepage: http://www.llvm.org/ Package: libsynctex1 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Debian TeX Maintainers Architecture: amd64 Multi-Arch: same Source: texlive-bin Version: 2016.20160513.41080.dfsg-2+deb9u1 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Description: TeX Live: SyncTeX parser library Library for SyncTeX parsing support. Homepage: http://www.tug.org/texlive/ Package: libboost-mpi-python1.62.0 Status: install ok installed Priority: optional Section: python Installed-Size: 1642 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-mpi1.62.0, libboost-python1.62.0, libboost-serialization1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libopenmpi2, libstdc++6 (>= 5.2), python (<< 2.8), python (>= 2.7~), python:any (<< 2.8), python:any (>= 2.7.5-5~), python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3.2-2~), mpi-default-bin Conflicts: libboost-mpi-python1.40.0, libboost-mpi-python1.41.0, libboost-mpi-python1.42.0, libboost-mpi-python1.46.0, libboost-mpi-python1.46.1, libboost-mpi-python1.48.0, libboost-mpi-python1.49.0, libboost-mpi-python1.50.0, libboost-mpi-python1.52.0, libboost-mpi-python1.53.0, libboost-mpi-python1.54.0, libboost-mpi-python1.55.0, libboost-mpi-python1.57.0, libboost-mpi-python1.58.0, libboost-mpi-python1.60.0, libboost-mpi-python1.61.0 Description: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . One of the python interpreter packages is required to use the bindings. Homepage: http://www.boost.org/doc/html/mpi/python.html Package: libidn2-0 Status: install ok installed Priority: extra Section: libs Installed-Size: 174 Maintainer: Debian Libidn team Architecture: amd64 Multi-Arch: same Version: 0.16-1+deb9u1 Depends: libc6 (>= 2.14), libunistring0 Description: Internationalized domain names (IDNA2008) library Libidn2 implements the revised algorithm for internationalized domain names called IDNA2008. . This package contains runtime libraries. Homepage: https://www.gnu.org/software/libidn/#libidn2 Package: libgcc-6-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 12766 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Replaces: gccgo-6 (<< 6.3.0-18+deb9u1) Depends: gcc-6-base (= 6.3.0-18+deb9u1), libgcc1 (>= 1:6.3.0-18+deb9u1), libgomp1 (>= 6.3.0-18+deb9u1), libitm1 (>= 6.3.0-18+deb9u1), libatomic1 (>= 6.3.0-18+deb9u1), libasan3 (>= 6.3.0-18+deb9u1), liblsan0 (>= 6.3.0-18+deb9u1), libtsan0 (>= 6.3.0-18+deb9u1), libubsan0 (>= 6.3.0-18+deb9u1), libcilkrts5 (>= 6.3.0-18+deb9u1), libmpx2 (>= 6.3.0-18+deb9u1), libquadmath0 (>= 6.3.0-18+deb9u1) Recommends: libc6-dev (>= 2.13-5) Description: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Homepage: http://gcc.gnu.org/ Package: libxcb-render0 Status: install ok installed Priority: optional Section: libs Installed-Size: 167 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.14), libxcb1 (>= 1.8) Description: X C Binding, render extension This package contains the library files needed to run software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libnet-smtp-ssl-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 20 Maintainer: Debian Perl Group Architecture: all Version: 1.04-1 Depends: libio-socket-ssl-perl, perl Recommends: libauthen-sasl-perl Description: Perl module providing SSL support to Net::SMTP Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that. . This package is deprecated. Net::SMTP (in perl core) has support for SMTP over SSL, and also for STARTTLS, since version 1.28 (included in Perl 5.22). Homepage: https://metacpan.org/release/Net-SMTP-SSL Package: libpoclu1 Status: install ok installed Priority: extra Section: libs Installed-Size: 45 Maintainer: Debian OpenCL Maintainers Architecture: amd64 Multi-Arch: same Source: pocl (0.13-8) Version: 0.13-8+b5 Depends: libc6 (>= 2.4), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.1-1 Description: utility library for writing OpenCL programs Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . This package provides an small utility library to help writing OpenCL programs. Homepage: http://portablecl.org Package: libopenjp2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 307 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: openjpeg2 Version: 2.1.2-1.1+deb9u7 Depends: libc6 (>= 2.14) Description: JPEG 2000 image compression/decompression library OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This package contains the runtime files for openjpeg 2.x Homepage: http://www.openjpeg.org Package: libpq-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1012 Maintainer: Debian PostgreSQL Maintainers Architecture: amd64 Source: postgresql-9.6 Version: 9.6.24-0+deb9u1 Depends: libpq5 (= 9.6.24-0+deb9u1), libc6 (>= 2.4) Suggests: postgresql-doc-9.6 Description: header files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Homepage: http://www.postgresql.org/ Package: libhtml-format-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 129 Maintainer: Debian Perl Group Architecture: all Version: 2.12-1 Depends: perl, libfont-afm-perl, libhtml-tree-perl Description: module for transforming HTML into various formats 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) Homepage: https://metacpan.org/release/HTML-Format Package: opencl-c-headers Status: install ok installed Priority: extra Section: libdevel Installed-Size: 187 Maintainer: Debian OpenCL Maintainers Architecture: all Multi-Arch: foreign Source: khronos-opencl-headers Version: 2.1-1 Replaces: opencl-headers (<< 2.1) Breaks: opencl-headers (<< 2.1) Description: OpenCL (Open Computing Language) C header files OpenCL (Open Computing Language) is a multi-vendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the C development header files for the OpenCL API as published by The Khronos Group Inc. The corresponding specification and documentation can be found on the Khronos website. Homepage: http://www.khronos.org/registry/cl/ Package: libboost-date-time1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Homepage: http://www.boost.org/libs/date_time/ Package: libboost-filesystem1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 275 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-filesystem1.62.0 (= 1.62.0+dfsg-4), libboost-system1.62-dev (= 1.62.0+dfsg-4) Conflicts: libboost-filesystem1.42-dev, libboost-filesystem1.46-dev, libboost-filesystem1.48-dev, libboost-filesystem1.49-dev, libboost-filesystem1.50-dev, libboost-filesystem1.52-dev, libboost-filesystem1.53-dev, libboost-filesystem1.54-dev, libboost-filesystem1.55-dev, libboost-filesystem1.57-dev, libboost-filesystem1.58-dev, libboost-filesystem1.60-dev, libboost-filesystem1.61-dev Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Homepage: http://boost.org/libs/filesystem/ Package: libpam-modules-bin Status: install ok installed Priority: required Section: admin Installed-Size: 220 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: foreign Source: pam Version: 1.1.8-3.6 Replaces: libpam-modules (<< 1.1.3-8) Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32) Description: Pluggable Authentication Modules for PAM - helper binaries This package contains helper binaries used by the standard set of PAM modules in the libpam-modules package. Homepage: http://www.linux-pam.org/ Package: libptexenc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 109 Maintainer: Debian TeX Maintainers Architecture: amd64 Multi-Arch: same Source: texlive-bin Version: 2016.20160513.41080.dfsg-2+deb9u1 Depends: libc6 (>= 2.4), libkpathsea6 Breaks: texlive-base (<< 2014), texlive-binaries (<< 2014) Description: TeX Live: pTeX encoding library library for encoding support in pTeX, a Japanese TeX engine. Homepage: http://www.tug.org/texlive/ Package: libxml-twig-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 565 Maintainer: Bart Martens Architecture: all Version: 1:3.50-1 Depends: perl, libxml-parser-perl Recommends: libtext-iconv-perl, libtie-ixhash-perl, libxml-xpathengine-perl | libxml-xpath-perl, libwww-perl, libhtml-parser-perl Suggests: libunicode-map8-perl, libunicode-string-perl, xml-twig-tools Description: Perl module for processing huge XML documents in tree mode This module provides a way to process XML documents. It is built on top of XML::Parser. . The module offers a tree interface to the document, while allowing to output the parts of it that have been completely processed. . It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options. The finish and finish_print methods also help to increase performance. . XML::Twig tries to make simple things easy so it tries its best to takes care of a lot of the (usually) annoying (but sometimes necessary) features that come with XML and XML::Parser. Homepage: http://www.xmltwig.org/ Package: python3-dbus Status: install ok installed Priority: optional Section: python Installed-Size: 463 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: dbus-python (1.2.4-1) Version: 1.2.4-1+b1 Provides: python3.5-dbus Depends: python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3.2-2~), libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.12.0) Recommends: python3-gi Suggests: python-dbus-doc, python3-dbus-dbg Description: simple interprocess messaging system (Python 3 interface) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides a Python 3 interface to D-Bus. . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python Package: grep Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1131 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 2.27-2 Provides: rgrep Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.14), libpcre3 Suggests: libpcre3 (>= 7.7) Conflicts: rgrep Description: GNU grep, egrep and fgrep 'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will. . The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.) Homepage: http://www.gnu.org/software/grep/ Package: libstdc++-6-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 14894 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Provides: libstdc++-dev Depends: gcc-6-base (= 6.3.0-18+deb9u1), libgcc-6-dev (= 6.3.0-18+deb9u1), libstdc++6 (>= 6.3.0-18+deb9u1), libc6-dev (>= 2.13-5) Suggests: libstdc++-6-doc Conflicts: libg++2.8-dev, libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.10-dev (<< 1:2.95.3-2), libstdc++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++3.0-dev Description: GNU Standard C++ Library v3 (development files) 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. Homepage: http://gcc.gnu.org/ Package: libmagickcore-6.q16-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 6493 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: same Source: imagemagick Version: 8:6.9.7.4+dfsg-11+deb9u14 Depends: libbz2-1.0, libc6 (>= 2.14), libfftw3-double3 (>= 3.3.5), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:3.3.1), libgomp1 (>= 4.9), libjbig0 (>= 2.0), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), liblqr-1-0 (>= 0.4.0), libltdl7 (>= 2.4.6), liblzma5 (>= 5.1.1alpha+20120614), libopenjp2-7 (>= 2.0.0), libpng16-16 (>= 1.6.2-1), libtiff5 (>= 4.0.3), libx11-6, libxext6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), imagemagick-6-common (>= 8:6.9.6.2+dfsg-3) Pre-Depends: dpkg (>= 1.17.6) Recommends: ghostscript, gsfonts Suggests: libmagickcore-6.q16-3-extra Description: low-level image manipulation library -- quantum depth Q16 The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. . This version of libmagickcore is compiled for a channel depth of 16 bits (Q16). Homepage: http://www.imagemagick.org/ Package: libharfbuzz-icu0 Status: install ok installed Priority: optional Section: libs Installed-Size: 474 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: amd64 Multi-Arch: same Source: harfbuzz Version: 1.4.2-1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0), libharfbuzz0b (>= 0.6.0), libicu57 (>= 57.1-1~), libstdc++6 (>= 4.1.1) Description: OpenType text shaping engine ICU backend HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the ICU backend. Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz Package: libjpeg62-turbo Status: install ok installed Priority: optional Section: libs Installed-Size: 478 Maintainer: Ondřej Surý Architecture: amd64 Multi-Arch: same Source: libjpeg-turbo Version: 1:1.5.1-2+deb9u1 Replaces: libjpeg62 Provides: libjpeg62 (= 1:1.5.1-2+deb9u1) Depends: libc6 (>= 2.14) Conflicts: libjpeg62 Description: libjpeg-turbo JPEG runtime library The libjpeg-turbo JPEG library is a library for handling JPEG files. . libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. The libjpeg-turbo JPEG library is an API/ABI compatible with the IJG JPEG library. . This package contains the shared runtime library. Homepage: http://www.libjpeg-turbo.org/ Package: tex-common Status: install ok installed Priority: optional Section: tex Installed-Size: 831 Maintainer: Debian TeX maintainers Architecture: all Multi-Arch: foreign Version: 6.06 Replaces: dvipdfmx, tetex-base (<= 3.0-10) Depends: ucf, dpkg (>= 1.14.18) Suggests: debhelper (>= 9) Breaks: alqalam (<= 0.2-5), cm-super (<= 0.3.4-4), cm-super-minimal (<= 0.3.4-7), context-doc-nonfree (<= 2012.06.27-1), gregoriotex (<= 2.0-1.1), itrans (<= 5.3-10), jadetex (<= 3.13-12), ko.tex-base (<= 0.1.0+20071012-1), ko.tex-extra (<= 0.1.0+20071012-1), latex-cjk-chinese (<< 4.8.2+git20111216-2), latex-cjk-chinese-arphic-bkai00mp (<= 1.21+nmu1), latex-cjk-chinese-arphic-bsmi00lp (<= 1.21+nmu1), latex-cjk-chinese-arphic-gbsn00lp (<= 1.21+nmu1), latex-cjk-chinese-arphic-gkai00mp (<= 1.21+nmu1), latex-cjk-japanese-wadalab (<= 0.20050817-15), latex-cjk-thai (<= 4.8.2+git20111216-1), latex-fonts-sipa-arundina (<= 0.2.0-1), latex-fonts-thai-tlwg (<= 1:0.5.0-1), latex-sanskrit (<= 2.2-8), lmodern (<= 2.004.1-3.1), luatex (<< 0.70.1), musixtex (<= 1:0.115-2), scalable-cyrfonts-tex (<= 4.15), tex-gyre (<= 2.004.1-2.1), texlive-base (<< 2015), texlive-binaries (<< 2015), texlive-common (<< 2010), texlive-lang-arab (<< 2012), thailatex (<< 2013), tipa (<= 2:1.3-15) Conflicts: context (<= 2011.05.18.20110627-1), tetex-base (<< 2007), texlive-common (<< 2009) Conffiles: /etc/texmf/texmf.d/00debian.cnf ca40c66f144b4bafc3e59a2dd32ecb9c /etc/texmf/web2c/mktex.cnf 9c342b3465afe4c13049c55218e23eaf Description: common infrastructure for building and installing TeX This package contains a number of scripts and common configuration files that are needed to install a TeX System. . It also contains debhelper-like programs useful for building TeX packages. Package: libboost-timer1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-chrono1.62.0, libboost-system1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Homepage: http://www.boost.org/libs/timer/ Package: x11proto-core-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 1802 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-core Version: 7.0.31-1 Depends: xorg-sgml-doctools (>= 1:1.5) Description: X11 core wire protocol and auxiliary headers This package provides development headers describing the wire protocol for the core X11 protocol, and also provides a number of utility headers, used to abstract OS-specific functions. . More information about X.Org can be found at: . This package is built from the X.org xproto proto module. Package: libxdamage1 Status: install ok installed Priority: optional Section: libs Installed-Size: 35 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxdamage (1:1.1.4-2) Version: 1:1.1.4-2+b3 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1), libxfixes3 Description: X11 damaged region extension library libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Package: psmisc Status: install ok installed Priority: optional Section: admin Installed-Size: 589 Maintainer: Craig Small Architecture: amd64 Multi-Arch: foreign Source: psmisc (22.21-2.1) Version: 22.21-2.1+b2 Replaces: procps (<< 1:1.2) Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), libtinfo5 (>= 6) Description: utilities that use the proc file system This package contains miscellaneous utilities that use the proc FS: . - fuser: identifies processes that are using files or sockets. - killall: kills processes by name (e.g. "killall -HUP named"). - peekfd: shows the data traveling over a file descriptor. - pstree: shows currently running processes as a tree. - prtstat: print the contents of /proc//stat Homepage: http://psmisc.sf.net/ Package: base-passwd Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 229 Maintainer: Colin Watson Architecture: amd64 Multi-Arch: foreign Version: 3.5.43 Replaces: base Depends: libc6 (>= 2.8), libdebconfclient0 (>= 0.145) Recommends: debconf (>= 0.5) | debconf-2.0 Description: Debian base system master password and group files These are the canonical master copies of the user database files (/etc/passwd and /etc/group), containing the Debian-allocated user and group IDs. The update-passwd tool is provided to keep the system databases synchronized with these master files. Package: libboost1.62-tools-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 5531 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: foreign Source: boost1.62 Version: 1.62.0+dfsg-4 Replaces: bjam, boost-build, libboost1.49-dev, libboost1.53-dev, libboost1.53-tools-dev Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libicu57 (>= 57.1-1~), libstdc++6 (>= 5.2) Suggests: xsltproc, doxygen, docbook-xml (>= 4.2), docbook-xsl (>= 1.73.2), default-jdk (>= 1.4), fop (>= 0.94) Conflicts: bjam, boost-build, libboost1.49-dev, libboost1.53-tools-dev, libboost1.54-tools-dev, libboost1.55-tools-dev, libboost1.57-tools-dev, libboost1.58-tools-dev, libboost1.60-tools-dev, libboost1.61-tools-dev Description: Boost C++ Libraries development tools 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 package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. Homepage: http://www.boost.org/ Package: libnghttp2-14 Status: install ok installed Priority: optional Section: libs Installed-Size: 205 Maintainer: Dave Beckett Architecture: amd64 Multi-Arch: same Source: nghttp2 Version: 1.18.1-1+deb9u2 Depends: libc6 (>= 2.14) Description: library implementing HTTP/2 protocol (shared library) This is an implementation of the Hypertext Transfer Protocol version 2 in C. The framing layer of HTTP/2 is implemented as a reusable C library. . This package installs a shared library. Homepage: https://nghttp2.org/ Package: mesa-common-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 3104 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa (13.0.6-1) Version: 13.0.6-1+b2 Depends: libx11-dev, libdrm-dev (>= 2.4.65) Description: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Homepage: https://mesa3d.org/ Package: e2fslibs Status: install ok installed Priority: required Section: libs Installed-Size: 450 Maintainer: Theodore Y. Ts'o Architecture: amd64 Multi-Arch: same Source: e2fsprogs Version: 1.43.4-2+deb9u2 Replaces: e2fsprogs (<< 1.34-1) Provides: libe2p2, libext2fs2 Depends: libc6 (>= 2.17) Description: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Homepage: http://e2fsprogs.sourceforge.net Package: liblz4-1 Status: install ok installed Priority: extra Section: libs Installed-Size: 93 Maintainer: Nobuhiro Iwamatsu Architecture: amd64 Multi-Arch: same Source: lz4 (0.0~r131-2) Version: 0.0~r131-2+b1 Depends: libc6 (>= 2.14) Description: Fast LZ compression algorithm library - runtime LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. . This package includes the shared library. Homepage: https://github.com/Cyan4973/lz4 Package: texlive-latex-extra Status: install ok installed Priority: optional Section: tex Installed-Size: 50751 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Replaces: etoolbox (<< 2015), luasseq (<< 2015), texlive-publishers (<< 2015.20150702) Depends: tex-common (>= 6), preview-latex-style, texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7), texlive-latex-recommended (>= 2016.20170123-2), texlive-pictures (>= 2016.20170123-2) Recommends: texlive-fonts-recommended, texlive-generic-extra, texlive-latex-extra-doc Suggests: python-pygments, libfile-which-perl, libspreadsheet-parseexcel-perl Breaks: dblatex (<< 0.3.8-2~), texlive-base (<< 2016.20170123-2), texlive-publishers (<< 2015.20150702) Description: TeX Live: LaTeX additional packages A very large collection of add-on packages for LaTeX. . This package includes the following CTAN packages: . 2up -- Macros to print two-up . ESIEEcv -- Curriculum vitae for French use . GS1 -- Typeset EAN barcodes using TeX rules, only . HA-prosper -- Patches and improvements for prosper . Tabbing -- Tabbing with accented letters . a0poster -- Support for designing posters on large paper . a4wide -- "Wide" a4 layout . a5comb -- Support for a5 paper sizes . abraces -- Asymmetric over-/underbraces in maths . abstract -- Control the typesetting of the abstract environment . achemso -- Support for American Chemical Society journal submissions . acro -- Typeset acronyms . acronym -- Expand acronyms at least once . acroterm -- Manage and index acronyms and terms . actuarialangle -- Symbol for use in "present value" statements of an annuity . addfont -- easier use of fonts without LaTeX support . addlines -- A user-friendly wrapper around \enlargethispage . adjmulticol -- Adjusting margins for multicolumn and single column output . adjustbox -- Graphics package-alike macros for "general" boxes . adrconv -- BibTeX styles to implement an address database . advdate -- Print a date relative to "today" . akktex -- A collection of packages and classes . akletter -- Comprehensive letter support . alertmessage -- Alert messages for LaTeX . alnumsec -- Alphanumeric section numbering . alterqcm -- Multiple choice questionnaires in two column tables . altfont -- Alternative font handling in LaTeX . amsaddr -- Alter the position of affiliations in amsart . animate -- Create PDF animations from graphics files and inline graphics . anonchap -- Make chapters be typeset like sections . answers -- Setting questions (or exercises) and answers . anyfontsize -- Select any font size in LaTeX . appendix -- Extra control of appendices . appendixnumberbeamer -- Manage frame numbering in appendixes in beamer . apptools -- Tools for customising appendices . arcs -- Draw arcs over and under text . arrayjobx -- Array data structures for (La)TeX . arraysort -- Sort arrays (or portions of them) . arydshln -- Draw dash-lines in array/tabular . asciilist -- Environments AsciiList and AsciiDocList for prototyping nested lists in LaTeX. . assignment -- A class file for typesetting homework and lab assignments . assoccnt -- Associate counters, making them step when a master steps . attachfile -- Attach arbitrary files to a PDF document . aurl -- Extends the hyperref package with a mechanism for hyperlinked URLs abbreviated with prefixes . authoraftertitle -- Make author, etc., available after \maketitle . authorindex -- Index citations by author names . autonum -- Automatic equation references . autopdf -- Conversion of graphics to pdfLaTeX-compatible formats . avremu -- An 8-Bit Microcontroller Simulator written in LaTeX . background -- Placement of background material on pages of a document . bankstatement -- A LaTeX class for bank statements based on csv data . bashful -- Invoke bash commands from within LaTeX . basicarith -- Macros for typesetting basic arithmetic . bchart -- Draw simple bar charts in LaTeX . beamer2thesis -- Thesis presentations using beamer . beameraudience -- Assembling beamer frames according to audience . beamercolorthemeowl -- A flexible beamer color theme to maximize visibility . beamerdarkthemes -- Dark color themes for beamer . beamerposter -- Extend beamer and a0poster for custom sized posters . beamersubframe -- Reorder frames in the PDF file . beamertheme-cuerna -- A beamer theme with 4 colour palettes. . beamertheme-detlevcm -- A beamer theme designed for use in the University of Leeds . beamertheme-epyt -- A simple and clean theme for LaTeX beamer class . beamertheme-metropolis -- A modern LaTeX beamer theme . beamertheme-phnompenh -- A simple beamer theme . beamertheme-upenn-bc -- Beamer themies for Boston College and the University of Pennsylvania . beamerthemejltree -- Contributed beamer theme . beamerthemenirma -- A Beamer theme for academic presentations . beton -- Use Concrete fonts . bewerbung -- Typesetting job application . bez123 -- Support for Bezier curves . bezos -- Packages by Javier Bezos . bhcexam -- An exam class designed for Mathematics Teachers in China . bibletext -- Insert Bible passages by their reference . bigfoot -- Footnotes for critical editions . bigints -- Writing big integrals . bizcard -- Typeset business cards . blindtext -- Producing 'blind' text for testing . blkarray -- Extended array and tabular . block -- A block letter style for the letter class . bnumexpr -- Extends eTeX's \numexpr...\relax construct to big integers . boites -- Boxes that may break across pages . bold-extra -- Use bold small caps and typewriter fonts . bookcover -- A class for book covers and dust jackets . bookest -- Extended book class . booklet -- Aids for printing simple booklets . boolexpr -- A boolean expression evaluator and a switch command . bophook -- Provides an At-Begin-Page hook . boxedminipage -- A package for producing framed minipages . boxedminipage2e -- Framed minipages of a specified total width (text and frame combined) . boxhandler -- Flexible Captioning and Deferred Box/List Printing . bracketkey -- Produce bracketed identification keys . braket -- Dirac bra-ket and set notations . breakurl -- Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf . bullcntr -- Display list item counter as regular pattern of bullets . bussproofs -- Proof trees in the style of the sequent calculus . bxdpx-beamer -- Dvipdfmx extras for use with beamer . bxdvidriver -- Enables specifying a driver option effective only in DVI output . bxenclose -- Enclose the document body with some pieces of code . bxnewfont -- Enhanced \newfont command . bxpapersize -- Synchronize output paper size with layout paper size . bxpdfver -- Specify version and compression level of output PDF files . calcage -- Calculate the age of something, in years . calctab -- Language for numeric tables . calculator -- Use LaTeX as a scientific calculator . calrsfs -- Copperplate calligraphic letters in LaTeX . cals -- Multipage tables with wide range of features . calxxxx-yyyy -- Print a calendar for a group of years . cancel -- Place lines through maths formulae . canoniclayout -- Create canonical page layouts with memoir . capt-of -- Captions on more than floats . captcont -- Retain float number across several floats . captdef -- Declare free-standing \caption commands . carbohydrates -- Carbohydrate molecules with chemfig . cases -- Numbered cases environment . casyl -- Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics . catchfilebetweentags -- Catch text delimited by docstrip tags . catechis -- Macros for typesetting catechisms . catoptions -- Preserving and recalling standard catcodes . cbcoptic -- Coptic fonts and LaTeX macros for general usage and for philology . ccaption -- Continuation headings and legends for floats . cclicenses -- Typeset Creative Commons licence logos . cd -- Typeset CD covers . cd-cover -- Typeset CD covers . cdpbundl -- Business letters in the Italian style . cellspace -- Ensure minimal spacing of table cells . censor -- Facilities for controlling restricted text in a document . changebar -- Generate changebars in LaTeX documents . changelayout -- Change the layout of individual pages and their text . changepage -- Margin adjustment and detection of odd/even pages . changes -- Manual change markup . chappg -- Page numbering by chapter . chapterfolder -- Package for working with complicated folder structures . chet -- LaTeX layout inspired by harvmac . chextras -- A companion package for the Swiss typesetter . chkfloat -- Warn whenever a float is placed "to far away" . chletter -- Class for typesetting letters to Swiss rules . chngcntr -- Change the resetting of counters . chronology -- Provides a horizontal timeline . circ -- Macros for typesetting circuit diagrams . classics -- Cite classic works . clefval -- Key/value support with a hash . cleveref -- Intelligent cross-referencing . clipboard -- Copy and paste into and across documents . clock -- Graphical and textual clocks for TeX and LaTeX . cmdstring -- Get command name reliably . cmdtrack -- Check used commands . cmsd -- Interfaces to the CM Sans Serif Bold fonts . cnltx -- LaTeX tools and documenting facilities . cntformats -- A different way to read counters . cntperchap -- Store counter values per chapter . codedoc -- LaTeX code and documentation in LaTeX-format file . codepage -- Support for variant code pages . codesection -- Provides an environment that may be conditionally included . collcell -- Collect contents of a tabular cell as argument to a macro . collectbox -- Collect and process macro arguments as boxes . colordoc -- Coloured syntax highlights in documentation . colorinfo -- Retrieve colour model and values for defined colours . coloring -- Define missing colors by their names . colorspace -- Provides PDF color spaces . colortab -- Shade cells of tables and halign . colorwav -- Colours by wavelength of visible light . colorweb -- Extend the color package colour space . colourchange -- colourchange . combelow -- Typeset "comma-below" letters, as in Romanian . combine -- Bundle individual documents into a single document . comma -- Formats a number by inserting commas . commado -- Expandable iteration on comma-separated and filename lists . comment -- Selectively include/exclude portions of text . concepts -- Keeping track of formal 'concepts' for a particular field . concprog -- Concert programmes . constants -- Automatic numbering of constants . continue -- Prints 'continuation' marks on recto pages of multipage documents . contour -- Print a coloured contour around text . contracard -- Generate calling cards for dances . conv-xkv -- Create new key-value syntax . cooking -- Typeset recipes . cooking-units -- Typeset and convert units for cookery books and recipes . cool -- COntent-Oriented LaTeX . coollist -- Manipulate COntent Oriented LaTeX Lists . coolstr -- String manipulation in LaTeX . coolthms -- Reference items in a theorem environment . cooltooltips -- Associate a pop-up window and tooltip with PDF hyperlinks . coordsys -- Draw cartesian coordinate systems . copyedit -- Copyediting support for LaTeX documents . copyrightbox -- Provide copyright notices for images in a document . coseoul -- Context sensitive outline elements . counttexruns -- Count compilations of a document . courseoutline -- Prepare university course outlines . coursepaper -- Prepare university course papers . coverpage -- Automatic cover page creation for scientific papers . cprotect -- Allow verbatim, etc., in macro arguments . crbox -- Boxes with crossed corners . crossreference -- Crossreferences within documents . csquotes -- Context sensitive quotation facilities . css-colors -- Named colors for web-safe design . csvsimple -- Simple CSV file processing . cuisine -- Typeset recipes . currfile -- Provide file name and path of input files . currvita -- Typeset a curriculum vitae . cutwin -- Cut a window in a paragraph, typeset material in it . cv -- A package for creating a curriculum vitae . cv4tw -- LaTeX CV class, with extended details . cweb-latex -- A LaTeX version of CWEB . cyber -- Annotate compliance with cybersecurity requirements . cybercic -- "Controls in Contents" for the cyber package . dashbox -- Draw dashed boxes . dashrule -- Draw dashed rules . dashundergaps -- Underline with dotted or dashed lines . dataref -- Manage references to experimental data . datatool -- Tools to load and manipulate data . dateiliste -- Extensions of the \listfiles concept . datenumber -- Convert a date into a number and vice versa . datetime -- Change format of \today with commands for current time . datetime2 -- Formats for dates, times and time zones . datetime2-bahasai -- Bahasai language module for the datetime2 package . datetime2-basque -- Basque language module for the datetime2 package . datetime2-breton -- breton language module for the datetime2 package . datetime2-bulgarian -- Bulgarian language module for the datetime2 package . datetime2-catalan -- catalan language module for the datetime2 package . datetime2-croatian -- croatian language module for the datetime2 package . datetime2-czech -- czech language module for the datetime2 package . datetime2-danish -- danish language module for the datetime2 package . datetime2-dutch -- dutch language module for the datetime2 package . datetime2-en-fulltext -- English Full Text styles for the datetime2 package . datetime2-english -- English language module for the datetime2 package . datetime2-esperanto -- Esperanto language module for the datetime2 package . datetime2-estonian -- Estonian language module for the datetime2 package . datetime2-finnish -- Finnish language module for the datetime2 package . datetime2-french -- French language module for the datetime2 package . datetime2-galician -- galician language module for the datetime2 package . datetime2-german -- German language module for the datetime2 package . datetime2-greek -- Greek language module for the datetime2 package . datetime2-hebrew -- Hebrew language module for the datetime2 package . datetime2-icelandic -- Icelandic language module for the datetime2 package . datetime2-irish -- Irish Gaelic Language Module for the datetime2 Package . datetime2-italian -- Italian language module for the datetime2 package . datetime2-it-fulltext -- Italian full text styles for the datetime2 package . datetime2-latin -- Latin language module for the datetime2 package . datetime2-lsorbian -- Lower Sorbian language module for the datetime2 package . datetime2-magyar -- magyar language module for the datetime2 package . datetime2-norsk -- Norsk language module for the datetime2 package . datetime2-polish -- polish language module for the datetime2 package . datetime2-portuges -- Portuguese language module for the datetime2 package . datetime2-romanian -- Romanian language module for the datetime2 package . datetime2-russian -- russian language module for the datetime2 package . datetime2-samin -- Northern Sami language module for the datetime2 package . datetime2-scottish -- Scottish Gaelic Language Module for the datetime2 Package . datetime2-serbian -- serbian language module for the datetime2 package . datetime2-slovak -- slovak language module for the datetime2 package . datetime2-slovene -- slovene language module for the datetime2 package . datetime2-spanish -- Spanish language module for the datetime2 package . datetime2-swedish -- swedish language module for the datetime2 package . datetime2-turkish -- turkish language module for the datetime2 package . datetime2-ukrainian -- Ukrainian language module for the datetime2 package . datetime2-usorbian -- Upper Sorbian language module for the datetime2 package . datetime2-welsh -- Welsh language module for the datetime2 package . dblfloatfix -- Fixes for twocolumn floats . decimal -- LaTeX package for the English raised decimal point . decorule -- Decorative swelled rule using font character . delimtxt -- Read and parse text tables . denisbdoc -- A personal dirty package for documenting packages . diagbox -- Table heads with diagonal lines . diagnose -- A diagnostic tool for a TeX installation . dialogl -- Macros for constructing interactive LaTeX scripts . dichokey -- Construct dichotomous identification keys . dinbrief -- German letter DIN style . directory -- An address book using BibTeX . dirtytalk -- A package to typeset quotations easier . dlfltxb -- Macros related to "Introdktion til LaTeX" . dnaseq -- Format DNA base sequences . doclicense -- Support for putting documents under a license . docmfp -- Document non-LaTeX code . docmute -- Input files ignoring LaTeX preamble, etc . doctools -- Tools for the documentation of LaTeX code . documentation -- Documentation support for C, Java and assembler code . doi -- Create correct hyperlinks for DOI numbers . dotarrow -- Extendable dotted arrows . dotseqn -- Flush left equations with dotted leaders to the numbers . download -- Allow LaTeX to download files using an external process . dox -- Extend the doc package . dpfloat -- Support for double-page floats . dprogress -- LaTeX-relevant log information for debugging . drac -- Declare active character substitution, robustly . draftcopy -- Identify draft copies . draftwatermark -- Put a grey textual watermark on document pages . dtk -- Document class for the journal of DANTE . dtxdescribe -- Describe additional object types in dtx source files . dtxgallery -- A small collection of minimal DTX examples . dvdcoll -- A class for typesetting DVD archives . dynamicnumber -- Dynamically typeset numbers and values in LaTeX through "symbolic links" . dynblocks -- A simple way to create dynamic blocks for Beamer . ean13isbn -- Print EAN13 for ISBN . easy -- A collection of easy-to-use macros . easy-todo -- To-do notes in a document . easyfig -- Simplifying the use of common figures . easylist -- Lists using a single active character . easyreview -- Package to provide a way to review (or perform editorial process) in LaTeX . ebezier -- Device independent picture environment enhancement . ecclesiastic -- Typesetting Ecclesiastic Latin . ecv -- A fancy Curriculum Vitae class . ed -- Editorial Notes for LaTeX documents . edmargin -- Multiple series of endnotes for critical editions . eemeir -- Adjust the gender of words in a document . efbox -- Extension of \fbox, with controllable frames and colours . egplot -- Encapsulate Gnuplot sources in LaTeX documents . elements -- Provides properties of chemical elements . ellipsis -- Fix uneven spacing around ellipses in LaTeX text mode . elmath -- Mathematics in Greek texts . elocalloc -- Local allocation macros for LaTeX 2015 . elpres -- A simple class for electronic presentations . elzcards -- Typeset business cards, index cards and flash cards easyly . emarks -- Named mark registers with e-TeX . embedall -- Embed source files into the generated PDF . embrac -- Upright brackets in emphasised text . emptypage -- Make empty pages really empty . emulateapj -- Produce output similar to that of APJ . endfloat -- Move floats to the end, leaving markers where they belong . endheads -- Running headers of the form "Notes to pp.xx-yy" . endnotes -- Place footnotes at the end . engpron -- Helps to type the pronunciation of English words . engrec -- Enumerate with lower- or uppercase Greek letters . enotez -- Support for end-notes . enumitem -- Control layout of itemize, enumerate, description . enumitem-zref -- Extended references to items for enumitem package . envbig -- Printing addresses on envelopes . environ -- A new interface for environments in LaTeX . envlab -- Addresses on envelopes or mailing labels . epigraph -- A package for typesetting epigraphs . epiolmec -- Typesetting the Epi-Olmec Language . eqell -- Sympathetically spaced ellipsis after punctuation . eqlist -- Description lists with equal indentation . eqname -- Name tags for equations . eqparbox -- Create equal-widthed parboxes . errata -- Error markup for LaTeX documents . esami -- Typeset exams with scrambled questions and answers . esdiff -- Simplify typesetting of derivatives . esint -- Extended set of integrals for Computer Modern . esint-type1 -- Font esint10 in Type 1 format . etaremune -- Reverse-counting enumerate environment . etextools -- e-TeX tools for LaTeX users and package writers . etoc -- Completely customisable TOCs . etoolbox -- e-TeX tools for LaTeX . eukdate -- UK format dates, with weekday . eulerpx -- A modern interface for the Euler math fonts . europasscv -- Unofficial class for the new version of the Europass curriculum vitae . europecv -- Unofficial class for European curricula vitae . everyhook -- Hooks for standard TeX token lists . everypage -- Provide hooks to be run on every page of a document . exam -- Package for typesetting exam scripts . exam-n -- Exam class, focused on collaborative authoring . examdesign -- LaTeX class for typesetting exams . example -- Typeset examples for TeX courses . examplep -- Verbatim phrases and listings in LaTeX . exceltex -- Get data from Excel files into LaTeX . excludeonly -- Prevent files being \include-ed . exercise -- Typeset exercises, problems, etc. and their answers . exercises -- Typeset exercises and solutions with automatic addition of points . exp-testopt -- Expandable \@testopt (and related) macros . expdlist -- Expanded description environments . export -- Import and export values of LaTeX registers . exsheets -- Create exercise sheets and exams . exsol -- Exercises and solutions from the same source, into a book . extract -- Extract parts of a document and write to another document . facsimile -- Document class for preparing faxes . factura -- Typeset and calculate invoices according to Venezuelan law . fancylabel -- Complex labelling with LaTeX . fancynum -- Typeset numbers . fancypar -- Decoration of individual paragraphs . fancyslides -- Custom presentation class built upon LaTeX Beamer . fancytabs -- Fancy page border tabs . fancytooltips -- Include a wide range of material in PDF tooltips . fcolumn -- Typesetting financial tables . ffslides -- Freeform slides based on the article class . fgruler -- draw rulers on the foreground or in the text . fibeamer -- Beamer theme for thesis defense presentations at Masaryk University (Brno, Czech Republic) . fifo-stack -- FIFO and stack implementation for package writers . figsize -- Auto-size graphics . filecontents -- Extended filecontents and filecontents* environments . filecontentsdef -- filecontents + macro + verbatim . filedate -- Access and compare info and modification dates . fileinfo -- Enhanced display of LaTeX File Information . filemod -- Provide file modification times, and compare them . fink -- The LaTeX2e File Name Keeper . finstrut -- Adjust behaviour of the ends of footnotes . fithesis -- Thesis class and template for Masaryk University (Brno, Czech Republic) . fixcmex -- Fully scalable version of Computer Modern Math Extension font . fixfoot -- Multiple use of the same footnote text . fixme -- Insert "fixme" notes into draft documents . fixmetodonotes -- Add notes on document development . fjodor -- A selection of layout styles . flabels -- Labels for files and folders . flacards -- Generate flashcards for printing . flagderiv -- Flag style derivation package . flashcards -- A class for typesetting flashcards . flashmovie -- Directly embed flash movies into PDF files . flipbook -- Typeset flipbook animations, in the corners of documents . flippdf -- Horizontal flipping of pages with pdfLaTeX . floatflt -- Wrap text around floats . floatrow -- Modifying the layout of floats . flowfram -- Create text frames for posters, brochures or magazines . fmp -- Include Functional MetaPost in LaTeX . fmtcount -- Display the value of a LaTeX counter in a variety of formats . fn2end -- Convert footnotes to endnotes . fnbreak -- Warn for split footnotes . fncychap -- Seven predefined chapter heading styles . fncylab -- Alter the format of \label references . fnpara -- Footnotes in paragraphs . fnpct -- Manage footnote marks' interaction with punctuation . fnumprint -- Print a number in 'appropriate' format . foilhtml -- Interface between foiltex and LaTeX2HTML . fontaxes -- Additional font axes for LaTeX . fonttable -- Print font tables from a LaTeX document . footmisc -- A range of footnote options . footmisx -- A range of footnote options . footnotebackref -- Back-references from footnotes . footnotehyper -- hyperref aware footnote.sty . footnoterange -- References to ranges of footnotes . footnpag -- Per-page numbering of footnotes . forarray -- Using array structures in LaTeX . foreign -- Systematic treatment of 'foreign' words in documents . forloop -- Iteration in LaTeX . formlett -- Letters to multiple recipients . formular -- Create forms containing field for manual entry . fragments -- Fragments of LaTeX code . frame -- Framed boxes for Plain TeX . framed -- Framed or shaded regions that can break across pages . frankenstein -- A collection of LaTeX packages . frege -- Typeset fregean Begriffsschrift . ftcap -- Allows \caption at the beginning of a table-environment . ftnxtra -- Extend the applicability of the \footnote command . fullblck -- Left-blocking for letter class . fullminipage -- Minipage spanning a complete page . fullwidth -- Adjust margins of text block . fundus-calligra -- Support for the calligra font in LaTeX documents . fundus-cyr -- Support for Washington University Cyrillic fonts . fundus-sueterlin -- Sutterlin . fvextra -- Extensions and patches for fancyvrb . fwlw -- Get first and last words of a page . g-brief -- Letter document class . gauss -- A package for Gaussian operations . gcard -- Arrange text on a sheet to fold into a greeting card . gcite -- Citations in a reader-friendly style . gender -- Gender neutrality for languages with grammatical gender . genmpage -- Generalization of LaTeX's minipages . getfiledate -- Find the date of last modification of a file . getitems -- Gathering items from a list-like environment . ginpenc -- Modification of inputenc for German . gitfile-info -- Get git metadata for a specific file . gitinfo -- Access metadata from the git distributed version control system . gitinfo2 -- Access metadata from the git distributed version control system . gitlog -- Typesetting git changelogs . gloss -- Create glossaries using BibTeX . glossaries -- Create glossaries and lists of acronyms . glossaries-danish -- Danish language module for glossaries package . glossaries-dutch -- Dutch language module for glossaries package . glossaries-english -- English language module for glossaries package . glossaries-extra -- An extension to the glossaries package . glossaries-french -- French language module for glossaries package . glossaries-german -- German language module for glossaries package . glossaries-irish -- Irish language module for glossaries package . glossaries-italian -- Italian language module for glossaries package . glossaries-magyar -- Magyar language module for glossaries package . glossaries-polish -- Polish language module for glossaries package . glossaries-portuges -- Portuges language module for glossaries package . glossaries-serbian -- Serbian language module for glossaries package . glossaries-spanish -- Spanish language module for glossaries package . gmdoc -- Documentation of LaTeX packages . gmdoc-enhance -- Some enhancements to the gmdoc package . gmiflink -- Simplify usage of \hypertarget and \hyperlink . gmutils -- Support macros for other packages . gmverb -- A variant of LaTeX \verb, verbatim and shortvrb . graphbox -- Extend graphicx to improve placement of graphics . graphicx-psmin -- Reduce size of PostScript files by not repeating images . graphicxbox -- Insert a graphical image as a background . grfpaste -- Include fragments of a dvi file . grid -- Grid typesetting in LaTeX . grid-system -- Page organisation, modelled on CSS facilities . gridset -- Grid, a.k.a. in-register, setting . guitlogo -- Macros for typesetting the GuIT logo . halloweenmath -- Scary and creepy math symbols with AMS-LaTeX integration . handout -- Create handout for auditors of a talk . hang -- Environments for hanging paragraphs and list items . hanging -- Hanging paragraphs . hardwrap -- Hard wrap text to a certain character length . harnon-cv -- A CV document class with a vertical timeline for experience . harpoon -- Extra harpoons, using the graphics package . hc -- Replacement for the LaTeX classes . he-she -- Alternating pronouns to aid gender-neutral writing . hhtensor -- Print vectors, matrices, and tensors . histogr -- Draw histograms with the LaTeX picture environment . hitec -- Class for documentation . hletter -- Flexible letter typesetting with flexible page headings . hpsdiss -- A dissertation class . hrefhide -- Suppress hyper links when printing . hvindex -- Support for indexing . hypdvips -- Hyperref extensions for use with dvips . hyper -- Hypertext cross referencing . hypernat -- Allow hyperref and natbib to work together . hyperref-docsrc -- . hyperxmp -- Embed XMP metadata within a LaTeX document . hyphenat -- Disable/enable hypenation . idxcmds -- Semantic commands for adding formatted index entries . idxlayout -- Configurable index layout, responsive to KOMA-Script and memoir . iffont -- Conditionally load fonts with fontspec . ifmslide -- Presentation slides for screen and printouts . ifmtarg -- If-then-else command for processing potentially empty arguments . ifnextok -- Utility macro: peek ahead without ignoring spaces . ifoddpage -- Determine if the current page is odd or even . ifplatform -- Conditionals to test which platform is being used . ifthenx -- Extra tests for \ifthenelse . iitem -- Multiple level of lists in one list-like environment . image-gallery -- Create an overview of pictures from a digital camera or from other sources . imakeidx -- A package for producing multiple indexes . import -- Establish input relative to a directory . incgraph -- Sophisticated graphics inclusion in a PDF document . indextools -- Producing multiple indices . inlinedef -- Inline expansions within definitions . inputtrc -- Trace which file loads which . interactiveworkbook -- LaTeX-based interactive PDF on the Web . interfaces -- Set parameters for other packages, conveniently . inversepath -- Calculate inverse file paths . invoice -- Generate invoices . iso -- Generic ISO standards typesetting macros . iso10303 -- Typesetting the STEP standards . isodate -- Tune the output format of dates according to language . isodoc -- A LaTeX class for typesetting letters and invoices . isonums -- Display numbers in maths mode according to ISO 31-0 . isorot -- Rotation of document elements . isotope -- A package for typesetting isotopes . issuulinks -- Produce external links instead of internal ones . iwhdp -- Halle Institute for Economic Research (IWH) Discussion Papers . jlabels -- Make letter-sized pages of labels . jslectureplanner -- Creation and management of university course material . jumplines -- Articles with teasers and continuation later on . jvlisting -- A replacement for LaTeX's verbatim package . kantlipsum -- Generate sentences in Kant's style . kerntest -- Print tables and generate control files to adjust kernings . keycommand -- Simple creation of commands with key-value arguments . keyfloat -- provides a key/value interface for generating floats . keyreader -- A robust interface to xkeyval . keystroke -- Graphical representation of keys on keyboard . keyval2e -- A lightweight and robust key-value parser . keyvaltable -- Re-usable tables separating content and presentation . kix -- Typeset KIX codes . koma-moderncvclassic -- Makes the style and command of moderncv (style classic) available for koma-classes and thus compatible with BibLaTeX . koma-script-sfs -- Koma-script letter class option for Finnish . komacv -- Typesetting a beautiful CV with various style options . ktv-texdata -- Extract subsets of documents . l3build -- A testing and building system for (La)TeX . labbook -- Typeset laboratory journals . labels -- Print sheets of sticky labels . lastpackage -- Indicates the last loaded package . lastpage -- Reference last page for Page N of M type footers . latex-tds -- A structured copy of the LaTeX distribution . latexdemo -- Demonstrate LaTeX code with its resulting output . latexgit -- A LaTeX git wrapper . layouts -- Display various elements of a document's layout . lazylist -- Lists in TeX's "mouth" . lcd -- Alphanumerical LCD-style displays . lcg -- Generate random integers . leading -- Define leading with a length . leaflet -- Create small handouts (flyers) . leftidx -- Left and right subscripts and superscripts in math mode . lengthconvert -- Express lengths in arbitrary units . lettre -- Letters and faxes in French . lettrine -- Typeset dropped capitals . lewis -- Draw Lewis structures . lhelp -- Miscellaneous helper packages . libgreek -- Use Libertine or Biolinum Greek glyphs in mathematics . limap -- Typeset maps and blocks according to the Information Mapping(r) method . linegoal -- A "dimen" that returns the space left on the line . linop -- Typeset linear operators as they appear in quantum theory or linear algebra . lipsum -- Easy access to the Lorem Ipsum dummy text . lisp-on-tex -- Execute LISP code in a LaTeX document . listing -- Produce formatted program listings . listlbls -- Creates a list of all labels used throughout a document . listliketab -- Typeset lists as tables . listofsymbols -- Create and manipulate lists of symbols . lkproof -- LK Proof figure macros . lmake -- Process lists to do repetitive actions . locality -- Various macros for keeping things local . localloc -- Macros for localizing TeX register allocations . logbox -- e-TeX showbox facilities for exploration purposes . logical-markup-utils -- Packages for language-dependent inline quotes and dashes . logpap -- Generate logarithmic graph paper with LaTeX . longfbox -- Draw framed boxes with standard CSS attributes that can break over multiple pages . longfigure -- Provides a figure-like environment that break over pages . longnamefilelist -- Tidy \listfiles with long file names . loops -- General looping macros for use with LaTeX . lsc -- Typesetting Live Sequence Charts . lstaddons -- Add-on packages for listings: autogobble and line background . lt3graph -- Provide a graph datastructure for experimental LaTeX3 . ltablex -- Table package extensions . ltabptch -- Bug fix for longtable . ltxdockit -- Documentation support . ltxindex -- A LaTeX package to typeset indices with GNU's Texindex . ltxkeys -- A robust key parser for LaTeX . ltxnew -- A simple means of creating commands . ltxtools -- A collection of LaTeX API macros . macroswap -- Swap the definitions of two LaTeX macros . magaz -- Magazine layout . mailing -- Macros for mail merging . mailmerge -- Repeating text field substitution . makebarcode -- Print various kinds 2/5 and Code 39 bar codes . makebase -- Typeset counters in a different base . makebox -- Defines a \makebox* command . makecell -- Tabular column heads and multilined cells . makecirc -- A MetaPost library for drawing electrical circuit diagrams . makecmds -- The new \makecommand command always (re)defines a command . makedtx -- Perl script to help generate dtx and ins files . makeglos -- Include a glossary into a document . mandi -- Macros for introductory physics and astronomy . manfnt -- LaTeX support for the TeX book symbols . manuscript -- Emulate look of a document typed on a typewriter . marginfix -- Patch \marginpar to avoid overfull margins . marginnote -- Notes in the margin, even where \marginpar fails . markdown -- A package for converting and rendering markdown documents inside TeX . mathalfa -- General package for loading maths alphabets in LaTeX . mathastext -- Use the text font in maths mode . mathexam -- Package for typesetting exams . maybemath -- Make math bold or italic according to context . mbenotes -- Notes in tables or images . mcaption -- Put captions in the margin . mceinleger -- Creating covers for music cassettes . mcite -- Multiple items in a single citation . mciteplus -- Enhanced multiple citations . mdframed -- Framed environments that can split at page boundaries . media9 -- Multimedia inclusion package with Adobe Reader-9/X compatibility . medstarbeamer -- Beamer document class for MedStar Health Research Institute . meetingmins -- Format written minutes of meetings . memexsupp -- Experimental memoir support . memory -- Containers for data in LaTeX . menu -- Typesetting menus . menukeys -- Format menu sequences, paths and keystrokes from lists . method -- Typeset method and variable declarations . metre -- Support for the work of classicists . mfirstuc -- Uppercase the first letter of a word . mftinc -- Pretty-print Metafont source . midpage -- Environment for vertical centring . minibox -- A simple type of box for LaTeX . minifp -- Fixed-point real computations to 8 decimals . minipage-marginpar -- Minipages with marginal notes . minitoc -- Produce a table of contents for each chapter, part or section . minorrevision -- Quote and refer to a manuscript for minor revisions . minted -- Highlighted source code for LaTeX . minutes -- Typeset the minutes of meetings . mla-paper -- Proper MLA formatting . mlist -- Logical markup for lists . mmap -- Include CMap resources in PDF files from pdfTeX . mnotes -- Margin annotation for collaborative writing . moderncv -- A modern curriculum vitae class . moderntimeline -- Timelines for use with moderncv . modref -- Customisation of cross-references in LaTeX . modroman -- Write numbers in lower case roman numerals . monofill -- Alignment of plain text . moodle -- Generating Moodle quizzes via LaTeX . moreenum -- More enumeration options . morefloats -- Increase the number of simultaneous LaTeX floats . morehype -- Hypertext tools for use with LaTeX . moresize -- Allows font sizes up to 35.83pt . moreverb -- Extended verbatim . morewrites -- Always room for a new write stream . movie15 -- Multimedia inclusion package . mparhack -- Work around a LaTeX bug in marginpars . mpostinl -- Enables embedding of MetaPost figures within a LaTeX document . msc -- Draw MSC diagrams . msg -- A package for LaTeX localisation . mslapa -- Michael Landy's APA citation style . mtgreek -- Use italic and upright greek letters with mathtime . multenum -- Multi-column enumerated lists . multiaudience -- Several versions of output from the same source . multibbl -- Multiple bibliographies . multicap -- Format captions inside multicols . multidef -- Quickly define several similar macros . multienv -- Multiple environments using a "key=value" syntax . multiexpand -- Variations on the primitive command \expandafter . multirow -- Create tabular cells spanning multiple rows . mversion -- Keeping track of document versions . mwe -- Packages and image files for MWEs . mycv -- A list-driven CV class, allowing TikZ decorations . mylatexformat -- Build a format based on the preamble of a LaTeX file . nag -- Detecting and warning about obsolete LaTeX commands . nameauth -- Name authority mechanism for consistency in body text and index . namespc -- Rudimentary C++-like namespaces in LaTeX . ncclatex -- An extended general-purpose class . ncctools -- A collection of general packages for LaTeX . needspace -- Insert pagebreak if not enough space . nestquot -- Alternate quotes between double and single with nesting . newcommand -- Generate new LaTeX command definitions . newenviron -- Processing an environment's body . newfile -- User level management of LaTeX input and output . newlfm -- Write letters, facsimiles, and memos . newspaper -- Typeset newsletters to resemble newspapers . newunicodechar -- Definitions of the meaning of Unicode characters . newvbtm -- Define your own verbatim-like environment . newverbs -- Define new versions of \verb, including short verb versions . nextpage -- Generalisations of the page advance commands . nfssext-cfr -- Extensions to the LaTeX NFSS . nicefilelist -- Provide \listfiles alignment . niceframe -- Support for fancy frames . nicetext -- Minimal markup for simple text (Wikipedia style) and documentation . nlctdoc -- Package documentation class . noconflict -- Resolve macro name conflict between packages . noindentafter -- Tool to prevent paragraph indentation after environments/macros . noitcrul -- Improved underlines in mathematics . nolbreaks -- No line breaks in text . nomencl -- Produce lists of symbols as in nomenclature . nomentbl -- Nomenclature typeset in a longtable . nonfloat -- Non-floating table and figure captions . nonumonpart -- Prevent page numbers on part pages . nopageno -- No page numbers in LaTeX documents . normalcolor -- Changing \normalcolor . notes -- Mark sections of a document . notespages -- Filling documents with notes pages and notes areas . notoccite -- Prevent trouble from citations in table of contents, etc . nowidow -- Avoid widows . nox -- Adaptable tables . ntheorem -- Enhanced theorem environment . numberedblock -- Print a block of code, with unique index number . numname -- Convert a number to its English expression . numprint -- Print numbers with separators and exponent if necessary . ocg-p -- PDF OCG support in LaTeX . ocgx -- Use OCGs within a PDF document without JavaScript . ocgx2 -- Drop-in replacement for the 'ocgx' package; adds support for dvips+ps2pdf, XeLaTeX, dvipdfmx . ocr-latex -- LaTeX support for ocr fonts . octavo -- Typeset books following classical design and layout . oldstyle -- Old style numbers in OT1 encoding . onlyamsmath -- Inhibit use of non-amsmath mathematics markup when using amsmath . opcit -- Footnote-style bibliographical references . optidef -- Provides a standard set of environments for writing minimization problems . optional -- Facilitate optional printing of parts of a document . options -- Provides convenient key-value options for LaTeX package writers . outline -- List environment for making outlines . outliner -- Change section levels easily . outlines -- Produce "outline" lists . overlays -- Incremental slides . overpic -- Combine LaTeX commands over included graphics . pagecolor -- Interrogate page colour . pagecont -- Page numbering that continues between documents . pagenote -- Notes at end of document . pagerange -- Flexible and configurable page range typesetting . pageslts -- Variants of last page labels . paper -- Versions of article class, tuned for scholarly publications . papercdcase -- Origami-style folding paper CD case . papermas -- Compute the mass of a printed version of a document . papertex -- Class for newspapers, etc . paracol -- Multiple columns with texts "in parallel" . parades -- Tabulators and space between paragraphs in galley approach . paralist -- Enumerate and itemize within paragraphs . paresse -- Define simple macros for greek letters . parnotes -- Notes after every paragraph (or elsewhere) . parselines -- Apply a macro to each line of an environment . pas-cours -- Macros useful in preparing teaching material . pas-cv -- Flexible typesetting of Curricula Vitae . pas-tableur -- Create a spreadsheet layout . patch -- Patch loaded packages, etc. . patchcmd -- Change the definition of an existing command . pauldoc -- German LaTeX package documentation . pawpict -- Using graphics from PAW . pax -- Extract and reinsert PDF annotations with pdfTeX . pbox -- A variable-width \parbox command . pbsheet -- Problem sheet class . pdf14 -- Restore PDF 1.4 to a TeX live 2010 format . pdfcomment -- A user-friendly interface to pdf annotations . pdfcprot -- Activating and setting of character protruding using pdfLaTeX . pdfmarginpar -- Generate marginpar-equivalent PDF annotations . pdfpagediff -- Find difference between two PDF's . pdfscreen -- Support screen-based document design . pdfslide -- Presentation slides using pdfTeX . pdfsync -- Provide links between source and PDF . pdfwin -- . pdfx -- PDF/X-1a and PDF/A-1b support for pdfTeX . pecha -- Print Tibetan text in the classic pecha layout style . perltex -- Define LaTeX macros in terms of Perl code . permute -- Support for symmetric groups . petiteannonce -- A class for small advertisements . phffullpagefigure -- Figures which fill up a whole page . phfnote -- Basic formatting for short documents . phfparen -- Parenthetic math expressions made simpler and less redundant . phfqit -- Macros for typesetting Quantum Information Theory . phfquotetext -- Quote verbatim text without white space formatting . phfsvnwatermark -- Watermarks with version control information from SVN . phfthm -- Goodies for theorems and proofs . philex -- Cross references for named and numbered environments . phonenumbers -- Typesetting telephone numbers with LaTeX. . photo -- A float environment for photographs . piff -- Macro tools by Mike Piff . pkgloader -- Managing the options and loading order of other packages . placeins -- Control float placement . plantslabels -- Write labels for plants . plates -- Arrange for "plates" sections of documents . plweb -- Literate Programming for Prolog with LaTeX . polynom -- Macros for manipulating polynomials . polynomial -- Typeset (univariate) polynomials . polytable -- Tabular-like environments with named columns . postcards -- Facilitates mass-mailing of postcards (junkmail) . poster-mac -- Make posters and banners with TeX . ppr-prv -- Prosper preview . preprint -- A bundle of packages provided "as is" . pressrelease -- A class for typesetting press releases . prettyref -- Make label references "self-identify" . printlen -- Print lengths using specified units . probsoln -- Generate problem sheets and their solution sheets . program -- Typesetting programs and algorithms . progress -- Creates an overview of a document's state . progressbar -- Visualize shares of total amounts in the form of a (progress- )bar . proofread -- Commands for inserting annotations . properties -- Load properties from a file . protex -- Literate programming package . protocol -- A class for minutes of meetings . psfragx -- A psfrag eXtension . pst-pdf -- Make PDF versions of graphics by processing between runs . pstool -- Support for psfrag within pdfLaTeX . pstring -- typeset sequences with justification pointers . pxgreeks -- Shape selection for PX fonts Greek letters . python -- Embed Python code in LaTeX . qcm -- A LaTeX2e class for making multiple choice questionnaires . qstest -- Bundle for unit tests and pattern matching . qsymbols -- Maths symbol abbreviations . quicktype -- LaTeX package for quick typesetting . quotchap -- Decorative chapter headings . quoting -- Consolidated environment for displayed text . quotmark -- Consistent quote marks . ran_toks -- Randomise token strings . randtext -- Randomise the order of characters in strings . rccol -- Decimal-centered optionally rounded numbers in tabular . rcs-multi -- Typeset RCS version control in multiple-file documents . rcsinfo -- Support for the revision control system . readarray -- Read, store and recall array-formatted data . realboxes -- Variants of common box-commands that read their content as real box and not as macro argument . recipe -- A LaTeX class to typeset recipes . recipebook -- Typeset 5.5" x 8" recipes for browsing or printing . recipecard -- Typeset recipes in note-card-sized boxes . rectopma -- Recycle top matter . refcheck -- Check references (in figures, table, equations, etc) . refenums -- Define reference labels items with names of their own . reflectgraphics -- Techniques for reflecting graphics . refman -- Format technical reference manuals . refstyle -- Advanced formatting of cross references . regcount -- Display the allocation status of the TeX registers . regexpatch -- High level patching of commands . register -- Typeset programmable elements in digital hardware (registers) . regstats -- Information about register use . relenc -- A "relaxed" font encoding . relsize -- Set the font size relative to the current font size . repeatindex -- Repeat items in an index after a page or column break . repltext -- Control how text gets copied from a PDF file . rjlparshap -- Support for use of \parshape in LaTeX . rlepsf -- Rewrite labels in EPS graphics . rmpage -- A package to help change page layout parameters in LaTeX . robustcommand -- Declare robust command, with \newcommand checks . robustindex -- Create index with pagerefs . romanbar -- Write roman number with "bars" . romanbarpagenumber -- Typesetting roman page numbers . romanneg -- Roman page numbers negative . romannum -- Generate roman numerals instead of arabic digits . rotfloat -- Rotate floats . rotpages -- Typeset sets of pages upside-down and backwards . roundbox -- Round boxes in LaTeX . rterface -- Access to R analysis from within a document . rtkinenc -- Input encoding with fallback procedures . rulercompass -- A TikZ library for straight-edge and compass diagrams . rvwrite -- Increase the number of available output streams in LaTeX . sanitize-umlaut -- sanitize umlauts for MakeIndex and pdfLaTeX . sauerj -- A bundle of utilities by Jonathan Sauer . savefnmark -- Save name of the footnote mark for reuse . savesym -- Redefine symbols where names conflict . savetrees -- Optimise the use of each page of a LaTeX document . scale -- Scale document by sqrt(2) or magstep(2) . scalebar -- Create scalebars for maps, diagrams or photos . scalerel -- Constrained scaling and stretching of objects . scanpages -- Support importing and embellishing scanned documents . scrlttr2copy -- A letter class option file for the automatic creation of copies . sdrt -- Macros for Segmented Discourse Representation Theory . secdot -- Section numbers with trailing dots . sectionbox -- Create fancy boxed ((sub)sub)sections . sectsty -- Control sectional headers . seealso -- Improve the performance of \see macros with makeindex . selectp -- Select pages to be output . semantic -- Help for writing programming language semantics . semantic-markup -- Meaningful semantic markup in the spirit of the Text Encoding Initiative . semioneside -- Put only special contents on left-hand pages in two sided layout . semproc -- Seminar proceedings . sepfootnotes -- Support footnotes and endnotes from separate files . seqsplit -- Split long sequences of characters in a neutral way . sf298 -- Standard form 298 . sffms -- Typesetting science fiction/fantasy manuscripts . sfmath -- Sans-serif mathematics . shadethm -- Theorem environments that are shaded . shadow -- Shadow boxes . shadowtext -- Produce text with a shadow behind it . shapepar -- A macro to typeset paragraphs in specific shapes . shdoc -- Float environment to document the shell commands of a terminal session . shipunov -- A collection of LaTeX packages and classes . shorttoc -- Table of contents with different depths . show2e -- Variants of \show for LaTeX2e . showcharinbox -- Show characters inside a box . showdim -- Variants on printing dimensions . showexpl -- Typesetting LaTeX source code . showlabels -- Show label commands in the margin . sidecap -- Typeset captions sideways . sidenotes -- Typeset notes containing rich content, in the margin . silence -- Selective filtering of error messages and warnings . simplecd -- Simple CD, DVD covers for printing . simplecv -- A simple class for writing curricula vitae . sitem -- Save the optional argument of \item . skb -- Tools for a repository of long-living documents . skdoc -- Documentation and extraction for packages and document classes . skeycommand -- Create commands using parameters and keyval in parallel . skeyval -- Key-value parsing combining features of xkeyval and pgfkeys . skrapport -- 'Simple' class for reports, etc. . slantsc -- Access different-shaped small-caps fonts . smalltableof -- Create listoffigures etc. in a single chapter . smartunits -- Converting between common metric and Imperial units . smartref -- Extend LaTeX's \ref capability . snapshot -- List the external dependencies of a LaTeX document . snotez -- Typeset notes, in the margin . soul -- Hyphenation for letterspacing, underlining, and more . sparklines -- Drawing sparklines: intense, simple, wordlike graphics . sphack -- Patch LaTeX kernel spacing macros . splitindex -- Unlimited number of indexes . spot -- Spotlight highlighting for Beamer . spotcolor -- Spot colours for pdfLaTeX . spreadtab -- Spreadsheet features for LaTeX tabular environments . spverbatim -- Allow line breaks within \verb and verbatim output . srbook-mem -- . srcltx -- Jump between DVI and TeX files . sseq -- Typesetting spectral sequence charts . sslides -- Slides with headers and footers . stack -- Tools to define and use stacks . stackengine -- Highly customised stacking of objects, insets, baseline changes, etc . standalone -- Compile TeX pictures stand-alone or as part of a document . statistik -- Store statistics of a document . stdclsdv -- Provide sectioning information for package writers . stdpage -- Standard pages with n lines of at most m characters each . stex -- An Infrastructure for Semantic Preloading of LaTeX Documents . storebox -- Storing information for reuse . storecmd -- Store the name of a defined command in a container . stringstrings -- String manipulation for cosmetic and programming application . sttools -- Various macros . stubs -- Create tear-off stubs at the bottom of a page . subdepth -- Unify maths subscript height . subeqn -- Package for subequation numbering . subeqnarray -- Equation array with sub numbering . subfigmat -- Automates layout when using the subfigure package . subfigure -- Deprecated: Figures divided into subfigures . subfiles -- Individual typesetting of subfiles of a "main" document . subfloat -- Sub-numbering for figures and tables . substitutefont -- Easy font substitution . substr -- Deal with substrings in strings . supertabular -- A multi-page tables package . svg -- Include and extract SVG pictures using Inkscape . svgcolor -- Define SVG named colours . svn -- Typeset Subversion keywords . svn-multi -- Subversion keywords in multi-file LaTeX documents . svn-prov -- Subversion variants of \Provides... macros . svninfo -- Typeset Subversion keywords . syntax -- Creation of syntax diagrams . syntrace -- Labels for tracing in a syntax tree . synttree -- Typeset syntactic trees . tabfigures -- Maintain vertical alignment of figures . tableaux -- Construct tables of signs and variations . tablefootnote -- Permit footnotes in tables . tableof -- Tagging tables of contents . tablestyles -- . tablists -- Tabulated lists of short items . tabls -- Better vertical spacing in tables and arrays . tabstackengine -- "Tabbing" front-end to stackengine . tabto-ltx -- "Tab" to a measured position in the line . tabu -- Flexible LaTeX tabulars . tabularborder -- Remove excess space at left and right of tabular . tabularcalc -- Calculate formulas in a tabular environment . tabularew -- A variation on the tabular environment . tabulary -- Tabular with variable width columns balanced . tagging -- Document configuration with tags . tagpair -- Word-by-word glosses, translations, and bibliographic attributions . talk -- A LaTeX class for presentations . tamefloats -- Experimentally use \holdinginserts with LaTeX floats . tasks -- Horizontally columned lists . tcldoc -- Doc/docstrip for tcl . tcolorbox -- Coloured boxes, for LaTeX examples and theorems, etc . tdclock -- A ticking digital clock package for PDF output . technics -- A package to format technical documents . ted -- A (primitive) token list editor . templatetools -- Commands useful in LaTeX templates . termcal -- Print a class calendar . termlist -- Label any kind of term with a continuous counter . testhyphens -- Testing hyphenation patterns . testidx -- Dummy text for testing index styles and indexing applications . tex-label -- Place a classification on each page of a document . texlogos -- Ready-to-use LaTeX logos . texmate -- Comprehensive chess annotation in LaTeX . texments -- Using the Pygments highlighter in LaTeX . texpower -- Create dynamic online presentations with LaTeX . texshade -- Package for setting nucleotide and peptide alignments . texvc -- Use MediaWiki LaTeX commands . textfit -- Fit text to a desired size . textgreek -- Upright greek letters in text . textmerg -- Merge text in TeX and LaTeX . textpos -- Place boxes at arbitrary positions on the LaTeX page . theoremref -- References with automatic theorem names . thinsp -- A stretchable \thinspace for LaTeX . thmtools -- Extensions to theorem environments . threadcol -- Organize document columns into PDF "article thread" . threeparttable -- Tables with captions and notes all the same width . threeparttablex -- Notes in longtables . thumb -- Thumb marks in documents . thumbs -- Create thumb indexes . thumby -- Create thumb indexes for printed books . ticket -- Make labels, visiting-cards, pins with LaTeX . titlecaps -- Setting rich-text input into Titling Caps . titlefoot -- Add special material to footer of title page . titlepic -- Add picture to title page of a document . titleref -- A "\titleref" command to cross-reference section titles . titlesec -- Select alternative section titles . titling -- Control over the typesetting of the \maketitle command . tocbibind -- Add bibliography/index/contents to Table of Contents . tocdata -- Adds names to chapters, sections, figures in the TOC and LOF. . tocloft -- Control table of contents, figures, etc . tocvsec2 -- Section numbering and table of contents control . todo -- Make a to-do list for a document . todonotes -- Marking things to do in a LaTeX document . tokenizer -- A tokenizer . toolbox -- Tool macros . topfloat -- Move floats to the top of the page . totcount -- Find the last value of a counter . totpages -- Count pages in a document, and report last page number . translations -- Internationalisation of LaTeX2e packages . trfsigns -- Typeset transform signs . trimspaces -- Trim spaces around an argument or within a macro . trivfloat -- Quick float definitions in LaTeX . trsym -- Symbols for transformations . truncate -- Truncate text to a specified width . tucv -- Support for typesetting a CV or resumee . turnthepage -- Provide "turn page" instructions . twoinone -- Print two pages on a single page . twoup -- Print two virtual pages on each physical page . txgreeks -- Shape selection for TX fonts Greek letters . type1cm -- Arbitrary size font selection in LaTeX . typed-checklist -- Typesetting tasks, goals, milestones, artifacts, and more in LaTeX . typeface -- Select a balanced set of fonts . typogrid -- Print a typographic grid . uassign -- Environments and options for typesetting university assignments . ucs -- Extended UTF-8 input encoding support for LaTeX . uebungsblatt -- A LaTeX class for writing exercise sheets . umoline -- Underline text allowing line breaking . underlin -- Underlined running heads . underoverlap -- Position decorations over and under expressions . undolabl -- Override existing labels . units -- Typeset units . unravel -- Watching TeX digest tokens . upmethodology -- Writing specifications such as for UP-based methodologies . upquote -- Show "realistic" quotes in verbatim . uri -- Hyperlinks for a wide range of URIs . ushort -- Shorter (and longer) underlines and underbars . uspace -- Giving meaning to various Unicode space characters . uwmslide -- Slides with a simple Power Point like appearance . varindex -- Luxury frontend to the \index command . varsfromjobname -- Extract variables from the name of the LaTeX file . varwidth -- A variable-width minipage . vdmlisting -- Typesetting VDM in ASCII syntax . verbasef -- VERBatim Automatic Splitting of External Files . verbatimbox -- Deposit verbatim text in a box . verbatimcopy -- Make copies of text documents from within LaTeX . verbdef -- Define commands which expand to verbatim text . verbments -- Syntax highlighting of source code in LaTeX documents . version -- Conditionally include text . versions -- Optionally omit pieces of text . versonotes -- Display brief notes on verso pages . vertbars -- Mark vertical rules in margin of text . vgrid -- Overlay a grid on the printed page . vhistory -- Support for creating a change log . vmargin -- Set various page dimensions . volumes -- Typeset only parts of a document, with complete indexes etc . vpe -- Source specials for PDF output . vruler -- Numbering text . vwcol -- Variable-width multiple text columns . wallpaper -- Easy addition of wallpapers (background images) to LaTeX documents, including tiling . warning -- Global warnings at the end of the logfile . warpcol -- Relative alignment of rows in numeric columns in tabulars . was -- A collection of small packages by Walter Schmidt . widetable -- An environment for typesetting tables of specified width . williams -- Miscellaneous macros by Peter Williams . withargs -- Ephemeral macro use . wordcount -- Estimate the number of words in a LaTeX document . wordlike -- Simulating word processor layout . wrapfig -- Produces figures which text can flow around . wtref -- Extend LaTeX's cross-reference system . xargs -- Define commands with many optional arguments . xassoccnt -- Associated counters stepping simultaneously . xcntperchap -- Track the number of subsections etc. that occur in a specified tracklevel . xcolor-material -- Defines the 256 colors from Google Material Color Palette . xcolor-solarized -- Defines the 16 colors from Ethan Schoonover's Solarized palette . xcomment -- Allows selected environments to be included/excluded . xdoc -- Extending the LaTeX doc system . xellipsis -- Extremely configurable ellipses with formats for various style manuals . xfor -- A reimplementation of the LaTeX for-loop macro . xhfill -- Extending \hrulefill . xifthen -- Extended conditional commands . xint -- Expandable operations on long numbers . xmpincl -- Include eXtensible Metadata Platform data in pdfLaTeX . xnewcommand -- Define \global and \protected commands with \newcommand . xoptarg -- Expandable macros that take an optional argument . xpatch -- Extending etoolbox patching commands . xpeek -- Define commands that peek ahead in the input stream . xprintlen -- Print TeX lengths in a variety of units . xpunctuate -- Process trailing punctuation which may be redundant . xsavebox -- Saveboxes for repeating content without code replication, based on PDF Form XObjects . xstring -- String manipulation for (La)TeX . xtab -- Break tables across pages . xwatermark -- Graphics and text watermarks on selected pages . xytree -- Tree macros using XY-Pic . yafoot -- A bundle of miscellaneous footnote packages . yaletter -- Extremely flexible macros for letters, envelopes, and label sheets . yagusylo -- A symbol loader . ycbook -- A versatile book class . ydoc -- Macros for documentation of LaTeX classes and packages . yplan -- Daily planner type calendar . zed-csp -- Typesetting Z and CSP format specifications . ziffer -- Conversion of punctuation in maths mode . zwgetfdate -- Get package or file date . zwpagelayout -- Page layout and crop-marks Homepage: http://www.tug.org/texlive/ Package: libboost-thread-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-thread1.62-dev Description: portable C++ multi-threading (default version) This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/thread/ Package: libxext6 Status: install ok installed Priority: optional Section: libs Installed-Size: 124 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxext (2:1.3.3-1) Version: 2:1.3.3-1+b2 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0) Description: X11 miscellaneous extension library libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: texlive-pictures-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 122821 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Description: TeX Live: Documentation files for texlive-pictures This package provides the documentation for texlive-pictures Homepage: http://www.tug.org/texlive/ Package: debianutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 213 Maintainer: Clint Adams Architecture: amd64 Multi-Arch: foreign Version: 4.8.1.1 Replaces: manpages-pl (<< 1:0.5) Depends: sensible-utils Pre-Depends: libc6 (>= 2.15) Description: Miscellaneous utilities specific to Debian This package provides a number of small utilities which are used primarily by the installation scripts of Debian packages, although you may use them directly. . The specific utilities included are: add-shell installkernel ischroot remove-shell run-parts savelog tempfile which Package: libxfixes3 Status: install ok installed Priority: optional Section: libs Installed-Size: 53 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxfixes Version: 1:5.0.3-1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0) Description: X11 miscellaneous 'fixes' extension library libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libltdl-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 918 Maintainer: Kurt Roeckx Architecture: amd64 Multi-Arch: same Source: libtool Version: 2.4.6-2 Replaces: libltdl3-dev, libltdl7-dev, libtool (<< 1.5.20) Provides: libltdl3-dev, libltdl7-dev Depends: libltdl7 (= 2.4.6-2) Recommends: libtool Suggests: libtool-doc Conflicts: libltdl3-dev, libltdl7-dev, libtool (<< 1.5.20), libtool1.4 Description: System independent dlopen wrapper for GNU libtool This package contains the header files and static libraries for the libltdl package. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Homepage: http://www.gnu.org/software/libtool/ Package: mime-support Status: install ok installed Priority: standard Section: net Installed-Size: 110 Maintainer: Mime-Support Maintainers Architecture: all Multi-Arch: foreign Version: 3.60 Recommends: bzip2, file, xz-utils Conffiles: /etc/mime.types 4561fade4c4fc48e526e72871c470eec /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e Description: MIME files 'mime.types' & 'mailcap', and support programs As these files can be used by all MIME compliant programs, they have been moved into their own package that others can depend upon. . Other packages add themselves as viewers/editors/composers/etc by using the provided "update-mime" program. . In addition, the commands "see", "edit", "compose", and "print" will display, alter, create, and print (respectively) any file using a program determined from the entries in the mime.types and mailcap files. Package: texlive-science Status: install ok installed Priority: optional Section: tex Installed-Size: 13140 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Replaces: texlive-latex-extra (<< 2015.20151225), texlive-math-extra (<< 2016.20161031-1) Provides: texlive-math-extra Depends: tex-common (>= 6), python, texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7), texlive-fonts-recommended (>= 2016.20170123-2), texlive-latex-base (>= 2016.20170123-2), texlive-latex-recommended (>= 2016.20170123-2) Recommends: texlive-science-doc Breaks: texlive-base (<< 2016.20170123-2), texlive-latex-extra (<< 2015.20151225) Conflicts: texlive-math-extra Description: TeX Live: Mathematics and science packages This package includes the following CTAN packages: . 12many -- Generalising mathematical index sets . SIstyle -- Package to typeset SI units, numbers and angles . SIunits -- International System of Units . alg -- LaTeX environments for typesetting algorithms . algorithm2e -- Floating algorithm environment with algorithmic keywords . algorithmicx -- The algorithmic style you always wanted . algorithms -- A suite of tools for typesetting algorithms in pseudo-code . amstex -- American Mathematical Society plain TeX macros . apxproof -- Proofs in appendix . autobreak -- Simple line breaking of long formulae . backnaur -- Typeset Backus Naur Form definitions . begriff -- Typeset Begriffschrift . binomexp -- Calculate Pascal's triangle . biocon -- Typesetting biological species names . bitpattern -- Typeset bit pattern diagrams . bohr -- Simple atom representation according to the Bohr model . boldtensors -- Bold latin and greek characters through simple prefix characters . bosisio -- A collection of packages by Francesco Bosisio . bpchem -- Typeset chemical names, formulae, etc . bropd -- Simplified brackets and differentials in LaTeX . bytefield -- Create illustrations for network protocol specifications . calculation -- Typesetting reasoned calculations, also called calculational proofs . ccfonts -- Support for Concrete text and math fonts in LaTeX . chemarrow -- Arrows for use in chemistry . chemcompounds -- Simple consecutive numbering of chemical compounds . chemcono -- Support for compound numbers in chemistry documents . chemexec -- Creating (chemical) exercise sheets . chemformula -- Command for typesetting chemical formulas and reactions . chemgreek -- Upright Greek letters in chemistry . chemmacros -- A collection of macros to support typesetting chemistry documents . chemnum -- A method of numbering chemical compounds . chemschemex -- Typeset and cross-reference chemical schemes based on TikZ code . chemstyle -- Writing chemistry with style . clrscode -- Typesets pseudocode as in Introduction to Algorithms . clrscode3e -- Typesets pseudocode as in Introduction to Algorithms . commath -- Mathematics typesetting support . complexity -- Computational complexity class names . computational-complexity -- Class for the journal Computational Complexity . concmath -- Concrete Math fonts . concrete -- Concrete Roman fonts . conteq -- Typeset multiline continued equalities . cryptocode -- Typesetting pseudocode, protocols, game-based proofs and black- box reductions in cryptography . delim -- Simplify typesetting mathematical delimiters . delimset -- Typeset and declare sets of delimiters with convenient size control . delimseasy -- Delimiter commands that are easy to use and resize . diffcoeff -- Write differential coefficients easily . digiconfigs -- Writing "configurations" . drawmatrix -- Draw visual representations of matrices in LaTeX . drawstack -- Draw execution stacks . dyntree -- Construct Dynkin tree diagrams . ebproof -- Formal proofs in the style of sequent calculus . econometrics -- defines some commands that simplify mathematic notation in economic and econometric writing . eltex -- Simple circuit diagrams in LaTeX picture mode . emf -- Support for the EMF symbol . endiagram -- Easy creation of potential energy curve diagrams . engtlc -- Support for users in Telecommunications Engineering . eqnarray -- More generalised equation arrays with numbering . extarrows -- Extra Arrows beyond those provided in amsmath . extpfeil -- Extensible arrows in mathematics . faktor -- Typeset quotient structures with LaTeX . fouridx -- Left sub- and superscripts in maths mode . functan -- Macros for functional analysis and PDE theory . galois -- Typeset Galois connections . gastex -- Graphs and Automata Simplified in TeX . gene-logic -- Typeset logic formulae, etc . ghsystem -- Globally harmonised system of chemical (etc) naming . grundgesetze -- Typeset Frege's Grundgesetze der Arithmetik . gu -- Typeset crystallographic group-subgroup-schemes . hep -- A "convenience wrapper" for High Energy Physics packages . hepnames -- Pre-defined high energy particle names . hepparticles -- Macros for typesetting high energy physics particle names . hepthesis -- A class for academic reports, especially PhD theses . hepunits -- A set of units useful in high energy physics applications . interval -- Format mathematical intervals, ensuring proper spacing . ionumbers -- Restyle numbers in maths mode . isomath -- Mathematics style for science and technology . karnaugh -- Typeset Karnaugh-Veitch-maps . karnaugh-map -- LaTeX package for drawing karnaugh maps with up to 6 variables . karnaughmap -- Typeset Karnaugh maps . logicproof -- Box proofs for propositional and predicate logic . lpform -- Typesetting linear programming formulations and sets of equations . lplfitch -- Fitch-style natural deduction proofs . lstbayes -- Listings language driver for Bayesian modeling languages . mathcomp -- Text symbols in maths mode . mathpartir -- Typesetting sequences of math formulas, e.g. type inference rules . matlab-prettifier -- Pretty-print Matlab source code . mattens -- Matrices/tensor typesetting . mgltex -- High-quality graphics from MGL scripts embedded in LaTeX documents . mhchem -- Typeset chemical formulae/equations and Risk and Safety phrases . mhequ -- Multicolumn equations, tags, labels, sub-numbering . miller -- Typeset miller indices . multiobjective -- Symbols for multiobjective optimisation etc . mychemistry -- Create reaction schemes with LaTeX and ChemFig . natded -- Typeset natural deduction proofs . nath -- Natural mathematics notation . nuc -- Notation for nuclear isotopes . nucleardata -- Provides data about atomic nuclides for documents . objectz -- Macros for typesetting Object Z . oplotsymbl -- some symbols, which are not easily available . ot-tableau -- Optimality Theory tableaux in LaTeX . oubraces -- Braces over and under a formula . perfectcut -- Brackets whose size adjusts to the nesting . physics -- Macros supporting the Mathematics of Physics . prftree -- Macros for building proof trees . proba -- Shortcuts commands to symbols used in probability texts . prooftrees -- Forest-based proof trees (symbolic logic) . pseudocode -- LaTeX environment for specifying algorithms in a natural way . pygmentex -- Use Pygments to format code listings in documents . rec-thy -- Commands to typeset recursion theory papers . revquantum -- Hacks to make writing quantum papers for revtex4-1 less painful . ribbonproofs -- Drawing ribbon proofs . rmathbr -- Repeating of math operator at the broken line and the new line in inline equations . sasnrdisplay -- Typeset SAS or R code or output . sciposter -- Make posters of ISO A3 size and larger . sclang-prettifier -- Prettyprinting SuperCollider source code . sesamanuel -- Class and package for sesamath books or paper . sfg -- Draw signal flow graphs . shuffle -- A symbol for the shuffle product . simpler-wick -- Simpler Wick contractions . simplewick -- Simple Wick contractions . siunitx -- A comprehensive (SI) units package . skmath -- Extensions to the maths command repertoir . spalign -- Typeset matrices and arrays with spaces and semicolons as delimiters. . stanli -- TikZ Library for Structural Analysis . statex -- Statistics style . statex2 -- Statistics style . steinmetz -- Print Steinmetz notation . stmaryrd -- St Mary Road symbols for theoretical computer science . struktex -- Draw Nassi-Schneidermann charts . substances -- A database of chemicals . subsupscripts -- A range of sub- and superscript commands . susy -- Macros for SuperSymmetry-related work . syllogism -- Typeset syllogisms in LaTeX . sympytexpackage -- . synproof -- Easy drawing of syntactic proofs . t-angles -- Draw tangles, trees, Hopf algebra operations and other pictures . tablor -- Create tables of signs and of variations . tensor -- Typeset tensors . tex-ewd -- Macros to typeset calculational proofs and programs in Dijkstra's style . textopo -- Annotated membrane protein topology plots . thmbox -- Decorate theorem statements . turnstile -- Typeset the (logic) turnstile notation . ulqda -- Support of Qualitative Data Analysis . unitsdef -- Typesetting units in LaTeX . venn -- Creating Venn diagrams with MetaPost . xymtex -- Typesetting chemical structures . yhmath -- Extended maths fonts for LaTeX . youngtab -- Typeset Young-Tableaux . ytableau -- Many-featured Young tableaux and Young diagrams Homepage: http://www.tug.org/texlive/ Package: python3 Status: install ok installed Priority: optional Section: python Installed-Size: 67 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.5.3-1 Replaces: python3-minimal (<< 3.1.2-2) Provides: python3-profiler Depends: python3.5 (>= 3.5.3-1~), libpython3-stdlib (= 3.5.3-1), dh-python Pre-Depends: python3-minimal (= 3.5.3-1) Suggests: python3-doc (>= 3.5.3-1), python3-tk (>= 3.5.3-1~), python3-venv (>= 3.5.3-1) Description: interactive high-level object-oriented language (default python3 version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.5). Homepage: http://www.python.org/ Package: libdrm-amdgpu1 Status: install ok installed Priority: optional Section: libs Installed-Size: 77 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.74-1 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.60) Description: Userspace interface to amdgpu-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Homepage: https://cgit.freedesktop.org/mesa/drm/ Package: gsfonts Status: install ok installed Priority: optional Section: text Installed-Size: 4439 Maintainer: Masayuki Hatta (mhatta) Architecture: all Version: 1:8.11+urwcyr1.0.7~pre44-4.3 Conflicts: gs (<< 5.50-5), gs-aladdin (<< 6.50-4), gsfonts-x11 (<< 0.13) Conffiles: /etc/ghostscript/fontmap.d/10gsfonts.conf 39b53e1126184b434b52585a113fe125 Description: Fonts for the Ghostscript interpreter(s) These are free look-alike fonts of the Adobe PostScript fonts. Recommended for all flavors of Ghostscript (gs-gpl, gs-afpl and gs-esp). Homepage: http://www.ghostscript.com/ Package: python3-cffi-backend Status: install ok installed Priority: optional Section: python Installed-Size: 183 Maintainer: Debian Python Modules Team Architecture: amd64 Source: python-cffi Version: 1.9.1-2 Replaces: python3-cffi (<< 1) Provides: python3-cffi-backend-api-9729, python3-cffi-backend-api-max (= 10239), python3-cffi-backend-api-min (= 9729) Depends: python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.1~), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python3-cffi (<< 1) Description: Foreign Function Interface for Python 3 calling C code - runtime Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Homepage: http://cffi.readthedocs.org/ Package: libhttp-cookies-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-date-perl, libhttp-message-perl Breaks: libwww-perl (<< 6.00) Description: HTTP cookie jars This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. . Cookies are a general mechanism which server side connections can use to both store and retrieve information on the client side of the connection. For more information about cookies refer to and . HTTP::Cookies also implements the new style cookies described in RFC 2965. The two variants of cookies are supposed to be able to coexist happily. . Instances of the class HTTP::Cookies are able to store a collection of Set-Cookie2: and Set-Cookie: headers and are able to use this information to initialize Cookie-headers in HTTP::Request objects. The state of a HTTP::Cookies object can be saved in and restored from files. Homepage: https://metacpan.org/release/HTTP-Cookies Package: libfile-which-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 32 Maintainer: Debian Perl Group Architecture: all Version: 1.21-1 Depends: perl Description: Perl module for searching paths for executable programs File::Which simulates the behavior of the standard 'which' program: it searches directories of a user's PATH (as returned by File::Spec) looking for executable files matching a given name. . On Debian /usr/bin/which is guaranteed to be available, but going through the Perl implementation can still save a fork. Homepage: https://metacpan.org/release/File-Which Package: libencode-locale-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 34 Maintainer: Debian Perl Group Architecture: all Version: 1.05-1 Depends: perl Description: utility to determine the locale encoding In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out. . The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The Encode::Locale module looks up the charset and encoding (called a CODESET in the locale jargon) and arranges for the Encode module to know this encoding under the name "locale". It means bytes obtained from the environment can be converted to Unicode strings by calling Encode::encode(locale => $bytes) and converted back again with Encode::decode(locale => $string). Homepage: https://metacpan.org/release/Encode-Locale Package: libboost-atomic-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-atomic1.62-dev Description: atomic data types, operations, and memory ordering constraints (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/atomic/ Package: libgcrypt20 Status: install ok installed Priority: standard Section: libs Installed-Size: 1266 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Version: 1.7.6-2+deb9u3 Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.14) Suggests: rng-tools Description: LGPL Crypto library - runtime library libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: . Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Poly1305, Camellia, ChaCha20, IDEA, Salsa, CRC, MD2, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128, SHAKE256 Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC (Curve25519, sec256k1, GOST R 34.10-2001 and GOST R 34.10-2012, etc.) Homepage: http://directory.fsf.org/project/libgcrypt/ Package: libfabric1 Status: install ok installed Priority: optional Section: libs Installed-Size: 690 Maintainer: Debian OFED Infiniband packaging team Architecture: amd64 Source: libfabric Version: 1.4.0-1 Depends: libc6 (>= 2.14), libibverbs1 (>= 1.1.6), libpsm-infinipath1 (>= 3.3+7.gec1d6d2), librdmacm1 (>= 1.0.19) Breaks: libfabric-dev (<< 1.3.0-4) Description: libfabric communication library Libfabric is a communication library that exports interfaces for fabric services to applications. Libfabric is the core component of the Open Fabrics Interfaces (OFI) framework. . This package contains the shared libraries. Homepage: http://ofiwg.github.io/libfabric/ Package: libxshmfence-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 27 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxshmfence (1.2-1) Version: 1.2-1+b2 Depends: libxshmfence1 (= 1.2-1+b2) Description: X shared memory fences - development files This library provides an interface to shared-memory fences for synchronization between the X server and direct-rendering clients. . This package contains the xshmfence development files. Package: prosper Status: install ok installed Priority: optional Section: tex Installed-Size: 826 Maintainer: Masayuki Hatta (mhatta) Architecture: all Version: 1.00.4+cvs.2007.05.01-4.1 Depends: texlive-latex-base, texlive-pstricks, texlive-latex-recommended, ghostscript, tex-common (>= 6) Suggests: pdf-viewer, postscript-viewer Description: LaTeX class for writing transparencies Prosper is a LaTeX class for writing transparencies. It is written on top of the seminar class by Timothy Van Zandt. It aims at offering an environment for easily creating slides for both presentations with an overhead projector and a video projector. Slides prepared for a presentation with a computer and a video projector may integrate animation effects, incremental display, and such. Homepage: https://sourceforge.net/projects/prosper/ Package: python3-keyring Status: install ok installed Priority: optional Section: python Installed-Size: 127 Maintainer: Debian Python Modules Team Architecture: all Source: python-keyring Version: 10.1-1 Depends: python3-dbus, python3-secretstorage, python3:any (>= 3.3.2-2~) Recommends: python3-keyrings.alt Suggests: gnome-keyring, libkf5wallet-bin Breaks: python3-wheel (<< 0.27) Description: store and access your passwords safely - Python 3 version of the package The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python. It can be used in any application that needs safe password storage. . This is the Python 3 version of the package. Homepage: https://github.com/jaraco/keyring Package: libboost1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 114081 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libstdc++-4.8-dev | libstdc++-dev Suggests: libboost1.62-doc, libboost-atomic1.62-dev, libboost-chrono1.62-dev, libboost-context1.62-dev, libboost-coroutine1.62-dev, libboost-date-time1.62-dev, libboost-exception1.62-dev, libboost-fiber1.62-dev, libboost-filesystem1.62-dev, libboost-graph1.62-dev, libboost-graph-parallel1.62-dev, libboost-iostreams1.62-dev, libboost-locale1.62-dev, libboost-log1.62-dev, libboost-math1.62-dev, libboost-mpi1.62-dev, libboost-mpi-python1.62-dev, libboost-program-options1.62-dev, libboost-python1.62-dev, libboost-random1.62-dev, libboost-regex1.62-dev, libboost-serialization1.62-dev, libboost-signals1.62-dev, libboost-system1.62-dev, libboost-test1.62-dev, libboost-thread1.62-dev, libboost-timer1.62-dev, libboost-type-erasure1.62-dev, libboost-wave1.62-dev, libboost1.62-tools-dev, libmpfrc++-dev, libntl-dev Conflicts: bjam, boost-build, libboost1.42-dev, libboost1.46-dev, libboost1.48-dev, libboost1.49-dev, libboost1.50-dev, libboost1.52-dev, libboost1.53-dev, libboost1.54-dev, libboost1.55-dev, libboost1.57-dev, libboost1.58-dev, libboost1.60-dev, libboost1.61-dev Description: Boost C++ Libraries development files 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 package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. Homepage: http://www.boost.org/ Package: libhwloc-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 791 Maintainer: Samuel Thibault Architecture: amd64 Multi-Arch: same Source: hwloc Version: 1.11.5-1 Depends: libhwloc5 (= 1.11.5-1), libnuma-dev, libltdl-dev Description: Hierarchical view of the machine - static libs and headers Hardware Locality (hwloc) provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . libhwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . libhwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains static libraries and development headers. Homepage: http://www.open-mpi.org/projects/hwloc/ Package: ruby-test-unit Status: install ok installed Priority: optional Section: ruby Installed-Size: 374 Maintainer: Debian Ruby Extras Maintainers Architecture: all Multi-Arch: foreign Version: 3.1.7-2 Depends: ruby-power-assert Description: unit testing framework for Ruby Test::Unit (test-unit) is a unit testing framework for Ruby, based on xUnit principles. It allows writing tests, checking results and automated testing in Ruby. . Note that this version of Test::Unit will override the one possibly shipped with the Ruby interpreter. Homepage: http://test-unit.github.io/ Ruby-Versions: all Package: sudo Status: install ok installed Priority: optional Section: admin Installed-Size: 3034 Maintainer: Bdale Garbee Architecture: amd64 Version: 1.8.19p1-2.1+deb9u3 Replaces: sudo-ldap Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-modules, lsb-base Conflicts: sudo-ldap Conffiles: /etc/init.d/sudo 69497d0565055f626ee2bc84f818ce0f /etc/pam.d/sudo 85da64f888739f193fc0fa896680030e /etc/sudoers 45437b4e86fba2ab890ac81db2ec3606 /etc/sudoers.d/README 8d3cf36d1713f40a0ddc38e1b21a51b6 Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers. Homepage: http://www.sudo.ws/ Package: iso-codes Status: install ok installed Priority: optional Section: misc Installed-Size: 17495 Maintainer: Dr. Tobias Quathamer Architecture: all Multi-Arch: foreign Version: 3.75-1 Suggests: isoquery Description: ISO language, territory, currency, script codes and their translations This package provides the ISO 639, ISO 639-3, and ISO 639-5 language code lists, the ISO 4217 currency code list, the ISO 3166 territory code list, the ISO 3166-2 sub-territory list, and the ISO 15924 script code list as XML files. . More importantly, it also provides their translations to be used by other programs. Homepage: https://pkg-isocodes.alioth.debian.org/ Package: libpng16-16 Status: install ok installed Priority: optional Section: libs Installed-Size: 413 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libpng1.6 Version: 1.6.28-1+deb9u1 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.3.4) Description: PNG library - runtime (version 1.6) libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the runtime library files needed to run software using libpng. Homepage: http://libpng.org/pub/png/libpng.html Package: libncursesw5 Status: install ok installed Priority: important Section: libs Installed-Size: 347 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: ncurses Version: 6.0+20161126-1+deb9u2 Depends: libtinfo5 (= 6.0+20161126-1+deb9u2), libc6 (>= 2.14) Recommends: libgpm2 Description: shared libraries for terminal handling (wide character support) The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared libraries necessary to run programs compiled with ncursesw, which includes support for wide characters. Homepage: http://invisible-island.net/ncurses/ Package: liberror-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 65 Maintainer: Debian Perl Group Architecture: all Version: 0.17024-1 Depends: perl Description: Perl module for error/exception handling in an OO-ish way The Error module provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. . Errors in the class "Error" should not be thrown directly, but the user should throw errors from a sub-class of "Error". . Warning: Using the "Error" module is no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so. . Recommended alternatives are Exception::Class (libexception-class-perl), Error::Exception (not packaged), TryCatch (libtrycatch-perl), and Try::Tiny (libtry-tiny-perl). Homepage: https://metacpan.org/release/Error Package: libdjvulibre21 Status: install ok installed Priority: optional Section: libs Installed-Size: 1666 Maintainer: Barak A. Pearlmutter Architecture: amd64 Multi-Arch: same Source: djvulibre Version: 3.5.27.1-7+deb9u2 Replaces: libdjvulibre1, libdjvulibre15 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5), libdjvulibre-text (>= 3.5.27.1-7+deb9u2) Conflicts: libdjvulibre1 Description: Runtime support for the DjVu image format DjVu runtime library. Homepage: http://djvu.sourceforge.net/ Package: libboost-coroutine1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-chrono1.62.0, libboost-context1.62.0, libboost-system1.62.0, libboost-thread1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Homepage: http://www.boost.org/libs/coroutine/ Package: curl Status: install ok installed Priority: optional Section: web Installed-Size: 347 Maintainer: Alessandro Ghedini Architecture: amd64 Multi-Arch: foreign Version: 7.52.1-5+deb9u16 Depends: libc6 (>= 2.17), libcurl3 (= 7.52.1-5+deb9u16), zlib1g (>= 1:1.1.4) Description: command line tool for transferring data with URL syntax curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . curl 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, proxy tunneling and a busload of other useful tricks. Homepage: http://curl.haxx.se Package: bash Essential: yes Status: install ok installed Priority: required Section: shells Installed-Size: 5798 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: foreign Version: 4.4-5 Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1) Depends: base-files (>= 2.1.12), debianutils (>= 2.15) Pre-Depends: dash (>= 0.5.5.1-2.2), libc6 (>= 2.15), libtinfo5 (>= 6) Recommends: bash-completion (>= 20060301-0) Suggests: bash-doc Conflicts: bash-completion (<< 20060301-0) Conffiles: /etc/bash.bashrc 87b895cef45b8090d628a1d9a0f4bfb8 /etc/skel/.bash_logout 22bfb8c1dd94b5f3813a2b25da67463f /etc/skel/.bashrc ee35a240758f374832e809ae0ea4883a /etc/skel/.profile ecb6d3479ac3823f1da7f314d871989b Description: GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Package: flex Status: install ok installed Priority: optional Section: devel Installed-Size: 1174 Maintainer: Manoj Srivastava Architecture: amd64 Multi-Arch: foreign Version: 2.6.1-1.3 Depends: libc6 (>= 2.14), m4, dpkg (>= 1.15.4) | install-info Pre-Depends: debconf | debconf-2.0 Recommends: gcc | c-compiler, libfl-dev Suggests: bison, build-essential Description: fast lexical analyzer generator 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. Homepage: http://flex.sf.net/ Package: libsqlite3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2017 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: sqlite3 Version: 3.16.2-5+deb9u3 Depends: libsqlite3-0 (= 3.16.2-5+deb9u3), libc6-dev Suggests: sqlite3-doc Description: SQLite 3 development files 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) Homepage: http://www.sqlite.org/ Package: libtimedate-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 124 Maintainer: Debian Perl Group Architecture: all Version: 2.3000-2+deb9u1 Replaces: timedate Provides: timedate Depends: perl Breaks: timedate Description: collection of modules to manipulate date/time information TimeDate is a collection of Perl modules useful for manipulating date and time information. Date::Parse can parse absolute date specifications in a wide variety of input formats and many languages (via Date::Language). . This package also includes Date::Format, which can format dates into strings, as well as Time::Zone, which contains miscellaneous time zone functions. Homepage: https://metacpan.org/release/TimeDate Package: liblcms2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 404 Maintainer: Thomas Weber Architecture: amd64 Multi-Arch: same Source: lcms2 Version: 2.8-4+deb9u1 Depends: libc6 (>= 2.14) Suggests: liblcms2-utils Description: Little CMS 2 color management library LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. LittleCMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. . This package contains the shared library of liblcms2. Homepage: http://www.littlecms.com/ Package: libjbig0 Status: install ok installed Priority: optional Section: libs Installed-Size: 78 Maintainer: Michael van der Kolff Architecture: amd64 Multi-Arch: same Source: jbigkit (2.1-3.1) Version: 2.1-3.1+b2 Depends: libc6 (>= 2.4) Description: JBIGkit libraries JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software. . This package contains the dynamically linked library. Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/ Package: libuuid1 Status: install ok installed Priority: required Section: libs Installed-Size: 107 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.29.2-1+deb9u1 Replaces: e2fsprogs (<< 1.34-1) Depends: passwd, libc6 (>= 2.4) Recommends: uuid-runtime Description: Universally Unique ID library The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). A UUID is an identifier that is unique within the space of all such identifiers across both space and time. It can be used for multiple purposes, from tagging objects with an extremely short lifetime to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. Package: libsigsegv2 Status: install ok installed Priority: optional Section: libs Installed-Size: 54 Maintainer: Debian Common Lisp Team Architecture: amd64 Multi-Arch: same Source: libsigsegv Version: 2.10-5 Depends: libc6 (>= 2.4) Description: Library for handling page faults in a portable way GNU libsigsegv is a library that allows handling page faults in a portable way. It is used e.g. for generational garbage collectors and stack overflow handlers. . This package contains the shared library. Homepage: http://libsigsegv.sourceforge.net/ Package: libgpm2 Status: install ok installed Priority: standard Section: libs Installed-Size: 60 Maintainer: Peter Samuelson Architecture: amd64 Multi-Arch: same Source: gpm (1.20.4-6.2) Version: 1.20.4-6.2+b1 Depends: libc6 (>= 2.14) Suggests: gpm Description: General Purpose Mouse - shared library This package provides a library that handles mouse requests and delivers them to applications. See the description for the 'gpm' package for more information. Homepage: http://www.nico.schottelius.org/software/gpm/ Package: libdb5.3 Status: install ok installed Priority: standard Section: libs Installed-Size: 1814 Maintainer: Debian Berkeley DB Group Architecture: amd64 Multi-Arch: same Source: db5.3 Version: 5.3.28-12+deb9u1 Depends: libc6 (>= 2.17) Description: Berkeley v5.3 Database Libraries [runtime] This is the runtime package for programs that use the v5.3 Berkeley database library. Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html Package: rename Status: install ok installed Priority: standard Section: perl Installed-Size: 36 Maintainer: Debian Perl Group Architecture: all Version: 0.20-4 Replaces: libfile-rename-perl Provides: libfile-rename-perl Depends: perl Conflicts: libfile-rename-perl Description: Perl extension for renaming multiple files This package provides both a perl interface for renaming files (File::Rename) and a command line tool 'rename' which is intended to replace the version currently supplied by the perl package. Homepage: https://metacpan.org/release/File-Rename Package: libnet-ssleay-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 1124 Maintainer: Debian Perl Group Architecture: amd64 Version: 1.80-1 Depends: perl (>= 5.24.1~rc4-1), perl-openssl-abi-1.1, perlapi-5.24.1, libc6 (>= 2.14), libssl1.1 (>= 1.1.0) Suggests: libmime-base64-perl Description: Perl module for Secure Sockets Layer (SSL) Net::SSLeay is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. If you just want to view web pages on https servers, you do not need this - your web browser already knows to do that. Homepage: https://metacpan.org/release/Net-SSLeay Package: build-essential Status: install ok installed Priority: optional Section: devel Installed-Size: 20 Maintainer: Matthias Klose Architecture: amd64 Version: 12.3 Depends: libc6-dev | libc-dev, gcc (>= 4:6.3), g++ (>= 4:6.3), make, dpkg-dev (>= 1.17.11) Description: 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. Package: libldap-common Status: install ok installed Priority: standard Section: libs Installed-Size: 109 Maintainer: Debian OpenLDAP Maintainers Architecture: all Multi-Arch: foreign Source: openldap Version: 2.4.44+dfsg-5+deb9u8 Replaces: libldap-2.4-2 (<< 2.4.44+dfsg-1) Conffiles: /etc/ldap/ldap.conf 0b3f4d19d88498314478273ce10b0a70 Description: OpenLDAP common files for libraries These are common files for the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Homepage: http://www.openldap.org/ Package: libpthread-stubs0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 40 Maintainer: XCB Developers Architecture: amd64 Multi-Arch: same Source: libpthread-stubs Version: 0.3-4 Description: pthread stubs not provided by native libc, development files This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded. libpthread-stubs supports this behavior even on platforms which do not supply all the necessary pthread stubs. . On platforms which already supply all the necessary pthread stubs, this package ships only the pkg-config file pthread-stubs.pc, to allow libraries to unconditionally express a dependency on pthread-stubs and still obtain correct behavior. Package: libcurl3 Status: install ok installed Priority: optional Section: libs Installed-Size: 637 Maintainer: Alessandro Ghedini Architecture: amd64 Multi-Arch: same Source: curl Version: 7.52.1-5+deb9u16 Depends: libc6 (>= 2.17), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.14+dfsg), libidn2-0 (>= 0.6), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libnghttp2-14 (>= 1.12.0), libpsl5 (>= 0.13.0), librtmp1 (>= 2.4+20131018.git79459a2-3~), libssh2-1 (>= 1.7.0), libssl1.0.2 (>= 1.0.2d), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Description: easy-to-use client-side URL transfer library (OpenSSL flavour) 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. . SSL support is provided by OpenSSL. Homepage: http://curl.haxx.se Package: fonts-dejavu-core Status: install ok installed Priority: optional Section: fonts Installed-Size: 2954 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Source: fonts-dejavu Version: 2.37-1 Replaces: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~) Breaks: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~) Conffiles: /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf 10d6f2176d76ee9b89a19a17811257f2 /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans.conf 6488b24401e477e35aa71237054c8ada /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-serif.conf 0b01522fe76b4e5b8ab3d12383371348 /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf 0cbf30e4580c5a8570da071ab12c5e4d /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf f7df7bba810dd953dd78212900f4dcad /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf e90c678d46f49bb9d6ba469b64e80c0c /etc/fonts/conf.avail/57-dejavu-sans-mono.conf d3e4d007a9ac6c47243b5994f1d195e3 /etc/fonts/conf.avail/57-dejavu-sans.conf 29cfe6c581fe2dbc222525ce00097002 /etc/fonts/conf.avail/57-dejavu-serif.conf 1dca2f4ec93842e94f3919f7e0c8f7a9 /etc/fonts/conf.avail/58-dejavu-lgc-sans-mono.conf d2ee39274982cb4f831783cff742c8bc /etc/fonts/conf.avail/58-dejavu-lgc-sans.conf b4a8f51e45aa24fdee47b3f838cc0205 /etc/fonts/conf.avail/58-dejavu-lgc-serif.conf 5f0b00e681b1f40b65dd336696ee0bbb Description: Vera font family derivate with additional characters DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original Vera style. DejaVu currently works towards conformance with the Multilingual European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu fonts provide serif, sans and monospaced variants. . This package only contains the sans, sans-bold, serif, serif-bold, mono and mono-bold variants. For additional variants, see the ttf-dejavu-extra package. . DejaVu fonts are intended for use on low-resolution devices (mainly computer screens) but can be used in printing as well. Homepage: http://dejavu-fonts.org/ Package: libarchive13 Status: install ok installed Priority: optional Section: libs Installed-Size: 774 Maintainer: Debian Libarchive Maintainers Architecture: amd64 Multi-Arch: same Source: libarchive Version: 3.2.2-2+deb9u3 Depends: libacl1 (>= 2.2.51-8), libbz2-1.0, libc6 (>= 2.16), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.2.2), liblzo2-2, libnettle6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Suggests: lrzip Description: Multi-format archive and compression library (shared library) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) . This package provides the libarchive shared library. Homepage: http://www.libarchive.org/ Package: xbitmaps Status: install ok installed Priority: optional Section: x11 Installed-Size: 223 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Version: 1.1.1-2 Description: Base X bitmaps This package contains the base X bitmaps, which are used in many legacy X clients. Package: poppler-data Status: install ok installed Priority: optional Section: misc Installed-Size: 12123 Maintainer: Hideki Yamane Architecture: all Multi-Arch: foreign Version: 0.4.7-8 Replaces: cmap-adobe-cns1 (<= 0+20090930-2), cmap-adobe-gb1 (<= 0+20090930-2), cmap-adobe-japan1 (<= 0+20090930-2), cmap-adobe-japan2 (<= 0+20090930-2), cmap-adobe-korea1 (<= 1.20100103-3), gs-cjk-resource (<= 1.20100103-3) Provides: cmap-adobe-cns1, cmap-adobe-gb1, cmap-adobe-japan1, cmap-adobe-japan2, cmap-adobe-korea1, gs-cjk-resource Pre-Depends: dpkg (>= 1.15.6~) Suggests: poppler-utils, ghostscript, fonts-japanese-mincho | fonts-ipafont-mincho, fonts-japanese-gothic | fonts-ipafont-gothic, fonts-arphic-ukai, fonts-arphic-uming, fonts-nanum (>= 20131007~) Breaks: cmap-adobe-cns1 (<= 0+20090930-2), cmap-adobe-gb1 (<= 0+20090930-2), cmap-adobe-japan1 (<= 0+20090930-2), cmap-adobe-japan2 (<= 0+20090930-2), cmap-adobe-korea1 (<= 1.20100103-3), gs-aladdin (<= 6.50-5), gs-cjk-resource (<= 1.20100103-3) Enhances: ghostscript Conffiles: /etc/ghostscript/cidfmap.d/90gs-cjk-resource-cns1.conf d3a491137506a332ab747c571e5bee33 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-gb1.conf 5ec7d7edc178ef73b1f6ac21a3cdc8a0 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-japan1.conf 9502944d3a420a2763a36517679460f4 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf 00d6b53125e159d61e2fd0a5056b4b4c /etc/ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf 76ba5a8a08376075902594b9ecd902ed Description: encoding data for the poppler PDF rendering library This package provides the CMap tables required to display PDF documents containing CJK characters with libpoppler. They were previously provided by the packages cmap-adobe-{cns1,gb1,japan1,japan2,korea1} and gs-cjk-resource. . Users who want to view or create PDF files in Chinese, Japanese, or Korean without embedded fonts will need this package. Homepage: http://poppler.freedesktop.org/ Package: libxcb-xfixes0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 198 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb-xfixes0 (= 1.12-1), libxcb1-dev, libxcb-render0-dev, libxcb-shape0-dev Description: X C Binding, xfixes extension, development files This package contains the header and library files needed to build software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libboost-program-options1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 554 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Homepage: http://www.boost.org/libs/program_options/ Package: libboost-chrono-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-chrono1.62-dev Description: C++ representation of time duration, time point, and clocks (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/chrono/ Package: libboost-regex1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2831 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-regex1.62.0 (= 1.62.0+dfsg-4), libicu-dev Conflicts: libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev, libboost-regex1.49-dev, libboost-regex1.50-dev, libboost-regex1.52-dev, libboost-regex1.53-dev, libboost-regex1.54-dev, libboost-regex1.55-dev, libboost-regex1.57-dev, libboost-regex1.58-dev, libboost-regex1.60-dev, libboost-regex1.61-dev Description: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Homepage: http://www.boost.org/libs/regex/ Package: libcilkrts5 Status: install ok installed Priority: optional Section: libs Installed-Size: 143 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1) Description: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Homepage: http://gcc.gnu.org/ Package: python3-crypto Status: install ok installed Priority: optional Section: python Installed-Size: 1397 Maintainer: Sebastian Ramacher Architecture: amd64 Source: python-crypto Version: 2.6.1-7 Provides: python3.5-crypto Depends: python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3.2-2~), libc6 (>= 2.14), libgmp10 Suggests: python3-crypto-dbg, python-crypto-doc Description: cryptographic algorithms and protocols for Python 3 A collection of cryptographic algorithms and protocols, implemented for use from Python 3. Among the contents of the package: . * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256. * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES. * Stream encryption algorithms: ARC4, simple XOR. * Public-key algorithms: RSA, DSA, ElGamal. * Protocols: All-or-nothing transforms, chaffing/winnowing. * Miscellaneous: RFC1751 module for converting 128-bit keys into a set of English words, primality testing, random number generation. Homepage: http://www.pycrypto.org/ Package: libboost-graph1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 362 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-regex1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libicu57 (>= 57.1-1~), libstdc++6 (>= 5.2) Suggests: graphviz Description: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Homepage: http://www.boost.org/libs/graph/ Package: libdjvulibre-text Status: install ok installed Priority: optional Section: libs Installed-Size: 349 Maintainer: Barak A. Pearlmutter Architecture: all Multi-Arch: foreign Source: djvulibre Version: 3.5.27.1-7+deb9u2 Replaces: djview3 (= 3.5.20-9), djvulibre-desktop (<< 3.5.20-9), libdjvulibre15 Description: Linguistic support files for libdjvulibre Runtime linguistic support files for the libdjvulibre library. Homepage: http://djvu.sourceforge.net/ Package: libboost-thread1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 205 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-system1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Homepage: http://www.boost.org/libs/thread/ Package: libuv1 Status: install ok installed Priority: optional Section: libs Installed-Size: 194 Maintainer: Debian Javascript Maintainers Architecture: amd64 Multi-Arch: same Version: 1.9.1-3 Depends: libc6 (>= 2.14) Description: asynchronous event notification library - runtime library Libuv is the asynchronous library behind Node.js. Very similar to libevent or libev, it provides the main elements for event driven systems: watching and waiting for availability in a set of sockets, and some other events like timers or asynchronous messages. However, libuv also comes with some other extras like: * files watchers and asynchronous operations * a portable TCP and UDP API, as well as asynchronous DNS resolution * processes and threads management, and a portable inter-process communications mechanism, with pipes and work queues * a plugins mechanism for loading libraries dynamically * interface with external libraries that also need to access the I/O. . This package includes the dynamic library against which you can link your program. Homepage: https://github.com/libuv/libuv Package: libreadline7 Status: install ok installed Priority: important Section: libs Installed-Size: 416 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: readline Version: 7.0-3 Depends: readline-common, libc6 (>= 2.15), libtinfo5 (>= 6) Description: GNU readline and history libraries, run-time libraries 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. Package: libdbus-glib-1-2 Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 335 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: dbus-glib Version: 0.108-2 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.31.8) Description: simple interprocess messaging system (GLib-based shared library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides a deprecated GLib-based shared library for applications using the GLib interface to D-Bus. New code should use GDBus, part of GLib, instead. . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings Package: debconf Status: install ok installed Priority: required Section: admin Installed-Size: 558 Maintainer: Debconf Developers Architecture: all Multi-Arch: foreign Version: 1.5.61 Replaces: debconf-tiny Provides: debconf-2.0 Pre-Depends: perl-base (>= 5.20.1-3~) Recommends: apt-utils (>= 0.5.1), debconf-i18n Suggests: debconf-doc, debconf-utils, whiptail | dialog, libterm-readline-gnu-perl, libgtk2-perl (>= 1:1.130), libnet-ldap-perl, perl, libqtgui4-perl, libqtcore4-perl Conflicts: apt (<< 0.3.12.1), cdebconf (<< 0.96), debconf-tiny, debconf-utils (<< 1.3.22), dialog (<< 0.9b-20020814-1), menu (<= 2.1.3-1), whiptail (<< 0.51.4-11), whiptail-utf8 (<= 0.50.17-13) Conffiles: /etc/apt/apt.conf.d/70debconf 7e9d09d5801a42b4926b736b8eeabb73 /etc/debconf.conf 8c0619be413824f1fc7698cee0f23811 Description: Debian configuration management system Debconf is a configuration management system for debian packages. Packages use Debconf to ask questions when they are installed. Package: zlib1g Status: install ok installed Priority: required Section: libs Installed-Size: 156 Maintainer: Mark Brown Architecture: amd64 Multi-Arch: same Source: zlib Version: 1:1.2.8.dfsg-5+deb9u1 Provides: libz1 Depends: libc6 (>= 2.14) Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2009-12) Conflicts: zlib1 (<= 1:1.0.4-7) Description: compression library - runtime zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the shared library. Homepage: http://zlib.net/ Package: perl-openssl-defaults Status: install ok installed Priority: optional Section: perl Installed-Size: 27 Maintainer: Debian Perl Group Architecture: amd64 Multi-Arch: same Version: 3 Provides: perl-openssl-abi-1.1 Depends: libc6 (>= 2.2.5), libssl1.1 (>= 1.1.0) Breaks: libcrypt-openssl-bignum-perl (<< 0.07-2), libcrypt-openssl-dsa-perl (<< 0.18-2), libcrypt-openssl-pkcs10-perl (<< 0.16-2), libcrypt-openssl-pkcs12-perl (<< 0.7-3), libcrypt-openssl-rsa-perl (<< 0.28-5), libcrypt-openssl-x509-perl (<< 1.8.7-3), libcrypt-smime-perl (<< 0.19-2), libcrypt-ssleay-perl (<< 0.73.04-2), libnet-ssleay-perl (<< 1.78-2) Description: version compatibility baseline for Perl OpenSSL packages A subset of Perl XS module packages expose the OpenSSL binary interface to Perl code. This can lead to incompatibilities if these packages are linked against different versions of OpenSSL. . This package provides a virtual package "perl-openssl-abi-x" that corresponds to the libssl-dev package SONAME it was built against. The packages that need to stay compatible with each other can depend on this. . Tools are also provided for generating this dependency with minimum hassle. See the instructions in README.Debian. Package: libjson-c3 Status: install ok installed Priority: extra Section: libs Installed-Size: 69 Maintainer: fabien boucher Architecture: amd64 Multi-Arch: same Source: json-c Version: 0.12.1-1.1+deb9u1 Depends: libc6 (>= 2.14) Description: JSON manipulation library - shared library This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. Homepage: https://github.com/json-c/json-c/wiki Package: libcurl3-gnutls Status: install ok installed Priority: optional Section: libs Installed-Size: 629 Maintainer: Alessandro Ghedini Architecture: amd64 Multi-Arch: same Source: curl Version: 7.52.1-5+deb9u16 Depends: libc6 (>= 2.17), libcomerr2 (>= 1.01), libgnutls30 (>= 3.5.6), libgssapi-krb5-2 (>= 1.14+dfsg), libidn2-0 (>= 0.6), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libnettle6, libnghttp2-14 (>= 1.12.0), libpsl5 (>= 0.13.0), librtmp1 (>= 2.4+20131018.git79459a2-3~), libssh2-1 (>= 1.7.0), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Description: easy-to-use client-side URL transfer library (GnuTLS flavour) 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. . SSL support is provided by GnuTLS. Homepage: http://curl.haxx.se Package: libpng-tools Status: install ok installed Priority: optional Section: libdevel Installed-Size: 181 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Source: libpng1.6 Version: 1.6.28-1+deb9u1 Replaces: libpng16-tools (<< 1.6.21-1) Depends: libc6 (>= 2.14), libpng16-16 (= 1.6.28-1+deb9u1), zlib1g (>= 1:1.2.3.4) Breaks: libpng16-tools (<< 1.6.21-1) Description: PNG library - tools (version 1.6) libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains a program to interact with libpng from the command line. Homepage: http://libpng.org/pub/png/libpng.html Package: libpsl5 Status: install ok installed Priority: optional Section: libs Installed-Size: 73 Maintainer: Tim Rühsen Architecture: amd64 Multi-Arch: same Source: libpsl Version: 0.17.0-3 Depends: libidn2-0 (>= 0.16), libc6 (>= 2.4), libunistring0 Recommends: publicsuffix (>= 20150507) Description: Library for Public Suffix List (shared libraries) Libpsl allows checking domains against the Public Suffix List. It can be used to avoid privacy-leaking 'super-cookies', 'super domain' certificates, for domain highlighting purposes sorting domain lists by site and more. . Please see https://publicsuffix.org for more detailed information. . This package contains runtime libraries. Homepage: https://github.com/rockdaboot/libpsl Package: libpython3.5 Status: install ok installed Priority: optional Section: libs Installed-Size: 4547 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3.5 Version: 3.5.3-1+deb9u5 Depends: libpython3.5-stdlib (= 3.5.3-1+deb9u5), libc6 (>= 2.17), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0) Description: Shared Python runtime library (version 3.5) Python is a high-level, interactive, object-oriented language. Its 3.5 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libboost-random1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-system1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Homepage: http://www.boost.org/libs/random/ Package: hostname Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 47 Maintainer: Debian Hostname Team Architecture: amd64 Source: hostname (3.18) Version: 3.18+b1 Replaces: nis (<< 3.17-30) Pre-Depends: libc6 (>= 2.4) Breaks: nis (<< 3.17-30) Description: utility to set/show the host name or domain name This package provides commands which can be used to display the system's DNS name, and to display or set its hostname or NIS domain name. Package: python-dev Status: install ok installed Priority: optional Section: python Installed-Size: 18 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python-defaults Version: 2.7.13-2 Depends: python (= 2.7.13-2), libpython-dev (= 2.7.13-2), python2.7-dev (>= 2.7.13-1~) Description: header files and a static library for Python (default) 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 version (currently v2.7). Homepage: http://www.python.org/ Package: libnuma1 Status: install ok installed Priority: optional Section: libs Installed-Size: 78 Maintainer: Ian Wienand Architecture: amd64 Multi-Arch: same Source: numactl Version: 2.0.11-2.1 Depends: libc6 (>= 2.14) Description: Libraries for controlling NUMA policy Library to control specific NUMA (Non-Uniform Memory Architecture) scheduling or memory placement policies. Homepage: http://oss.sgi.com/projects/libnuma/ Package: multiarch-support Status: install ok installed Priority: required Section: libs Installed-Size: 221 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: foreign Source: glibc Version: 2.24-11+deb9u4 Depends: libc6 (>= 2.3.6-2) Description: Transitional package to ensure multiarch compatibility This is a transitional package used to ensure multiarch support is present in ld.so before unpacking libraries to the multiarch directories. It can be removed once nothing on the system depends on it. Homepage: http://www.gnu.org/software/libc/libc.html Package: tzdata Status: install ok installed Priority: required Section: localization Installed-Size: 3034 Maintainer: GNU Libc Maintainers Architecture: all Multi-Arch: foreign Version: 2020d-0+deb9u1 Replaces: libc0.1, libc0.3, libc6, libc6.1 Provides: tzdata-stretch Depends: debconf (>= 0.5) | debconf-2.0 Description: time zone and daylight-saving time data This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. Homepage: http://www.iana.org/time-zones Package: libboost-system-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-system1.62-dev Description: Operating system (e.g. diagnostics support) library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/system/ Package: libfile-homedir-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 1.00-1 Depends: perl, libfile-which-perl Description: Perl module for finding user directories across platforms File::HomeDir is a module for locating the directories that are "owned" by a user (typicaly your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms. . The end result is a single API that can find your resources on any platform, making it relatively trivial to create Perl software that works elegantly and correctly no matter where you run it. Homepage: https://metacpan.org/release/File-HomeDir/ Package: libboost-graph-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-graph1.62-dev Description: generic graph components and algorithms in C++ (default version) This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/graph/ Package: texlive-pstricks-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 275479 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Description: TeX Live: Documentation files for texlive-pstricks This package provides the documentation for texlive-pstricks Homepage: http://www.tug.org/texlive/ Package: libboost-log1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1537 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-atomic1.62.0, libboost-chrono1.62.0, libboost-date-time1.62.0, libboost-filesystem1.62.0, libboost-regex1.62.0, libboost-system1.62.0, libboost-thread1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libicu57 (>= 57.1-1~), libstdc++6 (>= 5.2) Description: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Homepage: http://www.boost.org/libs/log/ Package: opencl-clhpp-headers Status: install ok installed Priority: extra Section: libdevel Installed-Size: 605 Maintainer: Debian OpenCL Maintainers Architecture: all Multi-Arch: foreign Source: khronos-opencl-clhpp Version: 2.0.10-1 Replaces: opencl-headers (<< 2.1) Suggests: opencl-clhpp-headers-doc Breaks: opencl-headers (<< 2.1) Description: C++ headers for OpenCL development OpenCL (Open Computing Language) is a multi-vendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the C++ development header files for the OpenCL API as published by The Khronos Group Inc. The corresponding specification and documentation can be found on the Khronos website. Homepage: https://github.com/KhronosGroup/OpenCL-CLHPP Package: libipc-system-simple-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 1.25-3 Depends: perl Description: Perl module to run commands simply, with detailed diagnostics IPC::System::Simple takes the hard work out of calling external commands; it provides replacements for system() and the backtick operator that will either succeed, or die with rich diagnostic messages on errors. . The module also includes the ability to specify acceptable exit values, trap errors, or process diagnostics. Homepage: https://metacpan.org/release/IPC-System-Simple Package: mawk Status: install ok installed Priority: required Section: interpreters Installed-Size: 183 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: foreign Source: mawk (1.3.3-17) Version: 1.3.3-17+b3 Provides: awk Pre-Depends: libc6 (>= 2.14) Description: a pattern scanning and text processing language Mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. Mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms to the POSIX 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions. . Mawk is smaller and much faster than gawk. It has some compile-time limits such as NF = 32767 and sprintf buffer = 1020. Package: libfile-basedir-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 40 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1 Depends: perl, libipc-system-simple-perl Description: Perl module to use the freedesktop basedir specification The File::BaseDir module can be used to find directories and files as specified by the XDG Base Directory Specification. It takes care of defaults and uses File::Spec to make the output platform specific. . For this module the XDG basedir specification 0.6 was used. Homepage: https://metacpan.org/release/File-BaseDir Package: gzip Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 231 Maintainer: Bdale Garbee Architecture: amd64 Source: gzip (1.6-5) Version: 1.6-5+b1 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.17) Suggests: less Description: GNU compression utilities This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. Package: libelf1 Status: install ok installed Priority: optional Section: libs Installed-Size: 935 Maintainer: Kurt Roeckx Architecture: amd64 Multi-Arch: same Source: elfutils Version: 0.168-1+deb9u1 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Description: library to read and write ELF files The libelf1 package provides a shared library which allows reading and writing ELF files on a high level. Third party programs depend on this package to read internals of ELF files. The programs of the elfutils package use it also to generate new ELF files. . This library is part of elfutils. Homepage: https://sourceware.org/elfutils/ Package: libdrm-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1008 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.74-1 Depends: libdrm2 (= 2.4.74-1), libdrm-intel1 (= 2.4.74-1), libdrm-radeon1 (= 2.4.74-1), libdrm-nouveau2 (= 2.4.74-1), libdrm-amdgpu1 (= 2.4.74-1) Description: Userspace interface to kernel DRM services -- development files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the development environment for libdrm. Homepage: https://cgit.freedesktop.org/mesa/drm/ Package: libubsan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 292 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.2.5), libgcc1 (>= 1:3.3), libstdc++6 (>= 4.1.1) Description: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Homepage: http://gcc.gnu.org/ Package: rake Status: install ok installed Priority: optional Section: ruby Installed-Size: 213 Maintainer: Debian Ruby Extras Maintainers Architecture: all Multi-Arch: foreign Version: 10.5.0-2+deb9u1 Depends: ruby | ruby-interpreter Recommends: zip Description: ruby make-like utility 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. Homepage: https://github.com/jimweirich/rake Ruby-Versions: all Package: libtsan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 908 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.23), libgcc1 (>= 1:3.3), libstdc++6 (>= 4.1.1) Description: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Homepage: http://gcc.gnu.org/ Package: ocl-icd-opencl-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 22 Maintainer: Vincent Danjean Architecture: amd64 Multi-Arch: same Source: ocl-icd Version: 2.2.11-1 Replaces: amd-libopencl1 (<< 1:13.4-4~), nvidia-libopencl1 (<< 305~), ocl-icd-libopencl1 (<< 2.1.3-5~), opencl-dev Provides: opencl-dev Depends: opencl-c-headers | opencl-headers, ocl-icd-libopencl1 (= 2.2.11-1) Recommends: libgl1-mesa-dev | libgl-dev, libpoclu-dev Breaks: amd-libopencl1 (<< 1:13.4-4~), nvidia-libopencl1 (<< 305~), ocl-icd-libopencl1 (<< 2.1.3-5~) Conflicts: opencl-dev Description: OpenCL development files OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the development files: headers and libraries. . It also ensures that the ocl-icd ICD loader is installed so its additional features (compared to the OpenCL norm) can be used: .pc file, avaibility to select an ICD without root privilege, etc. Homepage: https://forge.imag.fr/projects/ocl-icd/ Package: libgfortran3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1240 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.17), libgcc1 (>= 1:4.3), libquadmath0 (>= 4.6) Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Description: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Homepage: http://gcc.gnu.org/ Package: texlive-pictures Status: install ok installed Priority: optional Section: tex Installed-Size: 19158 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Provides: pgf Depends: tex-common (>= 6), python, texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7), texlive-latex-recommended (>= 2016.20170123-2) Recommends: ruby | ruby-interpreter, texlive-pictures-doc, tk Suggests: dot2tex, prerex, ruby-tcltk | libtcltk-ruby, texlive-latex-extra Breaks: texlive-base (<< 2016.20170123-2) Description: TeX Live: Graphics, pictures, diagrams Including TikZ, pict, etc., but MetaPost and PStricks are separate. . This package includes the following CTAN packages: . aobs-tikz -- TikZ styles for creating overlaid pictures in beamer . askmaps -- Typeset American style Karnaugh maps . asyfig -- Commands for using Asymptote figures . asypictureb -- User-friendly integration of Asymptote into LaTeX . autoarea -- Automatic computation of bounding boxes with PiCTeX . bardiag -- LaTeX package for drawing bar diagrams . beamerswitch -- Convenient mode selection in Beamer documents . binarytree -- Drawing binary trees using TikZ . blochsphere -- Draw pseudo-3D diagrams of Bloch spheres . bloques -- Generate control diagrams . blox -- Draw block diagrams, using TikZ . bodegraph -- Draw Bode, Nyquist and Black plots with gnuplot and TikZ . bondgraph -- Create bond graph figures in LaTeX documents . bondgraphs -- Draws bond graphs in LaTeX, using PGF/TikZ . braids -- Draw braid diagrams with PGF/TikZ . bxeepic -- Eepic facilities using pict2e . cachepic -- Convert document fragments into graphics . celtic -- A TikZ library for drawing celtic knots . chemfig -- Draw molecules with easy syntax . combinedgraphics -- Include graphic (EPS or PDF)/LaTeX combinations . circuitikz -- Draw electrical networks with TikZ . curve -- A class for making curriculum vitae . curve2e -- Extensions for package pict2e . curves -- Curves for LaTeX picture environment . dcpic -- Commutative diagrams in a LaTeX and TeX documents . diagmac2 -- Diagram macros, using pict2e . doc-pictex -- A summary list of PicTeX documentation . dottex -- Use dot code in LaTeX . dot2texi -- Create graphs within LaTeX using the dot2tex tool . dratex -- General drawing macros . drs -- Typeset Discourse Representation Structures (DRS) . duotenzor -- Drawing package for circuit and duotensor diagrams . ecgdraw -- draws electrocardiograms (ECG) . eepic -- Extensions to epic and the LaTeX drawing tools . ellipse -- Draw ellipses and elliptical arcs using the standard LaTeX2e picture environment . epspdf -- Converter for PostScript, EPS and PDF . epspdfconversion -- On-the-fly conversion of EPS to PDF . esk -- Package to encapsulate Sketch files in LaTeX sources . fast-diagram -- Easy generation of FAST diagrams . fig4latex -- Management of figures for large LaTeX documents . fitbox -- Fit graphics on a page . flowchart -- Shapes for drawing flowcharts, using TikZ . forest -- Drawing (linguistic) trees . genealogytree -- Pedigree and genealogical tree diagrams . getmap -- Download OpenStreetMap maps for use in documents . gincltex -- Include TeX files as graphics (.tex support for \includegraphics) . gnuplottex -- Embed Gnuplot commands in LaTeX documents . gradientframe -- Simple gradient frames around objects . grafcet -- Draw Grafcet/SFC with TikZ . graphviz -- Write graphviz (dot+neato) inline in LaTeX documents . harveyballs -- Create Harvey Balls using TikZ . here -- Emulation of obsolete package for "here" floats . hf-tikz -- A simple way to highlight formulas and formula parts . hobby -- An implementation of Hobby's algorithm for PGF/TikZ . hvfloat -- Rotating caption and object of floats independently . knitting -- Produce knitting charts, in Plain TeX or LaTeX . knittingpattern -- Create knitting patterns . lapdf -- PDF drawing directly in TeX documents . latex-make -- Easy compiling of complex (and simple) LaTeX documents . lpic -- Put LaTeX material over included graphics . lroundrect -- LaTeX macros for utilizing the roundrect MetaPost routines . makeshape -- Declare new PGF shapes . mathspic -- A Perl filter program for use with PiCTeX . miniplot -- A package for easy figure arrangement . mkpic -- Perl interface to mfpic . modiagram -- Drawing molecular orbital diagrams . neuralnetwork -- Graph-drawing for neural networks . numericplots -- Plot numeric data (including Matlab export) using PSTricks . pb-diagram -- A commutative diagram package using LAMSTeX or Xy-pic fonts . petri-nets -- A set TeX/LaTeX packages for drawing Petri nets . pgf -- Create PostScript and PDF graphics in TeX . pgf-blur -- PGF/TikZ package for "blurred" shadows . pgf-soroban -- Create images of the soroban using TikZ/PGF . pgf-spectra -- Draw continuous or discrete spectra using PGF/TikZ . pgf-umlcd -- Some LaTeX macros for UML Class Diagrams . pgf-umlsd -- Draw UML Sequence Diagrams . pgfgantt -- Draw Gantt charts with TikZ . pgfkeyx -- Extended and more robust version of pgfkeys . pgfmolbio -- Draw graphs typically found in molecular biology texts . pgfopts -- LaTeX package options with pgfkeys . pgfornament -- Drawing of Vectorian ornaments with PGF/TikZ . pgfplots -- Create normal/logarithmic plots in two and three dimensions . picinpar -- Insert pictures into paragraphs . pict2e -- New implementation of picture commands . pictex -- Picture drawing macros for TeX and LaTeX . pictex2 -- Adds relative coordinates and improves the \plot command . pinlabel -- A TeX labelling package . pmgraph -- "Poor man's" graphics . productbox -- Typeset a three-dimensional product box . pxpgfmark -- e-pTeX driver for PGF inter-picture connections . qcircuit -- Macros to generate quantum ciruits . qrcode -- Generate QR codes in LaTeX . randbild -- Marginal pictures . randomwalk -- Random walks using TikZ . reotex -- Draw Reo Channels and Circuits . rviewport -- Relative Viewport for Graphics Inclusion . sa-tikz -- TikZ library to draw switching architectures . schemabloc -- Draw block diagrams, using TikZ . scsnowman -- Snowman variants using TikZ . setdeck -- Typeset cards for Set . signchart -- Create beautifully typeset sign charts . smartdiagram -- Generate diagrams from lists . spath3 -- Manipulate "soft paths" in PGF . swimgraf -- Graphical/textual representations of swimming performances . table-fct -- Draw a variations table of functions and a convexity table of its graph. . texdraw -- Graphical macros, using embedded PostScript . ticollege -- Graphical representation of keys on a standard scientific calculator . tipfr -- Produces calculator's keys with the help of TikZ . tikz-3dplot -- Coordinate transformation styles for 3d plotting in TikZ . tikz-bayesnet -- Draw Bayesian networks, graphical models and directed factor graphs . tikz-cd -- Create commutative diagrams with TikZ . tikz-dependency -- A library for drawing dependency graphs . tikz-dimline -- Technical dimension lines using PGF/TikZ . tikz-feynman -- Feynman diagrams with TikZ . tikz-inet -- Draw interaction nets with TikZ . tikz-kalender -- A LaTeX based calendar using TikZ . tikz-opm -- Typeset OPM diagrams . tikz-optics -- A library for drawing optical setups with TikZ . tikz-page -- Small macro to help building nice and complex layout materials . tikz-palattice -- Draw particle accelerator lattices with TikZ . tikz-qtree -- Use existing qtree syntax for trees in TikZ . tikz-timing -- Easy generation of timing diagrams as TikZ pictures . tikzinclude -- Import TikZ images from colletions . tikzmark -- Use TikZ's method of remembering a position on a page . tikzorbital -- Atomic and molecular orbitals using TikZ . tikzpagenodes -- A single TikZ node for the whole page . tikzpfeile -- Draw arrows using PGF/TikZ . tikzpeople -- Draw people-shaped nodes in TikZ . tikzposter -- Create scientific posters using TikZ . tikzscale -- Resize pictures while respecting text size . tikzsymbols -- Some symbols created using TikZ . timing-diagrams -- Draw timing diagrams . tqft -- Drawing TQFT diagrams with TikZ/PGF . tkz-base -- Tools for drawing with a cartesian coordinate system . tkz-berge -- Macros for drawing graphs of graph theory . tkz-doc -- Documentation macros for the TKZ series of packages . tkz-euclide -- Tools for drawing Euclidean geometry . tkz-fct -- Tools for drawing graphs of functions . tkz-graph -- Draw graph-theory graphs . tkz-kiviat -- Draw Kiviat graphs . tkz-linknodes -- Link nodes in mathematical environments . tkz-orm -- Create Object-Role Model (ORM) diagrams . tkz-tab -- Tables of signs and variations using PGF/TikZ . tsemlines -- Support for the ancient \emline macro . tufte-latex -- Document classes inspired by the work of Edward Tufte . venndiagram -- Creating Venn diagrams with TikZ . visualpstricks -- Visual help for PSTricks based on images with minimum text . xpicture -- Extensions of LaTeX picture drawing . xypic -- Flexible diagramming macros Homepage: http://www.tug.org/texlive/ Package: libtk8.6 Status: install ok installed Priority: optional Section: libs Installed-Size: 2331 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: same Source: tk8.6 (8.6.6-1) Version: 8.6.6-1+b1 Replaces: tk8.6 (<< 8.6.0-2) Provides: libtk Depends: libtcl8.6 (>= 8.6.0-2), libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxss1, zlib1g (>= 1:1.1.4) Suggests: tk8.6 Conflicts: libtk-img (<< 1.2.5), tk40 (<= 4.0p3-2), tk8.6 (<< 8.6.0-2) Description: Tk toolkit for Tcl and X11 v8.6 - run-time 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 contains the Tk library and supplementary packages you need to run Tk-enabled apps. Homepage: http://www.tcl.tk/ Package: libpoppler64 Status: install ok installed Priority: optional Section: libs Installed-Size: 3220 Maintainer: Loic Minier Architecture: amd64 Multi-Arch: same Source: poppler Version: 0.48.0-2+deb9u4 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.16), libopenjp2-7 (>= 2.0.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.1.4) Recommends: poppler-data Description: PDF rendering library Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the shared core library. Homepage: http://poppler.freedesktop.org/ Package: libopenmpi-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 4895 Maintainer: Alastair McKinstry Architecture: amd64 Multi-Arch: foreign Source: openmpi Version: 2.0.2-2 Replaces: libopenmpi1.10 (>= 1.10.2-1), libopenmpi1.6 (>= 1.6-1), libopenmpi2 (<= 2.0.0-1) Depends: libc6 (>= 2.8), libhwloc5 (>= 1.11.5), libopenmpi2 (= 2.0.2-2), openmpi-common (= 2.0.2-2), libibverbs-dev (>= 1.1.7), libhwloc-dev Suggests: openmpi-doc Breaks: libopenmpi1.10 (>= 1.10.2-1), libopenmpi1.6 (>= 1.6-1), libopenmpi2 (<= 2.0.0-1) Conflicts: libopenmpi-dev, libopenmpi2 (<= 2.0.0-1), openmpi-bin (<= 1.2.4-0), openmpi-dev Description: high performance message passing library -- header files Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . This package contains the header files and compiler wrappers which are needed to compile and link programs against libopenmpi. Homepage: http://www.open-mpi.org/ Package: dblatex Status: install ok installed Priority: optional Section: text Installed-Size: 4636 Maintainer: Andreas Hoenen Architecture: all Version: 0.3.9-3 Depends: docbook-xml, python-apt, texlive, texlive-bibtex-extra, texlive-extra-utils, texlive-latex-extra, texlive-science, xsltproc, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: libxml2-utils, dblatex-doc (= 0.3.9-3) Suggests: docbook, ghostscript, graphicsmagick-imagemagick-compat | imagemagick, inkscape, latex-cjk-all, lmodern, opensp, pdf-viewer, texlive-lang-all, texlive-lang-cyrillic, texlive-xetex, transfig, xindy Description: Produces DVI, PostScript, PDF documents from DocBook sources DocBook to LaTeX Publishing that transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them in pure LaTeX as a first process. MathML 2.0 markups are supported, too. It originally started as a clone of DB2LaTeX, but has been enhanced extensively since then and is actively maintained by the upstream author. Homepage: http://dblatex.sourceforge.net/ Package: libglib2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 4999 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: glib2.0 Version: 2.50.3-2+deb9u2 Depends: libc6 (>= 2.17), libffi6 (>= 3.0.4), libmount1 (>= 2.20.1), libpcre3, libselinux1 (>= 1.32), zlib1g (>= 1:1.2.2) Recommends: libglib2.0-data, shared-mime-info, xdg-user-dirs Breaks: glib-networking (<< 2.33.12), libgnome-desktop-3-2 (<< 3.4.2-2), python-gi (<< 3.7.2) Description: GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared libraries. Homepage: http://www.gtk.org/ Package: libxss1 Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxss Version: 1:1.2.2-1 Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common Pre-Depends: multiarch-support Description: X11 Screen Saver extension library libXss provides an X Window System client interface to the MIT-SCREEN-SAVER extension to the X protocol. . The Screen Saver extension allows clients behaving as screen savers to register themselves with the X server, to better integrate themselves with the running session. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libScrnSaver Package: gpgv Status: install ok installed Priority: important Section: utils Installed-Size: 721 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Multi-Arch: foreign Source: gnupg2 Version: 2.1.18-8~deb9u4 Replaces: gnupg2 (<< 2.0.21-2), gpgv2 (<< 2.1.11-7+exp1) Depends: libbz2-1.0, libc6 (>= 2.14), libgcrypt20 (>= 1.7.0), libgpg-error0 (>= 1.14), zlib1g (>= 1:1.1.4) Suggests: gnupg Breaks: gnupg2 (<< 2.0.21-2), gpgv2 (<< 2.1.11-7+exp1), python-debian (<< 0.1.29) Description: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . gpgv is actually a stripped-down version of gpg which is only able to check signatures. It is somewhat smaller than the fully-blown gpg and uses a different (and simpler) way to check that the public keys used to make the signature are valid. There are no configuration files and only a few options are implemented. Homepage: https://www.gnupg.org/ Package: libnetpbm10 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Andreas Barth Architecture: amd64 Source: netpbm-free (2:10.0-15.3) Version: 2:10.0-15.3+b2 Depends: libc6 (>= 2.7) Description: Graphics conversion tools shared libraries This package contains the shared libraries used by netpbm. Homepage: http://netpbm.alioth.debian.org Package: libxshmfence1 Status: install ok installed Priority: optional Section: libs Installed-Size: 26 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxshmfence (1.2-1) Version: 1.2-1+b2 Depends: libc6 (>= 2.4) Description: X shared memory fences - shared library This library provides an interface to shared-memory fences for synchronization between the X server and direct-rendering clients. . This package contains the xshmfence shared library. Package: xorg-sgml-doctools Status: install ok installed Priority: optional Section: x11 Installed-Size: 112 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Version: 1:1.11-1 Description: Common tools for building X.Org SGML documentation This package contains tools for building the X.Org SGML documentation. Currently it only includes various entity definitions for the current release. Package: x11proto-fixes-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 92 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-fixes Version: 1:5.0-2 Depends: x11proto-core-dev, x11proto-xext-dev (>= 7.0.99.1) Description: X11 Fixes extension wire protocol This package provides development headers describing the wire protocol for the Fixes extension, which contains a few small extensions to the X protocol, including a Region type. . More information about X.Org can be found at: . This package is built from the X.org fixesproto proto module. Package: libboost-python1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1504 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-python1.62.0 (= 1.62.0+dfsg-4), python-dev, python:any (<< 2.8), python:any (>= 2.7.5-5~), python3-dev Suggests: libboost1.62-doc, gccxml Conflicts: libboost-python1.42-dev, libboost-python1.46-dev, libboost-python1.48-dev, libboost-python1.49-dev, libboost-python1.50-dev, libboost-python1.52-dev, libboost-python1.53-dev, libboost-python1.54-dev, libboost-python1.55-dev, libboost-python1.57-dev, libboost-python1.58-dev, libboost-python1.60-dev, libboost-python1.61-dev Description: Boost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Homepage: http://www.boost.org/libs/python/ Package: libpython3.5-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 9908 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3.5 Version: 3.5.3-1+deb9u5 Depends: libpython3.5-minimal (= 3.5.3-1+deb9u5), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, liblzma5 (>= 5.1.1alpha+20120614), libmpdec2, libncursesw5 (>= 6), libreadline7 (>= 7.0~beta), libsqlite3-0 (>= 3.5.9), libtinfo5 (>= 6) Breaks: libmpdec2 (<< 2.4.2) Description: Interactive high-level object-oriented language (standard library, version 3.5) Python is a high-level, interactive, object-oriented language. Its 3.5 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 3.5's standard library. It is normally not used on its own, but as a dependency of python3.5. Package: libio-html-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 40 Maintainer: Debian Perl Group Architecture: all Version: 1.001-1 Depends: perl Description: open an HTML file with automatic charset detection IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard. Homepage: http://search.cpan.org/dist/IO-HTML/ Package: python3-idna Status: install ok installed Priority: optional Section: python Installed-Size: 271 Maintainer: Debian Python Modules Team Architecture: all Source: python-idna Version: 2.2-1 Depends: python3:any (>= 3.3.2-2~) Description: Python IDNA2008 (RFC 5891) handling (Python 3) A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. . The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification. . This package contains the module for Python 3. Homepage: https://github.com/kjd/idna Package: libboost-regex1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1167 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libicu57 (>= 57.1-1~), libstdc++6 (>= 5.2) Description: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Homepage: http://www.boost.org/libs/regex/ Package: libboost-graph1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 760 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-graph1.62.0 (= 1.62.0+dfsg-4), libboost-serialization1.62-dev (= 1.62.0+dfsg-4), libboost-test1.62-dev (= 1.62.0+dfsg-4) Conflicts: libboost-graph1.42-dev, libboost-graph1.46-dev, libboost-graph1.48-dev, libboost-graph1.49-dev, libboost-graph1.50-dev, libboost-graph1.52-dev, libboost-graph1.53-dev, libboost-graph1.54-dev, libboost-graph1.55-dev, libboost-graph1.57-dev, libboost-graph1.58-dev, libboost-graph1.60-dev, libboost-graph1.61-dev Description: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Homepage: http://www.boost.org/libs/graph/ Package: libossp-uuid16 Status: install ok installed Priority: optional Section: libs Installed-Size: 134 Maintainer: Marco Nenciarini Architecture: amd64 Multi-Arch: same Source: ossp-uuid (1.6.2-1.5) Version: 1.6.2-1.5+b4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5) Suggests: uuid Description: OSSP uuid ISO-C and C++ - shared library OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the shared library. Homepage: http://www.ossp.org/pkg/lib/uuid/ Package: libgdk-pixbuf2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 534 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gdk-pixbuf Version: 2.36.5-2+deb9u2 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.48.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libtiff5 (>= 4.0.3), libx11-6, shared-mime-info, libgdk-pixbuf2.0-common (= 2.36.5-2+deb9u2) Description: GDK Pixbuf library The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Homepage: http://www.gtk.org/ Package: bsdutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 238 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: foreign Source: util-linux (2.29.2-1+deb9u1) Version: 1:2.29.2-1+deb9u1 Replaces: bash-completion (<< 1:2.1-4.1~) Pre-Depends: libc6 (>= 2.16), libsystemd0 Recommends: bsdmainutils Breaks: bash-completion (<< 1:2.1-4.1~) Description: basic utilities from 4.4BSD-Lite This package contains the bare minimum of BSD utilities needed for a Debian system: logger, renice, script, scriptreplay, and wall. The remaining standard BSD utilities are provided by bsdmainutils. Package: libllvm3.9 Status: install ok installed Priority: optional Section: libs Installed-Size: 44958 Maintainer: LLVM Packaging Team Architecture: amd64 Multi-Arch: same Source: llvm-toolchain-3.9 Version: 1:3.9.1-9 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.4), libstdc++6 (>= 6), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0) Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Homepage: http://www.llvm.org/ Package: dash Essential: yes Status: install ok installed Priority: required Section: shells Installed-Size: 204 Maintainer: Gerrit Pape Architecture: amd64 Version: 0.5.8-2.4 Depends: debianutils (>= 2.15), dpkg (>= 1.15.0) Pre-Depends: libc6 (>= 2.14) Description: POSIX-compliant shell The Debian Almquist Shell (dash) is a POSIX-compliant shell derived from ash. . Since it executes scripts faster than bash, and has fewer library dependencies (making it more robust against software or hardware failures), it is used as the default system shell on Debian systems. Homepage: http://gondor.apana.org.au/~herbert/dash/ Package: python3-xdg Status: install ok installed Priority: optional Section: python Installed-Size: 165 Maintainer: Debian Python Modules Team Architecture: all Source: pyxdg Version: 0.25-4+deb9u1 Depends: python3:any (>= 3.3.2-2~) Description: Python 3 library to access freedesktop.org standards PyXDG contains implementations of freedesktop.org standards in Python: . * Base Directory Specification Version 0.6 * Menu Specification Version 1.0-draft1 * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 . This package contains the Python 3 version of the library. Homepage: http://www.freedesktop.org/wiki/Software/pyxdg Package: gcc-6-base Status: install ok installed Priority: required Section: libs Installed-Size: 209 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Breaks: gcc-4.4-base (<< 4.4.7), gcc-4.7-base (<< 4.7.3), gcj-4.4-base (<< 4.4.6-9~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.4-base (<< 4.4.6-3~), gnat-4.6 (<< 4.6.1-5~) Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Package: libsasl2-modules-db Status: install ok installed Priority: standard Section: libs Installed-Size: 97 Maintainer: Debian Cyrus SASL Team Architecture: amd64 Multi-Arch: same Source: cyrus-sasl2 Version: 2.1.27~101-g0780600+dfsg-3+deb9u2 Depends: libc6 (>= 2.14), libdb5.3 Description: Cyrus SASL - pluggable authentication modules (DB) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the DB plugin, which supports Berkeley DB lookups. Homepage: https://www.cyrusimap.org/ Package: liblwp-protocol-https-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 6.06-2 Replaces: libwww-perl (<< 6.02) Depends: perl, ca-certificates, libio-socket-ssl-perl (>= 1.54), libnet-http-perl, libwww-perl (>= 6.05-2) Suggests: libcrypt-ssleay-perl Breaks: libwww-perl (<< 6.02) Description: HTTPS driver for LWP::UserAgent The LWP::Protocol::https module provides support for using HTTPS schemed URLs with LWP. LWP::Protocol::https is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. . If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one provided by ca-certificates. . This module used to be bundled with libwww-perl, but it was unbundled in v6.02 in order to be able to declare its dependencies properly for the CPAN tool-chain. Applications that need HTTPS support can just declare their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install. Homepage: https://metacpan.org/release/LWP-Protocol-https Package: python3-keyrings.alt Status: install ok installed Priority: optional Section: python Installed-Size: 85 Maintainer: Debian Python Modules Team Architecture: all Source: keyrings.alt Version: 1.3-1 Depends: python3-crypto, python3:any (>= 3.3.2-2~) Suggests: gir1.2-gnomekeyring-1.0, python3-gi, python3-pykde4 Description: alternate backend implementations for python3-keyring The Python keyring library provides an easy way to access the system keyring service from Python. It can be used in any application that needs safe password storage. . Keyrings.alt module contains the alternate keyring backend implementations for use with python-keyring, most importantly the file backend which does not need any external services to work. . This package contains the Python 3 version of keyrings.alt. Homepage: https://github.com/jaraco/keyrings.alt Package: python3-six Status: install ok installed Priority: optional Section: python Installed-Size: 56 Maintainer: Colin Watson Architecture: all Multi-Arch: foreign Source: six Version: 1.10.0-3 Depends: python3:any (>= 3.4~) Description: Python 2 and 3 compatibility library (Python 3 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 3 module path. It is complemented by python-six and pypy-six. Homepage: https://pythonhosted.org/six/ Package: gnupg Status: install ok installed Priority: optional Section: utils Installed-Size: 2093 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Multi-Arch: foreign Source: gnupg2 Version: 2.1.18-8~deb9u4 Replaces: gnupg2 (<< 2.1.11-7+exp1) Provides: gpg Depends: gnupg-agent (= 2.1.18-8~deb9u4), libassuan0 (>= 2.0.1), libbz2-1.0, libc6 (>= 2.15), libgcrypt20 (>= 1.7.0), libgpg-error0 (>= 1.14), libksba8 (>= 1.3.4), libreadline7 (>= 6.0), libsqlite3-0 (>= 3.7.15), zlib1g (>= 1:1.1.4) Recommends: dirmngr (= 2.1.18-8~deb9u4), gnupg-l10n (= 2.1.18-8~deb9u4) Suggests: parcimonie, xloadimage Breaks: debsig-verify (<< 0.15), dirmngr (<< 2.1.18-8~deb9u4), gnupg2 (<< 2.1.11-7+exp1), libgnupg-interface-perl (<< 0.52-3), libgnupg-perl (<= 0.19-1), libmail-gnupg-perl (<= 0.22-1), monkeysphere (<< 0.38~), php-crypt-gpg (<= 1.4.1-1), python-apt (<= 1.1.0~beta4), python-gnupg (<< 0.3.8-3), python3-apt (<= 1.1.0~beta4) Description: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains /usr/bin/gpg and some helper utilities like gpgconf and kbxutil. Homepage: https://www.gnupg.org/ Package: unzip Status: install ok installed Priority: optional Section: utils Installed-Size: 546 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Version: 6.0-21+deb9u2 Depends: libbz2-1.0, libc6 (>= 2.14) Suggests: zip Description: De-archiver for .zip files InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. . This version supports encryption. Homepage: http://www.info-zip.org/UnZip.html Package: linux-libc-dev Status: install ok installed Priority: optional Section: devel Installed-Size: 4884 Maintainer: Debian Kernel Team Architecture: amd64 Multi-Arch: same Source: linux Version: 4.9.303-1 Provides: linux-kernel-headers Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers are used by the installed headers for GNU libc and other system libraries. Homepage: https://www.kernel.org/ Package: libtie-ixhash-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 34 Maintainer: Debian Perl Group Architecture: all Version: 1.23-2 Depends: perl Description: Perl module to order associative arrays Tie::IxHash implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary supplied order. The familiar perl array operations can also be performed on the IxHash. Homepage: https://metacpan.org/release/Tie-IxHash Package: mount Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 444 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: foreign Source: util-linux Version: 2.29.2-1+deb9u1 Replaces: bash-completion (<< 1:2.1-4.3~) Pre-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libmount1 (>= 2.25), libselinux1 (>= 2.6-3~), libsmartcols1 (>= 2.28~rc1), libudev1 (>= 183) Suggests: nfs-common (>= 1:1.1.0-13) Breaks: bash-completion (<< 1:2.1-4.3~) Description: tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands. Package: libboost-iostreams1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 312 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-regex1.62-dev (= 1.62.0+dfsg-4), libboost-iostreams1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-iostreams1.42-dev, libboost-iostreams1.46-dev, libboost-iostreams1.48-dev, libboost-iostreams1.49-dev, libboost-iostreams1.50-dev, libboost-iostreams1.52-dev, libboost-iostreams1.53-dev, libboost-iostreams1.54-dev, libboost-iostreams1.55-dev, libboost-iostreams1.57-dev, libboost-iostreams1.58-dev, libboost-iostreams1.60-dev, libboost-iostreams1.61-dev Description: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Homepage: http://www.boost.org/libs/iostreams/ Package: libboost-program-options1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1361 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-program-options1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-program-options1.42-dev, libboost-program-options1.46-dev, libboost-program-options1.48-dev, libboost-program-options1.49-dev, libboost-program-options1.50-dev, libboost-program-options1.52-dev, libboost-program-options1.53-dev, libboost-program-options1.54-dev, libboost-program-options1.55-dev, libboost-program-options1.57-dev, libboost-program-options1.58-dev, libboost-program-options1.60-dev, libboost-program-options1.61-dev Description: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Homepage: http://www.boost.org/libs/program_options/ Package: libgnutls30 Status: install ok installed Priority: standard Section: libs Installed-Size: 2429 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Source: gnutls28 Version: 3.5.8-5+deb9u6 Depends: libc6 (>= 2.22), libgmp10 (>= 2:6), libhogweed4, libidn11 (>= 1.13), libnettle6, libp11-kit0 (>= 0.23.1), libtasn1-6 (>= 4.9), zlib1g (>= 1:1.1.4) Suggests: gnutls-bin Description: GNU TLS library - main runtime library GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the main runtime library. Homepage: http://www.gnutls.org/ Package: libx11-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 1548 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libx11 Version: 2:1.6.4-3+deb9u4 Depends: libc6 (>= 2.15), libxcb1 (>= 1.11.1), libx11-data Description: X11 client-side library 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. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libsasl2-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 184 Maintainer: Debian Cyrus SASL Team Architecture: amd64 Multi-Arch: same Source: cyrus-sasl2 Version: 2.1.27~101-g0780600+dfsg-3+deb9u2 Replaces: libsasl2 Depends: libsasl2-modules-db (>= 2.1.27~101-g0780600+dfsg-3+deb9u2), libc6 (>= 2.15) Recommends: libsasl2-modules (>= 2.1.27~101-g0780600+dfsg-3+deb9u2) Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3) Description: Cyrus SASL - authentication abstraction library This is the Cyrus SASL API implementation, version 2.1. . SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. See RFC 2222 for more information. . Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. Homepage: https://www.cyrusimap.org/ Package: libxdamage-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 37 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxdamage (1:1.1.4-2) Version: 1:1.1.4-2+b3 Depends: libxdamage1 (= 1:1.1.4-2+b3), libx11-dev, libxfixes-dev, x11proto-damage-dev (>= 1.1) Description: X11 damaged region extension library (development headers) libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . This package contains the development headers for the library found in libxdamage1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Package: libxml2-utils Status: install ok installed Priority: optional Section: text Installed-Size: 178 Maintainer: Debian XML/SGML Group Architecture: amd64 Multi-Arch: foreign Source: libxml2 Version: 2.9.4+dfsg1-2.2+deb9u7 Depends: libc6 (>= 2.14), libxml2 (>= 2.9.0) Description: XML utilities 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 provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files. Homepage: http://xmlsoft.org/ Package: libgl1-mesa-dri Status: install ok installed Priority: optional Section: libs Installed-Size: 113473 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa (13.0.6-1) Version: 13.0.6-1+b2 Depends: libc6 (>= 2.22), libdrm-amdgpu1 (>= 2.4.63), libdrm-intel1 (>= 2.4.48), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.66), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.4), libgcrypt20 (>= 1.7.0), libllvm3.9 (>= 1:3.9.1-6~), libsensors4 (>= 1:3.0.0), libstdc++6 (>= 5.2) Recommends: libtxc-dxtn-s2tc | libtxc-dxtn-s2tc0 | libtxc-dxtn0 Breaks: xserver-xorg-core (<< 2:1.14.3-5) Conffiles: /etc/drirc d279cb60294ad49d90803416a310683e Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libgl1-mesa-glx package. Homepage: https://mesa3d.org/ Package: libsystemd0 Status: install ok installed Priority: optional Section: libs Installed-Size: 654 Maintainer: Debian systemd Maintainers Architecture: amd64 Multi-Arch: same Source: systemd Version: 232-25+deb9u12 Pre-Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.7.0), liblz4-1 (>= 0.0~r113), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 2.1.9) Description: systemd utility library The libsystemd0 library provides interfaces to various systemd components. Homepage: https://www.freedesktop.org/wiki/Software/systemd Package: doxygen Status: install ok installed Priority: optional Section: devel Installed-Size: 15856 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: foreign Source: doxygen (1.8.13-4) Version: 1.8.13-4+b1 Depends: libc6 (>= 2.14), libclang1-3.9 (>= 1:3.9.1-6~), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libxapian30, zlib1g (>= 1:1.1.4) Suggests: doxygen-latex, doxygen-doc, doxygen-gui, graphviz Conflicts: graphviz (<< 1.12) Description: Documentation system for C, C++, Java, Python and other languages 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. Homepage: http://www.stack.nl/~dimitri/doxygen/ Package: libjxr-tools Status: install ok installed Priority: optional Section: utils Installed-Size: 64 Maintainer: Mathieu Malaterre Architecture: amd64 Multi-Arch: foreign Source: jxrlib (1.1-6) Version: 1.1-6+b1 Depends: libc6 (>= 2.4), libjxr0 (>= 1.0) Description: JPEG-XR lib - command line apps JPEG XR is an approved ISO/IEC International standard (its official designation is ISO/IEC 29199-2). . JPEG XR started its life in Microsoft Research. It publicly first appeared as the HD Photo format in Windows Vista. . For web developers, JPEG XR has a large number of interesting features, see the table below. Some of these are big advantages over other image formats like JPEG, PNG, OpenEXR, and TIFF. - Better Compression (40% smaller than JPEG) - Lossless Mode (better compression than PNG) - Alpha Channel (compress color lossy and alpha losslessly) - Extended Bitdepth (supports 8-, 16-, and 32-bit/channel) - Progressive Decode - Advanced Decoding Features (tile-based layout, for efficient region-of-interest access.) . Provides command line tools for JPEG XR libs (JxrDecApp & JxrEncApp) Homepage: https://jxrlib.codeplex.com/ Package: libboost-type-erasure1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 151 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-type-erasure1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-type-erasure1.60-dev, libboost-type-erasure1.61-dev Description: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Homepage: http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html Package: libboost-type-erasure-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-type-erasure1.62-dev Description: C++ runtime polymorphism based on concepts (default version) This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html Package: libdpkg-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 2273 Origin: debian Maintainer: Dpkg Developers Bugs: debbugs://bugs.debian.org Architecture: all Multi-Arch: foreign Source: dpkg Version: 1.18.25 Depends: perl, dpkg (>= 1.18.11) Recommends: libfile-fcntllock-perl, liblocale-gettext-perl, bzip2, xz-utils Suggests: debian-keyring, gnupg | gnupg2, gpgv | gpgv2, gcc | c-compiler, binutils, patch Breaks: patch (<< 2.7) Description: Dpkg perl modules This package provides the perl modules used by the scripts in dpkg-dev. They cover a wide range of functionality. Among them there are the following public modules: . - Dpkg: core variables - Dpkg::Arch: architecture handling functions - Dpkg::Build::Info: build information functions - Dpkg::BuildFlags: set, modify and query compilation build flags - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS - Dpkg::BuildProfile: parse and manipulate build profiles - Dpkg::Changelog: parse changelogs - Dpkg::Changelog::Entry: represents a changelog entry - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog - Dpkg::Checksums: generate and parse checksums - Dpkg::Compression: simple database of available compression methods - Dpkg::Compression::Process: wrapper around compression tools - Dpkg::Compression::FileHandle: transparently (de)compress files - Dpkg::Conf: parse dpkg configuration files - Dpkg::Control: parse and manipulate Debian control information (.dsc, .changes, Packages/Sources entries, etc.) - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog - Dpkg::Control::Fields: manage (list of known) control fields - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields - Dpkg::Control::Info: parse files like debian/control - Dpkg::Control::Tests: parse files like debian/tests/control - Dpkg::Deps: parse and manipulate dependencies - Dpkg::Exit: push, pop and run exit handlers - Dpkg::Gettext: wrapper around Locale::gettext - Dpkg::IPC: spawn sub-processes and feed/retrieve data - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for example) - Dpkg::Interface::Storable: base object serializer - Dpkg::Path: common path handling functions - Dpkg::Source::Package: extract Debian source packages - Dpkg::Substvars: substitute variables in strings - Dpkg::Vendor: identify current distribution vendor - Dpkg::Version: parse and manipulate Debian package versions . All the packages listed in Suggests or Recommends are used by some of the modules. Homepage: https://wiki.debian.org/Teams/Dpkg Package: libtinfo-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 394 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: ncurses Version: 6.0+20161126-1+deb9u2 Replaces: libncurses5-dev (<< 5.9-3) Depends: libtinfo5 (= 6.0+20161126-1+deb9u2), ncurses-bin (>= 6.0+20151017) Breaks: binutils-gold (<< 2.21.53.20110910) Description: developer's library for the low-level terminfo library The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the static library and symbolic link that developers using the low-level terminfo library will need. Packages should not build-depend on this package. Homepage: http://invisible-island.net/ncurses/ Package: tex-gyre Status: install ok installed Priority: optional Section: tex Installed-Size: 19263 Maintainer: Debian TeX maintainers Architecture: all Multi-Arch: foreign Version: 20160520-1 Depends: tex-common (>= 6) Recommends: fonts-texgyre (= 20160520-1) Conffiles: /etc/X11/fonts/Type1/tex-gyre.scale e4af1c99b94968c13bcab3ef5c2dfa20 Description: scalable PostScript and OpenType fonts based on URW Fonts The TeX Gyre project, following the Latin Modern project, aims at providing a rich collection of diacritical characters in the attempt to cover as many Latin-based scripts as possible. . This package provides TeX support and Type1 (PostScript) fonts. If only the OpenType fonts are needed, please see the package fonts-texgyre. . See the description for fonts-texgyre package for more information. Homepage: http://www.gust.org.pl/projects/e-foundry/tex-gyre/ Package: tcl Status: install ok installed Priority: optional Section: interpreters Installed-Size: 21 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: foreign Source: tcltk-defaults Version: 8.6.0+9 Provides: tclsh Depends: tcl8.6 (>= 8.6.0-2) Breaks: tcl8.3 (<< 8.3.5-15), tcl8.4 (<< 8.4.20-2), tcl8.5 (<< 8.5.14-3), tcl8.6 (<< 8.6.0-2) Description: Tool Command Language (default version) - shell 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). Package: libc6 Status: install ok installed Priority: required Section: libs Installed-Size: 10686 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: same Source: glibc Version: 2.24-11+deb9u4 Replaces: libc6-amd64 Depends: libgcc1 Suggests: glibc-doc, debconf | debconf-2.0, libc-l10n, locales Breaks: hurd (<< 1:0.5.git20140203-1), libtirpc1 (<< 0.2.3), locales (<< 2.24), locales-all (<< 2.24), lsb-core (<= 3.2-27), nscd (<< 2.24) Conffiles: /etc/ld.so.conf.d/x86_64-linux-gnu.conf 593ad12389ab2b6f952e7ede67b8fbbf Description: GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Homepage: http://www.gnu.org/software/libc/libc.html Package: python2.7 Status: install ok installed Priority: optional Section: python Installed-Size: 360 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Version: 2.7.13-2+deb9u6 Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~) Depends: python2.7-minimal (= 2.7.13-2+deb9u6), libpython2.7-stdlib (= 2.7.13-2+deb9u6), mime-support Suggests: python2.7-doc, binutils Breaks: python-virtualenv (<< 1.7.1.2-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4) Conflicts: python-profiler (<= 2.7.1-2) Description: Interactive high-level object-oriented language (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: libgd3 Status: install ok installed Priority: optional Section: libs Installed-Size: 448 Maintainer: GD team Architecture: amd64 Multi-Arch: same Source: libgd2 Version: 2.2.4-2+deb9u5 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libtiff5 (>= 4.0.3), libwebp6 (>= 0.5.1), libx11-6, libxpm4, zlib1g (>= 1:1.1.4) Suggests: libgd-tools Description: GD Graphics Library GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library. Homepage: http://www.libgd.org/ Package: libboost-fiber1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 113 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-context1.62.0, libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Homepage: http://www.boost.org/libs/fiber/ Package: libcgal-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 34422 Maintainer: Joachim Reichel Architecture: amd64 Multi-Arch: same Source: cgal Version: 4.9-1+deb9u1 Depends: libcgal12 (= 4.9-1+deb9u1), libboost-dev, libboost-thread-dev, libboost-system-dev, libboost-program-options-dev, libgmp10-dev, libmpfr-dev, zlib1g-dev Suggests: libmpfi-dev, libntl-dev, libtbb-dev Description: C++ library for computational geometry (development files) 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_Qt5.so can be found in the package libcgal-qt5-dev. Homepage: http://www.cgal.org/ Package: tipa Status: install ok installed Priority: optional Section: tex Installed-Size: 4668 Maintainer: Debian TeX maintainers Architecture: all Version: 2:1.3-20 Replaces: tipa-type1 Depends: texlive-latex-base, texlive-base-bin, dpkg (>= 1.14.18), tex-common (>= 3) Conflicts: tipa-type1 Description: system for processing phonetic symbols in LaTeX TIPA is a system for processing IPA (International Phonetic Alphabet) symbols in LaTeX written by Fukui Rei. TIPA stands for either TeX IPA or Tokyo IPA and derived from the tsipa package, made in 1992 by Kobayashi Hajime, Fukui Rei and Shirakawa Shun. . Among many features of TIPA, the following are the new features as compared with tsipa or any other existing systems for processing IPA symbols: . * A new 256 character encoding for phonetic symbols (`T3'), which includes all the symbols and diacritics found in the recent versions of IPA and some non-IPA symbols. * Complete support of LaTeX2e. * Roman, slanted, bold, bold extended and sans serif font styles. * Easy input method in the IPA environment. * Extended macros for accents and diacritics. * A flexible system of macros for `tone letters'. * An optional package (vowel.sty) for drawing vowel diagrams. * A slightly modified set of fonts that go well when used with Times Roman and Helvetica fonts. . Type 1 fonts for TIPA are also included in this package (to make them available in X11 applications other than LaTeX, please install the xfonts-tipa package). Homepage: http://www.ctan.org/tex-archive/fonts/tipa/ Package: x11-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 637 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: foreign Source: x11-utils (7.7+3) Version: 7.7+3+b1 Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.11), libfontenc1, libfreetype6 (>= 2.2.1), libgl1-mesa-glx | libgl1, libx11-6, libx11-xcb1, libxaw7, libxcb-shape0, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxmu6, libxmuu1, libxrandr2 (>= 2:1.2.0), libxrender1, libxt6, libxtst6, libxv1, libxxf86dga1, libxxf86vm1 Suggests: mesa-utils Conffiles: /etc/X11/app-defaults/Editres 4ab7f8d63e234cf35a62ef7ae959edf7 /etc/X11/app-defaults/Editres-color 5ec5d0e8c953faaa06af647650f30ce6 /etc/X11/app-defaults/Viewres 4f77da598593ff07cda9d2d147a07772 /etc/X11/app-defaults/Viewres-color ff9c397a80443790a97b909050f63282 /etc/X11/app-defaults/XFontSel 183bca665ae87e3943bdb4362d21973d /etc/X11/app-defaults/Xfd a8b4d28d2ad895e40cfb6fb9c69eeecd /etc/X11/app-defaults/Xmessage eed84b35dde8b18e7dcfc80e75c1da67 /etc/X11/app-defaults/Xmessage-color ca383db9e4e9648bda0952ad6b8a2115 Description: X11 utilities An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a graphics card, monitor, keyboard, and pointing device (such as a mouse). . This package provides a miscellaneous assortment of X utilities that ship with the X Window System, including: - appres, editres, listres and viewres, which query the X resource database; - luit, a filter that can be run between an arbitrary application and a UTF-8 terminal emulator; - xdpyinfo, a display information utility for X; - xdriinfo, query configuration information of DRI drivers; - xev, an X event displayer; - xfd, a tool that displays all the glyphs in a given X font; - xfontsel, a tool for browsing and selecting X fonts; - xkill, a tool for terminating misbehaving X clients; - xlsatoms, which lists interned atoms defined on an X server; - xlsclients, which lists client applications running on an X display; - xlsfonts, a server font list displayer; - xmessage, a tool to display message or dialog boxes; - xprop, a property displayer for X; - xvinfo, an Xv extension information utility for X; - xwininfo, a window information utility for X; . The editres and viewres programs use bitmap images provided by the xbitmaps package. The luit program requires locale information from the libx11-data package. Package: python3-dev Status: install ok installed Priority: optional Section: python Installed-Size: 17 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.5.3-1 Replaces: python3.1 (<< 3.1.2+20100706-3) Depends: python3 (= 3.5.3-1), libpython3-dev (= 3.5.3-1), python3.5-dev (>= 3.5.3-1~) Description: header files and a static library for Python (default) 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.5). Homepage: http://www.python.org/ Package: libnss3 Status: install ok installed Priority: optional Section: libs Installed-Size: 3903 Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Multi-Arch: same Source: nss Version: 2:3.26.2-1.1+deb9u5 Depends: libc6 (>= 2.14), libnspr4 (>= 2:4.12), libsqlite3-0 (>= 3.5.9), zlib1g (>= 1:1.1.4) Conflicts: libnss3-1d (<< 2:3.13.4-2) Description: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Homepage: http://www.mozilla.org/projects/security/pki/nss/ Package: libgdk-pixbuf2.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 2539 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: gdk-pixbuf Version: 2.36.5-2+deb9u2 Description: GDK Pixbuf library - data files This package contains the common files and translations for the GDK Pixbuf library. Homepage: http://www.gtk.org/ Package: libharfbuzz0b Status: install ok installed Priority: optional Section: libs Installed-Size: 1072 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: amd64 Multi-Arch: same Source: harfbuzz Version: 1.4.2-1 Replaces: libharfbuzz0, libharfbuzz0a Depends: libc6 (>= 2.14), libfreetype6 (>= 2.4.2), libglib2.0-0 (>= 2.31.8), libgraphite2-3 (>= 1.2.2) Conflicts: libharfbuzz0, libharfbuzz0a Description: OpenType text shaping engine (shared library) HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the shared libraries. Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz Package: distro-info-data Status: install ok installed Priority: optional Section: devel Installed-Size: 15 Maintainer: Benjamin Drung Architecture: all Multi-Arch: foreign Version: 0.36 Replaces: distro-info (<< 0.3~) Breaks: distro-info (<< 0.3~) Description: information about the distributions' releases (data files) Information about all releases of Debian and Ubuntu. The distro-info script will give you the codename for e.g. the latest stable release of your distribution. To get information about a specific distribution there are the debian-distro-info and the ubuntu-distro-info scripts. . This package contains the data files. Package: libdatrie1 Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Theppitak Karoonboonyanan Architecture: amd64 Multi-Arch: same Source: libdatrie (0.2.10-4) Version: 0.2.10-4+b1 Depends: libc6 (>= 2.14) Description: Double-array trie library This package provides shared libraries needed to run programs that use the datrie library. It is usually automatically installed. Homepage: http://linux.thai.net/projects/libthai Package: libtiff5 Status: install ok installed Priority: optional Section: libs Installed-Size: 593 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: tiff Version: 4.0.8-2+deb9u8 Depends: libc6 (>= 2.14), libjbig0 (>= 2.0), libjpeg62-turbo (>= 1.3.1), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4) Description: Tag Image File Format (TIFF) library 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 shared library. Homepage: http://libtiff.maptools.org Package: x11proto-xf86vidmode-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 80 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-xf86vidmode Version: 2.3.1-2 Breaks: libxxf86vm-dev (<< 1:1.0.99.1) Description: X11 Video Mode extension wire protocol This package provides development headers describing the wire protocol for the XFree86-VidMode extension, which provides access to detailed timings of video modes currently in use, and a means to modify them. . More information about X.Org can be found at: . This package is built from the X.org xf86vidmodeproto proto module. Package: libxau-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 91 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxau Version: 1:1.0.8-1 Depends: libxau6 (= 1:1.0.8-1), x11proto-core-dev Description: X11 authorisation library (development headers) This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . This package contains the development headers for the library found in libxau6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Package: cmake-data Status: install ok installed Priority: optional Section: devel Installed-Size: 5894 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.7.2-1 Conflicts: emacsen-common (<< 2.0.0) Conffiles: /etc/emacs/site-start.d/50cmake-data.el 295794176a9feb97d1f23316db2f1e8f Description: CMake data files (modules, templates and documentation) This package provides CMake architecture independent data files (modules, templates, documentation etc.). Unless you have cmake installed, you probably do not need this package. Homepage: https://cmake.org/ Package: libnl-route-3-200 Status: install ok installed Priority: optional Section: libs Installed-Size: 462 Maintainer: Heiko Stuebner Architecture: amd64 Multi-Arch: same Source: libnl3 Version: 3.2.27-2 Depends: libnl-3-200 (= 3.2.27-2), libc6 (>= 2.14) Description: library for dealing with netlink sockets - route interface This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . API to the configuration interfaces of the NETLINK_ROUTE family. Homepage: http://www.infradead.org/~tgr/libnl/ Package: imagemagick-6.q16 Status: install ok installed Priority: optional Section: graphics Installed-Size: 743 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: foreign Source: imagemagick Version: 8:6.9.7.4+dfsg-11+deb9u14 Replaces: imagemagick (<< 8:6.9.2.10+dfsg-2~) Provides: imagemagick, imagemagick-6.defaultquantum Depends: libc6 (>= 2.4), libmagickcore-6.q16-3 (>= 8:6.9.6.8), libmagickwand-6.q16-3 (>= 8:6.9.6.8), hicolor-icon-theme Recommends: libmagickcore-6.q16-3-extra, ghostscript, netpbm Suggests: imagemagick-doc, autotrace, cups-bsd | lpr | lprng, curl, enscript, ffmpeg, gimp, gnuplot, grads, graphviz, groff-base, hp2xx, html2ps, libwmf-bin, mplayer, povray, radiance, sane-utils, texlive-base-bin, transfig, ufraw-batch, xdg-utils Breaks: libmagickcore-dev (<< 8:6.9.2.10+dfsg-2~) Description: image manipulation programs -- quantum depth Q16 ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats, you need to install the libmagickcore-6.q16-3-extra package. . This version of imagemagick is compiled for a channel depth of 16 bits (Q16). Homepage: http://www.imagemagick.org/ Package: libtxc-dxtn-s2tc Status: install ok installed Priority: extra Section: libs Installed-Size: 247 Maintainer: Lennart Weller Architecture: amd64 Multi-Arch: same Source: s2tc Version: 1.0+git20151227-2 Replaces: libtxc-dxtn-s2tc0 Provides: libtxc-dxtn, libtxc-dxtn-s2tc0, libtxc-dxtn0 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0) Conflicts: libtxc-dxtn0 Description: Texture compression library for Mesa S2TC is a patent-free S3TC compatible implementation and provides texture compression to Mesa. . The library is automatically loaded and adds the OpenGL extensions GL_S3_s3tc and GL_EXT_texture_compression_s3tc. Homepage: https://github.com/divVerent/s2tc Package: libfdisk1 Status: install ok installed Priority: required Section: libs Installed-Size: 469 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.29.2-1+deb9u1 Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.17), libuuid1 (>= 2.16) Description: fdisk partitioning library The libfdisk library is used for manipulating partition tables. It is the core of the fdisk, cfdisk, and sfdisk tools. Package: libboost-fiber1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 213 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-context1.62-dev (= 1.62.0+dfsg-4), libboost-fiber1.62.0 (= 1.62.0+dfsg-4) Description: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Homepage: http://www.boost.org/libs/fiber/ Package: xsltproc Status: install ok installed Priority: optional Section: text Installed-Size: 149 Maintainer: Debian XML/SGML Group Architecture: amd64 Multi-Arch: foreign Source: libxslt Version: 1.1.29-2.1+deb9u2 Depends: libc6 (>= 2.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Description: XSLT 1.0 command line processor 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 version 1.0 stylesheets. . This package contains a command line tool that facilitates XSLT transformations. Homepage: http://xmlsoft.org/xslt/ Package: libhttp-daemon-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-date-perl, libhttp-message-perl, liblwp-mediatypes-perl Breaks: libwww-perl (<< 6.00) Description: simple http server class Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. . The accept() method will return when a connection from a client is available. The returned value will be an HTTP::Daemon::ClientConn object which is another IO::Socket::INET subclass. Calling the get_request() method on this object will read data from the client and return an HTTP::Request object. The ClientConn object also provide methods to send back various responses. . This HTTP daemon does not fork(2) for you. Your application, i.e. the user of the HTTP::Daemon is responsible for forking if that is desirable. Also note that the user is responsible for generating responses that conform to the HTTP/1.1 protocol. Homepage: http://search.cpan.org/dist/HTTP-Daemon/ Package: preview-latex-style Status: install ok installed Priority: optional Section: tex Installed-Size: 250 Maintainer: Davide G. M. Salvetti Architecture: all Source: auctex Version: 11.90-1 Depends: tex-common (>= 6) Breaks: preview-latex (<= 0.7.3-2) Description: extraction of elements from LaTeX documents as graphics The purpose of preview is the extraction of selected elements from a LaTeX source, like formulas or graphics, into separate pages of a DVI file. A flexible and convenient interface allows it to specify what commands and constructs should be extracted. This works with DVI files postprocessed by either Dvips and Ghostscript or dvipng, but it also works when using PDFTeX for generating PDF files. . Currently, preview.sty is used by preview-latex, the WYSIWYG component of the AUCTeX editing environment; for generation of previews in LyX; as part of the operation of the ps4pdf and pst-pdf LaTeX packages; by the tbook XML system and some other tools. Homepage: http://www.gnu.org/software/auctex/preview-latex.html Package: libnet-dbus-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 612 Maintainer: Debian Perl Group Architecture: amd64 Source: libnet-dbus-perl (1.1.0-4) Version: 1.1.0-4+b1 Depends: perl (>= 5.24.1~rc3-2), perlapi-5.24.1, libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libxml-twig-perl Description: Perl extension for the DBus bindings Net::DBus provides a Perl API for the DBus message system. The DBus Perl interface is currently operating against the 0.32 development version of DBus, but should work with later versions too, providing the API changes have not been too drastic. . Users of this package are either typically, service providers in which case the Net::DBus::Service and Net::DBus::Object modules are of most relevance, or are client consumers, in which case Net::DBus::RemoteService and Net::DBus::RemoteObject are of most relevance. Homepage: https://metacpan.org/release/Net-DBus Package: libboost-timer-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-timer1.62-dev Description: C++ wall clock and CPU process timers (default version) This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/timer/ Package: autoconf Status: install ok installed Priority: optional Section: devel Installed-Size: 1868 Maintainer: Ben Pfaff Architecture: all Multi-Arch: foreign Version: 2.69-10 Depends: perl (>> 5.005), m4 (>= 1.4.13), debianutils (>= 1.8) Recommends: automake | automaken Suggests: autoconf-archive, gnu-standards, autoconf-doc, libtool, gettext Breaks: gettext (<< 0.10.39), pkg-config (<< 0.25-1.1) Conffiles: /etc/emacs/site-start.d/50autoconf.el 297521889d690871ec9d89c5eeff745a Description: automatic configure script builder The standard for FSF source packages. This is only useful if you write your own programs or if you extensively modify other people's programs. . For an extensive library of additional Autoconf macros, install the `autoconf-archive' package. . This version of autoconf is not compatible with scripts meant for Autoconf 2.13 or earlier. Homepage: http://www.gnu.org/software/autoconf/ Package: libpangocairo-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 237 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.40.5-1 Replaces: libpango1.0-0 (<< 1.32.5-2) Depends: libc6 (>= 2.4), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.37.5), libpangoft2-1.0-0 (>= 1.28.1) Breaks: libpango1.0-0 (<< 1.32.5-2) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Homepage: http://www.pango.org/ Package: ghostscript Status: install ok installed Priority: optional Section: text Installed-Size: 228 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: foreign Version: 9.26a~dfsg-0+deb9u9 Provides: postscript-viewer Depends: libc6 (>= 2.4), libgs9 (= 9.26a~dfsg-0+deb9u9), debconf | debconf-2.0 Recommends: gsfonts Suggests: ghostscript-x Description: interpreter for the PostScript language and for PDF GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. Homepage: http://www.ghostscript.com/ Package: libpcre3 Status: install ok installed Priority: required Section: libs Installed-Size: 668 Maintainer: Matthew Vernon Architecture: amd64 Multi-Arch: same Source: pcre3 Version: 2:8.39-3 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~) Conflicts: libpcre3-dev (<= 4.3-3) Description: Old Perl 5 Compatible Regular Expression Library - runtime 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. . New packages should use the newer pcre2 packages, and existing packages should migrate to pcre2. . This package contains the runtime libraries. Package: libksba8 Status: install ok installed Priority: optional Section: libs Installed-Size: 264 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Source: libksba Version: 1.3.5-2 Depends: libc6 (>= 2.14), libgpg-error0 (>= 1.14) Description: X.509 and CMS support library KSBA (pronounced Kasbah) is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. . KSBA provides these subsystems: ASN.1 Parser, BER Decoder, BER Encoder, Certificate Handling and CMS Handling. . This package contains the runtime library files. Homepage: http://www.gnupg.org/related_software/libksba/ Package: x11proto-kb-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 1230 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-kb Version: 1.0.7-1 Description: X11 XKB extension wire protocol This package provides development headers describing the wire protocol for the XKEYBOARD extension, used to control all manner of options related to keyboard handling and layout in particular. It does not control the addition/enabling/disabling of keyboards; this is done with the XINPUT extension. . More information about X.Org can be found at: . This package is built from the X.org kbproto proto module. Package: libthai0 Status: install ok installed Priority: optional Section: libs Installed-Size: 94 Maintainer: Theppitak Karoonboonyanan Architecture: amd64 Multi-Arch: same Source: libthai Version: 0.1.26-1 Depends: libthai-data (>= 0.1.10), libc6 (>= 2.14), libdatrie1 (>= 0.2.0) Enhances: libqtcore4, libqtgui4 Description: Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains the shared libraries needed to run programs that use the LibThai library. Homepage: http://linux.thai.net/projects/libthai Package: libglapi-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 246 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa (13.0.6-1) Version: 13.0.6-1+b2 Depends: libc6 (>= 2.14) Description: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Homepage: https://mesa3d.org/ Package: librtmp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 142 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Multi-Arch: same Source: rtmpdump (2.4+20151223.gitfa8646d.1-1) Version: 2.4+20151223.gitfa8646d.1-1+b1 Depends: libc6 (>= 2.14), libgmp10, libgnutls30 (>= 3.5.6), libhogweed4, libnettle6, zlib1g (>= 1:1.1.4) Description: toolkit for RTMP streams (shared library) A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an RTMP URL will result in a dumped flv file, which can be played/transcoded with standard tools. . This package contains the shared libraries, header files needed by programs that want to use librtmp. Homepage: http://rtmpdump.mplayerhq.hu/ Package: libboost-fiber-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-fiber1.62-dev Description: cooperatively-scheduled micro-/userland-threads (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/fiber/ Package: fonts-texgyre Status: install ok installed Priority: optional Section: fonts Installed-Size: 19051 Maintainer: Debian TeX maintainers Architecture: all Multi-Arch: foreign Source: tex-gyre Version: 20160520-1 Replaces: tex-gyre (<= 2.004.1-4) Breaks: fontconfig-config (<< 2.11.0), tex-gyre (<= 2.004.1-4) Conffiles: /etc/fonts/conf.avail/65-fonts-texgyre.conf 21c8b9e1fd55ef5d045f1493fd5e9bde Description: OpenType fonts based on URW Fonts The TeX Gyre project, following the Latin Modern project, aims at providing a rich collection of diacritical characters in the attempt to cover as many Latin-based scripts as possible. . This package provides the OpenType variant of these fonts. For support for TeX and Type 1 (PostScript) fonts, see the tex-gyre package. . The TeX-GYRE bundle consists of seven font families: . The TeX Gyre Adventor family of fonts is based on the URW Gothic L family (designed by Herb Lubalin and Tom Carnase). . The TeX Gyre Bonum family of fonts is based on the URW Bookman L family (designed by Alexander Phemister). . The TeX Gyre Chorus font is based on URW Chancery L Medium Italic (designed by Hermann Zapf (ITC Zapf Chancery(R), 1979)). . The TeX Gyre Cursor family is based on the URW Nimbus Mono L family (designed by Howard G. (Bud) Kettler in 1955 for the IBM corporation). . The TeX Gyre Heros family of fonts is based on the URW Nimbus Sans L (prepared by Max Miedinger, with Eduard Hoffmann). . The TeX Gyre Pagella family of fonts is based on the URW Palladio L family (designed by Hermann Zapf). . The TeX Gyre Schola family of fonts is based on the URW Century Schoolbook L family (designed by Morris Fuller Benton). . The TeX Gyre Termes is based on the URW Nimbus Roman No9 L family (designed by Stanley Morison together with Starling Burgess and Victor Lardent). . The constituent 4 standard faces of each family have been greatly extended, and contain nearly 1200 glyphs each. Each family is available in Adobe Type 1 and Open Type formats, and LaTeX support (for use with a variety of encodings) is provided. Vietnamese characters were added by Han The Thanh. Homepage: http://www.gust.org.pl/projects/e-foundry/tex-gyre/ Package: python3-wheel Status: install ok installed Priority: optional Section: python Installed-Size: 211 Maintainer: Barry Warsaw Architecture: all Source: wheel Version: 0.29.0-2 Depends: python3:any (>= 3.3.2-2~) Recommends: python3-keyring, python3-keyrings.alt, python3-xdg Suggests: python3-setuptools Description: built-package format for Python A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. . The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. . This is the Python 3 compatible package. Homepage: https://bitbucket.org/pypa/wheel Package: librdmacm1 Status: install ok installed Priority: extra Section: libs Installed-Size: 134 Maintainer: OFED and Debian Developement and Discussion Architecture: amd64 Source: librdmacm Version: 1.1.0-2 Depends: libc6 (>= 2.15), libibverbs1 (>= 1.1.6) Description: Library for managing RDMA connections librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains the shared library. Homepage: https://www.openfabrics.org/downloads/rdmacm/ Package: dblatex-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 2809 Maintainer: Andreas Hoenen Architecture: all Source: dblatex Version: 0.3.9-3 Replaces: dblatex (<< 0.3.8-1) Breaks: dblatex (<< 0.3.8-1) Description: Documentation for dblatex Additional documentation for dblatex in HTML and PDF. Includes: • User Manual • Release Notes • DocBook Examples Homepage: http://dblatex.sourceforge.net/ Package: gcc Status: install ok installed Priority: optional Section: devel Installed-Size: 43 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.168) Version: 4:6.3.0-4 Provides: c-compiler Depends: cpp (>= 4:6.3.0-4), gcc-6 (>= 6.3.0-9~) Recommends: libc6-dev | libc-dev Suggests: gcc-multilib, make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb, gcc-doc Conflicts: gcc-doc (<< 1:2.95.3) Description: 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. Package: m4 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 345 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Version: 1.4.18-1 Depends: libc6 (>= 2.17), libsigsegv2 (>= 2.9) Suggests: m4-doc Description: macro processing language GNU `m4' is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has builtin functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them. Homepage: http://www.gnu.org/software/m4/ Package: sgml-base Status: install ok installed Priority: optional Section: text Installed-Size: 69 Maintainer: Debian QA Group Architecture: all Multi-Arch: foreign Version: 1.29 Pre-Depends: dpkg (>= 1.16.4) Suggests: sgml-base-doc Description: SGML infrastructure and SGML catalog file support This package creates the SGML infrastructure directories and provides SGML catalog file support in compliance with the current Debian SGML Policy draft: . * infrastructure directories: - /etc/sgml - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet} - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet} . * update-catalog(8): tool for maintaining the root SGML catalog file and the package SGML catalog files in the '/etc/sgml' directory. Package: ruby2.3 Status: install ok installed Priority: optional Section: ruby Installed-Size: 241 Maintainer: Antonio Terceiro Architecture: amd64 Multi-Arch: allowed Version: 2.3.3-1+deb9u11 Depends: rubygems-integration (>= 1.8), libc6 (>= 2.2.5), libgmp10, libruby2.3 (>= 2.3.0~preview2) Recommends: fonts-lato, libjs-jquery Description: Interpreter of object-oriented scripting language Ruby 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. . In the name of this package, `2.3' indicates the Ruby library compatibility version. This package currently provides the `2.3.x' branch of Ruby. Homepage: http://www.ruby-lang.org/ Package: libicu-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 90447 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: icu Version: 57.1-6+deb9u5 Replaces: icu-devtools (<< 57.1-1~) Depends: libicu57 (= 57.1-6+deb9u5), icu-devtools (>= 57.1-6+deb9u5), libc6-dev | libc-dev, libstdc++-6-dev | libstdc++-dev Suggests: icu-doc Breaks: icu-devtools (<< 57.1-1~) Description: Development files for International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the development files for ICU. Homepage: http://www.icu-project.org Package: python3-pkg-resources Status: install ok installed Priority: optional Section: python Installed-Size: 511 Maintainer: Matthias Klose Architecture: all Multi-Arch: foreign Source: python-setuptools Version: 33.1.1-1 Depends: python3:any (>= 3.3.2-2~) Suggests: python3-setuptools Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Homepage: https://pypi.python.org/pypi/setuptools Package: libboost-date-time-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-date-time1.62-dev Description: set of date-time libraries based on generic programming concepts (default version) This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/date_time/ Package: python3-gi Status: install ok installed Priority: optional Section: python Installed-Size: 936 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: pygobject Version: 3.22.0-2 Depends: python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3.2-2~), libc6 (>= 2.14), libffi6 (>= 3.0.4), libgirepository-1.0-1 (>= 1.44.0), libglib2.0-0 (>= 2.41.1), gir1.2-glib-2.0 (>= 1.39.0) Description: Python 3 bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python 3. Homepage: https://wiki.gnome.org/Projects/PyGObject Package: docbook-xml Status: install ok installed Priority: optional Section: text Installed-Size: 2131 Maintainer: Debian QA Group Architecture: all Multi-Arch: foreign Version: 4.5-8 Provides: docbk-xml Depends: sgml-data (>= 2.0.2), sgml-base (>= 1.28), xml-core (>= 0.12) Suggests: docbook, docbook-dsssl, docbook-xsl, docbook-defguide Conffiles: /etc/sgml/docbook-xml.cat 09c9f5ea49819362a380990ede9d2a9c /etc/sgml/docbook-xml/4.0/dbgenent.ent e12c1ec4ee0669dd4fad8aa06f51d650 /etc/sgml/docbook-xml/4.1.2/dbgenent.mod ff50724b83f8882fc9e8231523b01606 /etc/sgml/docbook-xml/4.2/dbgenent.mod 081cd00c46a110da400770eb9baf968b /etc/sgml/docbook-xml/4.3/dbgenent.mod ce4a918789b89c9bd47e67ea708397e2 /etc/sgml/docbook-xml/4.4/dbgenent.mod 6d98c5fb728d6c773bb73a2fc36bdc16 /etc/sgml/docbook-xml/4.5/dbgenent.mod 4d0b7b6dc2397b03aef38f30878a66ee Description: standard XML documentation system for software and systems DocBook is an XML document type definition (DTD). That is, it contains the "DocBook" document structure. This is used by authors or editors writing documents in the DocBook XML format. DocBook was designed for books, articles, or reference documentation about technical matters or software. It has emerged as an open, standard DTD in the software industry, and is the documentation system of choice for many free software projects. . This package contains the XML DTD for DocBook, which describes the formal structure for documents following this format. If you wish to author DocBook documents using SGML rather than XML, use the 'docbook' package. You will need other packages in order to edit (psgml), validate (opensp, libxml2-utils) or format (docbook-xsl, docbook-dsssl) DocBook documents. . This package ships with the latest DocBook 4.5 XML DTD, as well as a selected set of legacy DTDs for use with older documents, including 4.0, 4.1.2, 4.2, 4.3 and 4.4. Homepage: http://docbook.org/schemas/4x.html Package: lsb-release Status: install ok installed Priority: optional Section: misc Installed-Size: 62 Maintainer: Debian LSB Team Architecture: all Multi-Arch: foreign Source: lsb Version: 9.20161125 Depends: python3:any (>= 3.4~), distro-info-data Recommends: apt Suggests: lsb Description: Linux Standard Base version reporting utility The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . The lsb-release command is a simple tool to help identify the Linux distribution being used and its compliance with the Linux Standard Base. LSB conformance will not be reported unless the required metapackages are installed. . While it is intended for use by LSB packages, this command may also be useful for programmatically distinguishing between a pure Debian installation and derived distributions. Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb Package: coreutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 15103 Maintainer: Michael Stone Architecture: amd64 Multi-Arch: foreign Version: 8.26-3 Replaces: mktemp, realpath, timeout Pre-Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.17), libselinux1 (>= 2.1.13) Conflicts: timeout Description: GNU core utilities This package contains the basic file, shell and text manipulation utilities which are expected to exist on every operating system. . Specifically, this package includes: arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false flock fmt fold groups head hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink users vdir wc who whoami yes Homepage: http://gnu.org/software/coreutils Package: libboost-filesystem-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-filesystem1.62-dev Description: filesystem operations (portable paths, iteration over directories, etc) in C++ (default version) This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://boost.org/libs/filesystem/ Package: libopenexr22 Status: install ok installed Priority: optional Section: libs Installed-Size: 3061 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: openexr Version: 2.2.0-11+deb9u4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libilmbase12 (>= 2.2.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.0) Description: runtime files for the OpenEXR image library OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. . OpenEXR's features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the "half" 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. . This package contains the following shared library: * IlmImf - a library that reads and writes OpenEXR images. Homepage: http://www.openexr.com Package: file Status: install ok installed Priority: standard Section: utils Installed-Size: 96 Maintainer: Christoph Biedl Architecture: amd64 Multi-Arch: foreign Version: 1:5.30-1+deb9u3 Depends: libc6 (>= 2.4), libmagic1 (= 1:5.30-1+deb9u3), zlib1g (>= 1:1.1.4) Description: Recognize the type of data in a file using "magic" numbers The file command is "a file type guesser", a command-line tool that tells you in words what kind of data a file contains. . This package contains the file program itself. Homepage: http://www.darwinsys.com/file/ Package: texlive-font-utils Status: install ok installed Priority: optional Section: tex Installed-Size: 4134 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7) Recommends: ghostscript, ps2eps Suggests: psutils, t1utils Breaks: texlive-base (<< 2016.20170123-2) Description: TeX Live: Graphics and font utilities Programs for conversion between font formats, testing fonts, virtual fonts, .gf and .pk manipulation, mft, fontinst, etc. Manipulating OpenType, TrueType, Type 1,and for manipulation of PostScript and other image formats. . This package includes the following CTAN packages: . accfonts -- Utilities to derive new fonts from existing ones . afm2pl -- AFM font metrics to TeX pl converter. . dosepsbin -- Deal with DOS binary EPS files . epstopdf -- Convert EPS to PDF using Ghostscript . fontware -- . metatype1 -- Generate Type 1 fonts from MetaPost . ps2pk -- Generate a PK font from an Adobe Type 1 font . pstools -- Produce Encapsulated PostScript from PostScript . dvipsconfig -- Collection of dvips PostScript headers . fontinst -- Help with installing fonts for TeX and LaTeX . fontools -- Tools to simplify using fonts (especially TT/OTF ones) . mf2pt1 -- Produce PostScript Type 1 fonts from Metafont source . ttfutils -- Homepage: http://www.tug.org/texlive/ Package: xterm Status: install ok installed Priority: optional Section: x11 Installed-Size: 1876 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: foreign Version: 327-2+deb9u3 Provides: x-terminal-emulator Depends: xbitmaps, libc6 (>= 2.15), libfontconfig1 (>= 2.11), libice6 (>= 1:1.0.0), libtinfo5 (>= 6), libutempter0 (>= 1.1.5), libx11-6, libxaw7, libxft2 (>> 2.1.1), libxinerama1, libxmu6, libxpm4, libxt6 Recommends: x11-utils Suggests: xfonts-cyrillic Conffiles: /etc/X11/app-defaults/KOI8RXTerm e904665737663827da6ff9b9651910df /etc/X11/app-defaults/KOI8RXTerm-color d2d26270262950b81921694506281cfe /etc/X11/app-defaults/UXTerm 3ee3b2958ca3aadba1d7f1f5e419951b /etc/X11/app-defaults/UXTerm-color 446ecb44b3bec790d5c7ac8582ef6ca5 /etc/X11/app-defaults/XTerm f7980aab0f940dba9c9e833b6cb01947 /etc/X11/app-defaults/XTerm-color 0ceac6d8b2f3e33be29edddb64394d96 Description: X terminal emulator xterm is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that cannot use the window system directly. This version implements ISO/ANSI colors and most of the control sequences used by DEC VT220 terminals. . This package provides four commands: xterm, which is the traditional terminal emulator; uxterm, which is a wrapper around xterm that is intelligent about locale settings (especially those which use the UTF-8 character encoding), but which requires the luit program from the x11-utils package; koi8rxterm, a wrapper similar to uxterm for locales that use the KOI8-R character set; and lxterm, a simple wrapper that chooses which of the previous commands to execute based on the user's locale settings. . A complete list of control sequences supported by the X terminal emulator is provided in /usr/share/doc/xterm. . The xterm program uses bitmap images provided by the xbitmaps package. . Those interested in using koi8rxterm will likely want to install the xfonts-cyrillic package as well. Homepage: http://invisible-island.net/xterm/xterm.html Package: libfftw3-double3 Status: install ok installed Priority: optional Section: libs Installed-Size: 2125 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: fftw3 Version: 3.3.5-3 Replaces: libfftw3-3 (<< 3.3.3-1) Depends: libc6 (>= 2.14), libgomp1 (>= 4.9) Suggests: libfftw3-bin, libfftw3-dev Breaks: libfftw3-3 (<< 3.3.3-1) Description: Library for computing Fast Fourier Transforms - Double precision The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library for double precision transforms. . To get the static library and the header files, you need to install libfftw3-dev. For documentation, see libfftw3-doc. Homepage: http://fftw.org Package: libboost-chrono1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 139 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-chrono1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-chrono1.48-dev, libboost-chrono1.49-dev, libboost-chrono1.50-dev, libboost-chrono1.52-dev, libboost-chrono1.53-dev, libboost-chrono1.54-dev, libboost-chrono1.55-dev, libboost-chrono1.57-dev, libboost-chrono1.58-dev, libboost-chrono1.60-dev, libboost-chrono1.61-dev Description: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Homepage: http://www.boost.org/libs/chrono/ Package: fakeroot Status: install ok installed Priority: optional Section: utils Installed-Size: 215 Maintainer: Clint Adams Architecture: amd64 Multi-Arch: foreign Version: 1.21-3.1 Depends: libfakeroot (>= 1.21-3.1), libc6 (>= 2.15) Description: 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. Package: libicu57 Status: install ok installed Priority: optional Section: libs Installed-Size: 30043 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: icu Version: 57.1-6+deb9u5 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Homepage: http://www.icu-project.org Package: openmpi-bin Status: install ok installed Priority: extra Section: net Installed-Size: 432 Maintainer: Alastair McKinstry Architecture: amd64 Source: openmpi Version: 2.0.2-2 Depends: libc6 (>= 2.8), libhwloc5 (>= 1.11.5), libopenmpi2, openmpi-common (= 2.0.2-2) Suggests: gfortran Conflicts: openmpi-bin Conffiles: /etc/openmpi/openmpi-default-hostfile ef9b3fad0bd8bcb7bdbafe1881f068d3 /etc/openmpi/openmpi-mca-params.conf 89c10d9bbe291b8526140fdd8e4ef996 /etc/openmpi/openmpi-totalview.tcl c04f4ef3c7ef59feb19ced2acf0a258b Description: high performance message passing library -- binaries Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3.1 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . Features: * Full MPI-3.1 standards conformance * Thread safety and concurrency * Dynamic process spawning * High performance on all platforms * Reliable and fast job management * Network and process fault tolerance * Support network heterogeneity * Single library supports all networks * Run-time instrumentation * Many job schedulers supported * Internationalized error messages * Component-based design, documented APIs . This package contains the Open MPI utility programs. Homepage: http://www.open-mpi.org/ Package: libbsd0 Status: install ok installed Priority: optional Section: libs Installed-Size: 159 Maintainer: Guillem Jover Architecture: amd64 Multi-Arch: same Source: libbsd Version: 0.8.3-1+deb9u1 Depends: libc6 (>= 2.16) Description: utility functions from BSD systems - shared library This library provides some C functions such as strlcpy() that are commonly available on BSD systems but not on others like GNU systems. . For a detailed list of the provided functions, please see the libbsd-dev package description. Homepage: https://libbsd.freedesktop.org/ Package: texlive-binaries Status: install ok installed Priority: optional Section: tex Installed-Size: 31229 Maintainer: Debian TeX Maintainers Architecture: amd64 Multi-Arch: foreign Source: texlive-bin Version: 2016.20160513.41080.dfsg-2+deb9u1 Replaces: gregorio (<= 2.3-1), jmpost, luatex (<< 2014), m-tx (<< 0.61.ctan20151217-2), mendexk, musixtex (<< 1:1.20.ctan20151216-3), pmx (<< 2.7.0.ctan20150301-3), ptex-bin, tex4ht (<< 20160814), texlive-base (<< 2010), texlive-metapost (<< 2010) Provides: jmpost, luatex, makejvf, mendexk, texlive-base-bin Depends: libptexenc1 (>= 2016.20160513.41080.dfsg-2+deb9u1), libptexenc1 (<< 2016.20160513.41080.dfsg-2+deb9u1.1~), libkpathsea6 (>= 2016.20160513.41080.dfsg-2+deb9u1), libkpathsea6 (<< 2016.20160513.41080.dfsg-2+deb9u1.1~), libsynctex1 (>= 2016.20160513.41080.dfsg-2+deb9u1), libsynctex1 (<< 2016.20160513.41080.dfsg-2+deb9u1.1~), libtexlua52 (>= 2016.20160513.41080.dfsg-2+deb9u1), libtexlua52 (<< 2016.20160513.41080.dfsg-2+deb9u1.1~), libtexluajit2 (>= 2016.20160513.41080.dfsg-2+deb9u1), libtexluajit2 (<< 2016.20160513.41080.dfsg-2+deb9u1.1~), t1utils, libc6 (>= 2.15), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:3.0), libgmp10, libgraphite2-3 (>= 1.2.2), libgs9 (>= 8.61.dfsg.1), libharfbuzz-icu0 (>= 0.9.18-3), libharfbuzz0b (>= 0.9.18-3), libice6 (>= 1:1.0.0), libicu57 (>= 57.1-1~), libmpfr4 (>= 3.1.3), libpaper1, libpixman-1-0 (>= 0.10.0), libpng16-16 (>= 1.6.2-1), libpoppler64 (>= 0.48.0), libpotrace0, libsm6, libstdc++6 (>= 5.2), libx11-6 (>= 2:1.2.99.901), libxaw7, libxext6, libxi6 (>= 2:1.2.99.4), libxmu6, libxpm4, libxt6, libzzip-0-13 (>= 0.13.56), zlib1g (>= 1:1.1.4), tex-common (>= 6), perl, dpkg (>= 1.15.4) | install-info Recommends: texlive-base, python, ruby, wish Breaks: context (<< 2016), gregorio (<= 2.3-1), jtex-bin, luatex (<< 2014), m-tx (<< 0.61.ctan20151217-2), multex-bin, musixtex (<< 1:1.20.ctan20151216-3), pmx (<< 2.7.0.ctan20150301-3), tex-common (<< 6), tex4ht (<< 20160814), texlive-base (<< 2016), texlive-htmlxml (<< 2016.20160829) Conflicts: jmpost, makejvf, mendexk Description: Binaries for TeX Live This package contains all the binaries of TeX Live packages. . Note that this package alone has hardly any functionality. Rather, choose the texlive-* packages you want to use, e.g. texlive-latex-recommended or context Homepage: http://www.tug.org/texlive/ Package: libyaml-tiny-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.70-1 Depends: perl Description: Perl module for reading and writing YAML files YAML::Tiny is a pure Perl module that provides support for reading and writing a usable subset of the full YAML specification. It aims to minimize memory requirements and avoid XS while remaining relatively fast. Homepage: https://metacpan.org/release/YAML-Tiny Package: e2fsprogs Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 4027 Maintainer: Theodore Y. Ts'o Architecture: amd64 Multi-Arch: foreign Version: 1.43.4-2+deb9u2 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) Pre-Depends: e2fslibs (= 1.43.4-2+deb9u2), libblkid1 (>= 2.17.2), libc6 (>= 2.14), libcomerr2 (>= 1.42~WIP-2011-10-05-1), libss2 (>= 1.34-1), libuuid1 (>= 2.16), util-linux (>= 2.15~rc1-1) Suggests: gpart, parted, fuse2fs, e2fsck-static Conflicts: dump (<< 0.4b4-4), initscripts (<< 2.85-4), quota (<< 1.55-8.1), sysvinit (<< 2.85-4) Conffiles: /etc/mke2fs.conf 22503ecadd27f788ab3e612aded4f5b0 Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device. Homepage: http://e2fsprogs.sourceforge.net Package: tar Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 2770 Maintainer: Bdale Garbee Architecture: amd64 Multi-Arch: foreign Version: 1.29b-1.1 Replaces: cpio (<< 2.4.2-39) Pre-Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.17), libselinux1 (>= 1.32) Suggests: bzip2, ncompress, xz-utils, tar-scripts Breaks: dpkg-dev (<< 1.14.26) Conflicts: cpio (<= 2.4.2-38) Conffiles: /etc/rmt 3c58b7cd13da1085eff0acc6a00f43c7 Description: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. Package: libhwloc5 Status: install ok installed Priority: extra Section: libs Installed-Size: 264 Maintainer: Samuel Thibault Architecture: amd64 Multi-Arch: same Source: hwloc Version: 1.11.5-1 Replaces: libhwloc0, libhwloc1, libhwloc2, libhwloc3, libhwloc4 Provides: libhwloc0, libhwloc1, libhwloc2, libhwloc3, libhwloc4 Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.6), libnuma1 Recommends: libhwloc-plugins Suggests: libhwloc-contrib-plugins Breaks: libhwloc-contrib-plugins (<< 1.10~), libhwloc-plugins (<< 1.10~) Conflicts: libhwloc0, libhwloc1, libhwloc2, libhwloc3, libhwloc4 Description: Hierarchical view of the machine - shared libs libhwloc provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . libhwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . libhwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains shared libraries. Homepage: http://www.open-mpi.org/projects/hwloc/ Package: libkrb5support0 Status: install ok installed Priority: standard Section: libs Installed-Size: 159 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.15-1+deb9u3 Depends: libc6 (>= 2.14), libkeyutils1 (>= 1.4) Breaks: libgssapi-krb5-2 (<< 1.13~alpha1-1), libk5crypto3 (<< 1.13~alpha1-1), libkadm5clnt-mit9 (<< 1.13~alpha1-1), libkadm5srv-mit9 (<< 1.13~alpha1-1), libkdb5-7 (<< 1.13~alpha1-1) Description: MIT Kerberos runtime libraries - Support library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an internal runtime support library used by other Kerberos libraries. Homepage: http://web.mit.edu/kerberos/ Package: libpython3.5-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 53277 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3.5 Version: 3.5.3-1+deb9u5 Depends: libpython3.5-stdlib (= 3.5.3-1+deb9u5), libpython3.5 (= 3.5.3-1+deb9u5), libexpat1-dev Recommends: libc6-dev | libc-dev Description: Header files and a static library for Python (v3.5) Header files, a static library and development tools for building Python (v3.5) modules, extending the Python interpreter or embedding Python (v3.5) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python3.5-dev. Package: libprocps6 Status: install ok installed Priority: important Section: libs Installed-Size: 121 Maintainer: Craig Small Architecture: amd64 Multi-Arch: same Source: procps Version: 2:3.3.12-3+deb9u1 Replaces: procps (<< 1:3.3.2-1) Depends: libc6 (>= 2.14), libsystemd0 (>= 209) Description: library for accessing process information from /proc The libprocps library is a way of accessing information out of the /proc filesystem. . This package contains the shared libraries necessary to run programs compiled with libprocps. Homepage: https://gitlab.com/procps-ng/procps Package: libgd-perl Status: install ok installed Priority: extra Section: perl Installed-Size: 410 Maintainer: Debian Perl Group Architecture: amd64 Version: 2.53-3 Replaces: libgd-gd2-noxpm-perl (<= 1:2.46-2.1), libgd-gd2-perl (<= 1:2.46-3.1) Provides: libgd-gd2-noxpm-perl, libgd-gd2-perl Depends: libc6 (>= 2.14), libgd3 (>= 2.1.0~alpha~), perl (>= 5.24.1~rc3-2), perlapi-5.24.1 Breaks: libgd-gd2-noxpm-perl (<= 1:2.46-2.1), libgd-gd2-perl (<= 1:2.46-3.1) Description: Perl module wrapper for libgd This is a autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files. Features include: . * Lines, polygons, rectangles and arcs, both filled and unfilled * Flood fills * The use of arbitrary images as brushes and as tiled fill patterns * Line styling (dashed lines and the like) * Horizontal and vertical text rendering * Support for transparency and interlacing * Support for TrueType font rendering, via libfreetype. * Support for spline curves, via GD::Polyline * Support for symbolic font names, such as "helvetica:italic" * Support for symbolic color names, such as "green", via GD::Simple * Produces output in png, gif, jpeg and xbm format * Produces output in svg format via GD::SVG. . Included with the example code is the perl script qd.pl with QuickDraw routines for generating PICT2 files (used on Apple Macintosh). Homepage: https://github.com/lstein/Perl-GD Package: libbz2-1.0 Status: install ok installed Priority: important Section: libs Installed-Size: 96 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: bzip2 Version: 1.0.6-8.1 Depends: libc6 (>= 2.4) Description: high-quality block-sorting file compressor library - runtime This package contains libbzip2 which is used by the bzip2 compressor. . bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Homepage: http://www.bzip.org/ Package: libnspr4 Status: install ok installed Priority: optional Section: libs Installed-Size: 331 Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Multi-Arch: same Source: nspr Version: 2:4.12-6 Depends: libc6 (>= 2.17) Conflicts: libnspr4-0d (<< 2:4.9-2~) Description: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Homepage: http://www.mozilla.org/projects/nspr/ Package: ucf Status: install ok installed Priority: standard Section: utils Installed-Size: 191 Maintainer: Manoj Srivastava Architecture: all Multi-Arch: foreign Version: 3.0036 Depends: debconf (>= 1.5.19), coreutils (>= 5.91) Conffiles: /etc/ucf.conf 5565b8b26108c49ba575ba452cd69b3e Description: Update Configuration File(s): preserve user changes to config files Debian policy mandates that user changes to configuration files must be preserved during package upgrades. The easy way to achieve this behavior is to make the configuration file a 'conffile', in which case dpkg handles the file specially during upgrades, prompting the user as needed. . This is appropriate only if it is possible to distribute a default version that will work for most installations, although some system administrators may choose to modify it. This implies that the default version will be part of the package distribution, and must not be modified by the maintainer scripts during installation (or at any other time). . This script attempts to provide conffile-like handling for files that may not be labelled conffiles, and are not shipped in a Debian package, but handled by the postinst instead. This script allows one to maintain files in /etc, preserving user changes and in general offering the same facilities while upgrading that dpkg normally provides for 'conffiles'. . Additionally, this script provides facilities for transitioning a file that had not been provided with conffile-like protection to come under this schema, and attempts to minimize questions asked at installation time. Indeed, the transitioning facility is better than the one offered by dpkg while transitioning a file from a non-conffile to conffile status. Package: libboost-timer1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 64 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-timer1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-timer1.42-dev, libboost-timer1.46-dev, libboost-timer1.48-dev, libboost-timer1.49-dev, libboost-timer1.50-dev, libboost-timer1.52-dev, libboost-timer1.53-dev, libboost-timer1.54-dev, libboost-timer1.55-dev, libboost-timer1.57-dev, libboost-timer1.58-dev, libboost-timer1.60-dev, libboost-timer1.61-dev Description: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Homepage: http://www.boost.org/libs/timer/ Package: libboost-test1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 4402 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-test1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-test1.42-dev, libboost-test1.46-dev, libboost-test1.48-dev, libboost-test1.49-dev, libboost-test1.50-dev, libboost-test1.52-dev, libboost-test1.53-dev, libboost-test1.54-dev, libboost-test1.55-dev, libboost-test1.57-dev, libboost-test1.58-dev, libboost-test1.60-dev, libboost-test1.61-dev Description: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Homepage: http://www.boost.org/libs/test/ Package: libgirepository-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 243 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gobject-introspection (1.50.0-1) Version: 1.50.0-1+b1 Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libglib2.0-0 (>= 2.50.0) Description: Library for handling GObject introspection data (runtime library) GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains a C library for handling the introspection data. Homepage: https://wiki.gnome.org/GObjectIntrospection Package: libboost-serialization1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1887 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-serialization1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-serialization1.42-dev, libboost-serialization1.46-dev, libboost-serialization1.48-dev, libboost-serialization1.49-dev, libboost-serialization1.50-dev, libboost-serialization1.52-dev, libboost-serialization1.53-dev, libboost-serialization1.54-dev, libboost-serialization1.55-dev, libboost-serialization1.57-dev, libboost-serialization1.58-dev, libboost-serialization1.60-dev, libboost-serialization1.61-dev Description: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Homepage: http://www.boost.org/libs/serialization/ Package: libio-socket-ssl-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 504 Maintainer: Debian Perl Group Architecture: all Version: 2.044-1 Depends: libnet-ssleay-perl (>= 1.59), netbase, perl Recommends: libnet-libidn-perl | libnet-idn-encode-perl | liburi-perl, perl (>= 5.15.6) | libsocket-perl | libsocket6-perl, perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.20) | libio-socket-inet6-perl Suggests: ca-certificates Description: Perl module implementing object oriented interface to SSL sockets This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl. . IO::Socket::SSL uses IPv6 if libio-socket-ip-perl (>= 0.20) or libio-socket-inet6-perl is installed. Homepage: https://metacpan.org/release/IO-Socket-SSL Package: libboost-type-erasure1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-chrono1.62.0, libboost-system1.62.0, libboost-thread1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Homepage: http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html Package: libxmuu1 Status: install ok installed Priority: optional Section: libs Installed-Size: 50 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxmu Version: 2:1.1.2-2 Depends: libc6 (>= 2.4), libx11-6 Description: X11 miscellaneous micro-utility library libXmuu provides a set of miscellaneous utility convenience functions for X libraries to use. It is a lighter version of libXmu that does not depend on libXt or libXext; for more information on libXmu, see libxmu6. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libxml2 Status: install ok installed Priority: standard Section: libs Installed-Size: 2131 Maintainer: Debian XML/SGML Group Architecture: amd64 Multi-Arch: same Version: 2.9.4+dfsg1-2.2+deb9u7 Depends: libc6 (>= 2.15), libicu57 (>= 57.1-1~), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3) Recommends: xml-core Description: GNOME XML library 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 provides a library providing an extensive API to handle such XML data files. Homepage: http://xmlsoft.org/ Package: libutempter0 Status: install ok installed Priority: optional Section: libs Installed-Size: 41 Maintainer: Debian Krap Maintainers Architecture: amd64 Multi-Arch: same Source: libutempter Version: 1.1.6-3 Depends: libc6 (>= 2.4) Description: privileged helper for utmp/wtmp updates (runtime) The libutempter library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files. . The utempter is a privileged helper used by libutempter library to manipulate utmp and wtmp files. Homepage: http://git.altlinux.org/people/ldv/packages/?p=libutempter.git Package: zip Status: install ok installed Priority: optional Section: utils Installed-Size: 608 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Source: zip (3.0-11) Version: 3.0-11+b1 Depends: libbz2-1.0, libc6 (>= 2.14) Recommends: unzip Description: Archiver for .zip files This is InfoZIP's zip program. It produces files that are fully compatible with the popular PKZIP program; however, the command line options are not identical. In other words, the end result is the same, but the methods differ. :-) . This version supports encryption. Homepage: http://www.info-zip.org/Zip.html Package: libblkid1 Status: install ok installed Priority: required Section: libs Installed-Size: 367 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.29.2-1+deb9u1 Depends: libc6 (>= 2.17), libuuid1 (>= 2.16) Description: block device ID library The blkid library allows system programs such as fsck and mount to quickly and easily find block devices by filesystem UUID or label. This allows system administrators to avoid specifying filesystems by hard-coded device names and use a logical naming system instead. Package: mpi-default-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 13 Maintainer: Debian Science Team Architecture: amd64 Source: mpi-defaults Version: 1.8 Depends: libopenmpi-dev Description: 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. Package: libboost-graph-parallel1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 286 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-mpi1.62.0, libboost-serialization1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libopenmpi2, libstdc++6 (>= 5.2) Suggests: graphviz Description: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Homepage: http://www.boost.org/libs/graph_parallel/ Package: libfreexl1 Status: install ok installed Priority: optional Section: libs Installed-Size: 94 Maintainer: Debian GIS Project Architecture: amd64 Multi-Arch: same Source: freexl Version: 1.0.2-2+deb9u2 Depends: libc6 (>= 2.14) Description: library for direct reading of Microsoft Excel spreadsheets FreeXL is a C library implementing direct reading of Microsoft Excel spreadsheets, up to the BIFF8 file format specification (i.e. .xls, Microsoft Excel XP/2003 and older). The XML SS file format specification (.xlsx, Microsoft Excel 2007 and newer) is not supported. . This package contains the shared library. Homepage: https://www.gaia-gis.it/fossil/freexl/ Package: libjxr0 Status: install ok installed Priority: optional Section: libs Installed-Size: 407 Maintainer: Mathieu Malaterre Architecture: amd64 Multi-Arch: same Source: jxrlib (1.1-6) Version: 1.1-6+b1 Depends: libc6 (>= 2.14) Description: JPEG-XR lib - libraries JPEG XR is an approved ISO/IEC International standard (its official designation is ISO/IEC 29199-2). . JPEG XR started its life in Microsoft Research. It publicly first appeared as the HD Photo format in Windows Vista. . For web developers, JPEG XR has a large number of interesting features, see the table below. Some of these are big advantages over other image formats like JPEG, PNG, OpenEXR, and TIFF. - Better Compression (40% smaller than JPEG) - Lossless Mode (better compression than PNG) - Alpha Channel (compress color lossy and alpha losslessly) - Extended Bitdepth (supports 8-, 16-, and 32-bit/channel) - Progressive Decode - Advanced Decoding Features (tile-based layout, for efficient region-of-interest access.) Homepage: https://jxrlib.codeplex.com/ Package: libhtml-tree-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 489 Maintainer: Debian Perl Group Architecture: all Version: 5.03-2 Depends: perl, libhtml-parser-perl, libhtml-tagset-perl Recommends: libhtml-format-perl, libwww-perl Description: Perl module to represent and create HTML syntax trees HTML::Tree is a collection of modules that represent, create and extract information from HTML syntax trees. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. Homepage: https://metacpan.org/release/HTML-Tree Package: libboost-exception1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 42 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4) Conflicts: libboost-exception1.50-dev, libboost-exception1.52-dev, libboost-exception1.53-dev, libboost-exception1.54-dev, libboost-exception1.55-dev, libboost-exception1.57-dev, libboost-exception1.58-dev, libboost-exception1.60-dev, libboost-exception1.61-dev Description: library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. Homepage: http://www.boost.org/libs/exception/ Package: libcgal12 Status: install ok installed Priority: optional Section: libs Installed-Size: 946 Maintainer: Joachim Reichel Architecture: amd64 Multi-Arch: same Source: cgal Version: 4.9-1+deb9u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgmp10, libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Description: C++ library for computational geometry 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. . The CGAL library contains: - the Kernel with geometric primitives such as points, vectors, lines, predicates for testing things such as relative positions of points, and operations such as intersections and distance calculation. - the Basic Library which is a collection of standard data structures and geometric algorithms, such as convex hull in 2D/3D, (Delaunay) triangulation in 2D/3D, planar map, polyhedron, smallest enclosing circle, and multidimensional query structures. - the Support Library which offers interfaces to other packages, e.g., for visualisation, and I/O, and other support facilities. . This package contains the main library libCGAL.so as well as two support libraries libCGAL_Core.so (from the CORE project) and libCGAL_ImageIO.so (image I/O). The library libCGAL_Qt5.so used for visualization in demos can be found in the package libcgal-qt5-12. Homepage: http://www.cgal.org/ Package: libossp-uuid-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 243 Maintainer: Marco Nenciarini Architecture: amd64 Multi-Arch: same Source: ossp-uuid (1.6.2-1.5) Version: 1.6.2-1.5+b4 Depends: libossp-uuid16 (= 1.6.2-1.5+b4) Description: OSSP uuid ISO-C and C++ - headers and static libraries OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the development environment for the ossp-uuid library. Homepage: http://www.ossp.org/pkg/lib/uuid/ Package: gcc-6 Status: install ok installed Priority: optional Section: devel Installed-Size: 25114 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 6.3.0-18+deb9u1 Replaces: gccgo-6 (<< 6.3.0-18+deb9u1) Provides: c-compiler Depends: cpp-6 (= 6.3.0-18+deb9u1), gcc-6-base (= 6.3.0-18+deb9u1), libcc1-0 (>= 6.3.0-18+deb9u1), binutils (>= 2.28), libgcc-6-dev (= 6.3.0-18+deb9u1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgmp10 (>= 2:5.0.1~), libisl15 (>= 0.15), libmpc3, libmpfr4 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Recommends: libc6-dev (>= 2.13-5) Suggests: gcc-6-multilib, gcc-6-doc (>= 6.3.0-1), gcc-6-locales (>= 6.3.0-1), libgcc1-dbg (>= 1:6.3.0-18+deb9u1), libgomp1-dbg (>= 6.3.0-18+deb9u1), libitm1-dbg (>= 6.3.0-18+deb9u1), libatomic1-dbg (>= 6.3.0-18+deb9u1), libasan3-dbg (>= 6.3.0-18+deb9u1), liblsan0-dbg (>= 6.3.0-18+deb9u1), libtsan0-dbg (>= 6.3.0-18+deb9u1), libubsan0-dbg (>= 6.3.0-18+deb9u1), libcilkrts5-dbg (>= 6.3.0-18+deb9u1), libmpx2-dbg (>= 6.3.0-18+deb9u1), libquadmath0-dbg (>= 6.3.0-18+deb9u1) Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Package: libfreetype6 Status: install ok installed Priority: optional Section: libs Installed-Size: 898 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: same Source: freetype Version: 2.6.3-3.2+deb9u2 Depends: libc6 (>= 2.14), libpng16-16 (>= 1.6.2-1), zlib1g (>= 1:1.1.4) Description: FreeType 2 font engine, shared library files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . The FreeType 2 library is their new software font engine. It has been designed to provide the following important features: * A universal and simple API to manage font files * Support for several font formats through loadable modules * High-quality anti-aliasing * High portability & performance . Supported font formats include: * TrueType files (.ttf) and collections (.ttc) * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format * Type 1 Multiple Master fonts. The FreeType 2 API also provides routines to manage design instances easily * Type 1 CID-keyed fonts * OpenType/CFF (.otf) fonts * CFF/Type 2 fonts * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with the Adobe SVG viewer plugin. * Windows FNT/FON bitmap fonts . This package contains the files needed to run programs that use the FreeType 2 library. . Home Page: http://www.freetype.org/ Authors: David Turner Robert Wilhelm Werner Lemberg Homepage: http://www.freetype.org Package: libxtst6 Status: install ok installed Priority: optional Section: libs Installed-Size: 57 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxtst Version: 2:1.2.3-1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6, libxi6, x11-common Description: X11 Testing -- Record extension library libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxmu6 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxmu Version: 2:1.1.2-2 Depends: libc6 (>= 2.14), libx11-6, libxext6, libxt6 Description: X11 miscellaneous utility library libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. libXmuu is a lighter-weight version that does not depend on libXt or libXext; for more information, see libxmuu1. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libtasn1-6 Status: install ok installed Priority: standard Section: libs Installed-Size: 112 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Version: 4.10-1.1+deb9u1 Depends: libc6 (>= 2.14) Description: Manage ASN.1 structures (runtime) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains runtime libraries. Homepage: http://www.gnu.org/software/libtasn1/ Package: libmagic-mgc Status: install ok installed Priority: standard Section: libs Installed-Size: 4832 Maintainer: Christoph Biedl Architecture: amd64 Multi-Arch: foreign Source: file Version: 1:5.30-1+deb9u3 Replaces: libmagic1 (<< 1:5.28-4~) Breaks: libmagic1 (<< 1:5.28-4~) Description: File type determination library using "magic" numbers (compiled magic file) This package provides the compiled magic file "magic.mgc". It has been separated from libmagic1 in order to meet the multiarch requirements without breaking applications that expect this file at its absolute path. Homepage: http://www.darwinsys.com/file/ Package: fonts-noto-mono Status: install ok installed Priority: optional Section: fonts Installed-Size: 144 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Source: fonts-noto Version: 20161116-1 Enhances: fonts-noto-hinted Conffiles: /etc/fonts/conf.avail/30-droid-noto-mono.conf 3637d988826c19a1859d29b79ee01e87 Description: "No Tofu" monospaced font family with large Unicode coverage Noto is a collection of font families, each visually harmonized across scripts. . This package contains Noto Mono font family, formerly known as Droid Mono. Beware that Noto Mono has a much smaller repertoire than Noto Sans or Noto Serif. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Homepage: https://www.google.com/get/noto/ Package: python-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 145 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python-defaults Version: 2.7.13-2 Replaces: python (<= 2.7.3-1~) Depends: python2.7-minimal (>= 2.7.13-1~), dpkg (>= 1.13.20) Recommends: python Breaks: idle (<< 2.6), python (<= 2.7.3-1~), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Conflicts: python-central (<< 0.5.5) Description: minimal subset of the Python language (default version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Homepage: http://www.python.org/ Package: gnupg-l10n Status: install ok installed Priority: extra Section: utils Installed-Size: 4257 Maintainer: Debian GnuPG Maintainers Architecture: all Multi-Arch: foreign Source: gnupg2 Version: 2.1.18-8~deb9u4 Replaces: gnupg (<< 2.1.14-2~), gnupg2 (<< 2.1.14-2~) Breaks: gnupg (<< 2.1.14-2~), gnupg2 (<< 2.1.14-2~) Enhances: gnupg Description: GNU privacy guard - localization files GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . This package contains the translation files for the use of GnuPG in non-English locales. Homepage: https://www.gnupg.org/ Package: libdrm2 Status: install ok installed Priority: optional Section: libs Installed-Size: 105 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.74-1 Depends: libc6 (>= 2.17) Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Homepage: https://cgit.freedesktop.org/mesa/drm/ Package: libfl-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 129 Maintainer: Manoj Srivastava Architecture: amd64 Multi-Arch: same Source: flex Version: 2.6.1-1.3 Replaces: flex (<< 2.5.39), flex-old (<= 2.5.4a-10) Depends: libc6 (>= 2.2.5), flex (= 2.6.1-1.3) Breaks: flex (<< 2.5.39), flex-old (<= 2.5.4a-10) Description: static library for flex (a fast lexical analyzer generator) 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. . This package contains the static library for flex. Homepage: http://flex.sf.net/ Package: bzip2 Status: install ok installed Priority: standard Section: utils Installed-Size: 184 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: foreign Version: 1.0.6-8.1 Replaces: libbz2 (<< 0.9.5d-3) Depends: libbz2-1.0 (= 1.0.6-8.1), libc6 (>= 2.14) Suggests: bzip2-doc Description: high-quality block-sorting file compressor - utilities bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Homepage: http://www.bzip.org/ Package: libmagic1 Status: install ok installed Priority: standard Section: libs Installed-Size: 214 Maintainer: Christoph Biedl Architecture: amd64 Multi-Arch: same Source: file Version: 1:5.30-1+deb9u3 Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4), libmagic-mgc (= 1:5.30-1+deb9u3) Suggests: file Conffiles: /etc/magic 272913026300e7ae9b5e2d51f138e674 /etc/magic.mime 272913026300e7ae9b5e2d51f138e674 Description: Recognize the type of data in a file using "magic" numbers - library This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Homepage: http://www.darwinsys.com/file/ Package: libxml2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 3425 Maintainer: Debian XML/SGML Group Architecture: amd64 Multi-Arch: same Source: libxml2 Version: 2.9.4+dfsg1-2.2+deb9u7 Depends: libxml2 (= 2.9.4+dfsg1-2.2+deb9u7), libicu-dev Suggests: pkg-config Description: Development files for the GNOME XML library 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. Homepage: http://xmlsoft.org/ Package: lsb-base Status: install ok installed Priority: required Section: misc Installed-Size: 49 Maintainer: Debian LSB Team Architecture: all Multi-Arch: foreign Source: lsb Version: 9.20161125 Description: Linux Standard Base init script functionality The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package only includes the init-functions shell library, which may be used by other packages' initialization scripts for console logging and other purposes. Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb Package: libhogweed4 Status: install ok installed Priority: optional Section: libs Installed-Size: 232 Maintainer: Magnus Holmgren Architecture: amd64 Multi-Arch: same Source: nettle Version: 3.3-1+deb9u1 Depends: libc6 (>= 2.14), libgmp10 (>= 2:6.0.0), libnettle6 (= 3.3-1+deb9u1) Description: low level cryptographic library (public-key cryptos) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. . This package contains the asymmetric cryptographic algorithms, which, require the GNU multiple precision arithmetic library (libgmp) for their large integer computations. Homepage: http://www.lysator.liu.se/~nisse/nettle/ Package: libboost-locale1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 985 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-chrono1.62.0, libboost-system1.62.0, libboost-thread1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libicu57 (>= 57.1-1~), libstdc++6 (>= 5.2) Description: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Homepage: http://www.boost.org/libs/locale/ Package: libgraphite2-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 212 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Multi-Arch: same Source: graphite2 Version: 1.3.10-1 Replaces: libgraphite2-2.0.0 Provides: libgraphite2-2.0.0 Depends: libc6 (>= 2.14) Breaks: libgraphite2-2.0.0 (<< 1.2.0) Description: Font rendering engine for Complex Scripts -- library Graphite is a system that can be used to create and use "smart fonts" capable of displaying writing systems with various complex behaviors, such as: contextual shaping, ligatures, reordering, split glyphs, bidirectionality, stacking diacritics and complex positioning. . This library was designed and developed by the NRSI (Non-Roman Script Initiative) within SIL International (www.sil.org) to act as a complement to other smart font rendering technologies with limited practical local extensibility. Its purpose is to help meet the needs of a very large number of "minority language" communities for local extensibility of complex script behaviors. . The behavior of the rendering engine for a given writing system is specified through extra tables added to a TrueType font. These tables are generated by compiling a GDL (Graphite Description Language) source file into a font using grcompiler. . This package contains the shared library. Homepage: http://graphite.sil.org/ Package: rsync Status: install ok installed Priority: optional Section: net Installed-Size: 687 Maintainer: Paul Slootman Architecture: amd64 Multi-Arch: foreign Version: 3.1.2-1+deb9u3 Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.15), libpopt0 (>= 1.14), lsb-base (>= 3.2-14), base-files (>= 4.0.1), init-system-helpers (>= 1.18~) Suggests: openssh-client, openssh-server Breaks: duplicity (<< 0.6.11) Conffiles: /etc/init.d/rsync c5d89677f904551f5b192f35ad98d73c /etc/default/rsync b8fd9efa75e2bda2583b0d7c0892a073 Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Homepage: http://rsync.samba.org/ Package: python3.5-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 9421 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python3.5 Version: 3.5.3-1+deb9u5 Depends: libpython3.5-minimal (= 3.5.3-1+deb9u5), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0) Pre-Depends: libc6 (>= 2.17) Recommends: python3.5 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Description: Minimal subset of the Python language (version 3.5) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.5-minimal/README.Debian for a list of the modules contained in this package. Package: liblsan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 308 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.3), libgcc1 (>= 1:3.3), libstdc++6 (>= 4.1.1) Description: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Homepage: http://gcc.gnu.org/ Package: procps Status: install ok installed Priority: important Section: admin Installed-Size: 690 Maintainer: Craig Small Architecture: amd64 Multi-Arch: foreign Version: 2:3.3.12-3+deb9u1 Provides: watch Depends: libc6 (>= 2.15), libncurses5 (>= 6), libncursesw5 (>= 6), libprocps6, libtinfo5 (>= 6), lsb-base (>= 3.0-10), init-system-helpers (>= 1.29~) Recommends: psmisc Breaks: guymager (<= 0.5.9-1), open-vm-tools (<= 2011.12.20-562307-1) Conflicts: pgrep (<< 3.3-5), w-bassman (<< 1.0-3) Conffiles: /etc/init.d/procps 49fbfd237be2a2f09576f1f9374580be /etc/sysctl.conf 36547fde818f251846b0198564060927 /etc/sysctl.d/README.sysctl 026e08987e39bd612ae311f2d9fc2089 Description: /proc file system utilities This package provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). . It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch. Homepage: https://gitlab.com/procps-ng/procps Package: libboost-iostreams1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 141 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Description: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Homepage: http://www.boost.org/libs/iostreams/ Package: libpangoft2-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 275 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.40.5-1 Replaces: libpango1.0-0 (<< 1.32.5-2) Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libharfbuzz0b (>= 0.9.42), libpango-1.0-0 (>= 1.37.2) Breaks: libpango1.0-0 (<< 1.32.5-2) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Homepage: http://www.pango.org/ Package: libxcb-sync1 Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.14), libxcb1 Description: X C Binding, sync extension This package contains the library files needed to run software using libxcb-sync, the sync extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: fonts-lato Status: install ok installed Priority: optional Section: fonts Installed-Size: 11762 Maintainer: Debian Fonts Task Force Architecture: all Multi-Arch: foreign Version: 2.0-1 Pre-Depends: dpkg (>= 1.15.6~) Description: sans-serif typeface family font This package provides sans-serif typeface family font designed by Lukasz Dziedzic. ("Lato" means "Summer" in Polish). These fonts are published by author's foundry tyPoland under terms of Open Font License. Homepage: http://www.latofonts.com Package: texlive-latex-extra-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 467820 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Replaces: texlive-publishers-doc (<< 2015.20150702) Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Breaks: texlive-publishers-doc (<< 2015.20150702) Description: TeX Live: Documentation files for texlive-latex-extra This package provides the documentation for texlive-latex-extra Homepage: http://www.tug.org/texlive/ Package: libgssapi-krb5-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 423 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.15-1+deb9u3 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkeyutils1 (>= 1.4), libkrb5-3 (= 1.15-1+deb9u3), libkrb5support0 (>= 1.15~beta1) Suggests: krb5-doc, krb5-user Breaks: libgssglue1 (<< 0.2-2) Conffiles: /etc/gss/mech.d/README 27e753ba1dc72900d2892b8efef6e35e Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the MIT Kerberos implementation of GSS-API used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Package: libcupsfilters1 Status: install ok installed Priority: optional Section: libs Installed-Size: 227 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: cups-filters Version: 1.11.6-3+deb9u1 Depends: libc6 (>= 2.14), libcups2 (>= 1.7.0), libcupsimage2 (>= 1.4.0), libdbus-1-3 (>= 1.9.14), libjpeg62-turbo (>= 1.3.1), libldap-2.4-2 (>= 2.4.7), libpng16-16 (>= 1.6.2-1), libtiff5 (>= 4.0.3) Description: OpenPrinting CUPS Filters - Shared library This library contains functions commonly used by the CUPS filters in the OpenPrinting CUPS filters package, currently functions to read several different image formats and to convert bitmaps between different color spaces. Homepage: http://www.openprinting.org/ Package: libxslt1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 481 Maintainer: Debian XML/SGML Group Architecture: amd64 Multi-Arch: same Source: libxslt Version: 1.1.29-2.1+deb9u2 Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.7.0), libxml2 (>= 2.9.0) Description: XSLT 1.0 processing library - runtime library 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 the libxslt library used by applications for XSLT transformations. Homepage: http://xmlsoft.org/xslt/ Package: xauth Status: install ok installed Priority: optional Section: x11 Installed-Size: 82 Maintainer: Debian X Strike Force Architecture: amd64 Source: xauth (1:1.0.9-1) Version: 1:1.0.9-1+b2 Depends: libc6 (>= 2.14), libx11-6, libxau6, libxext6, libxmuu1 Description: X authentication utility xauth is a small utility to read and manipulate Xauthority files, which are used by servers and clients alike to control authentication and access to X sessions. Package: libboost-log-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Source: boost-defaults Version: 1.62.0.1 Depends: libboost-log1.62-dev Description: C++ logging library (default version) This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/log/ Package: g++-6 Status: install ok installed Priority: optional Section: devel Installed-Size: 23930 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-6 Version: 6.3.0-18+deb9u1 Provides: c++-compiler, c++abi2-dev Depends: gcc-6-base (= 6.3.0-18+deb9u1), gcc-6 (= 6.3.0-18+deb9u1), libstdc++-6-dev (= 6.3.0-18+deb9u1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl15 (>= 0.15), libmpc3, libmpfr4 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: g++-6-multilib, gcc-6-doc (>= 6.3.0-1), libstdc++6-6-dbg (>= 6.3.0-18+deb9u1) Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Homepage: http://gcc.gnu.org/ Package: libpsm-infinipath1 Status: install ok installed Priority: optional Section: libs Installed-Size: 444 Maintainer: Debian OFED Infiniband packaging team Architecture: amd64 Source: infinipath-psm Version: 3.3+19.g67c0807.open-3 Depends: libc6 (>= 2.14), libuuid1 (>= 2.16) Description: PSM Messaging library for Intel Truescale adapters The PSM Messaging API, or PSM API, is Intel's (formerly QLogic's) low-level, user-level communication interface for the Truescale family of products. PSM users can use mechanisms necessary to implement higher-level communication interfaces in parallel environments. . This package contains the shared libraries. Homepage: https://www.openfabrics.org/downloads/infinipath-psm/ Package: perl Status: install ok installed Priority: standard Section: perl Installed-Size: 651 Maintainer: Niko Tyni Architecture: amd64 Multi-Arch: allowed Version: 5.24.1-3+deb9u7 Replaces: perl-modules (<< 5.22.0~) Depends: perl-base (= 5.24.1-3+deb9u7), perl-modules-5.24 (>= 5.24.1-3+deb9u7), libperl5.24 (= 5.24.1-3+deb9u7) Pre-Depends: dpkg (>= 1.17.17) Recommends: netbase, rename Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make Breaks: libperl-dev (<< 5.24.0~), perl-doc (<< 5.24.1-1) Conflicts: libjson-pp-perl (<< 2.27200-2) Conffiles: /etc/perl/Net/libnet.cfg fb2946cae573b8ed3d654a180d458733 /etc/perl/sitecustomize.pl 302a28e42802e654386c5938548155a7 Description: Larry Wall's Practical Extraction and Report Language Perl is a highly capable, feature-rich programming language with over 20 years of development. Perl 5 runs on over 100 platforms from portables to mainframes. Perl is suitable for both rapid prototyping and large scale development projects. . Perl 5 supports many programming styles, including procedural, functional, and object-oriented. In addition to this, it is supported by an ever-growing collection of reusable modules which accelerate development. Some of these modules include Web frameworks, database integration, networking protocols, and encryption. Perl provides interfaces to C and C++ for custom extension development. Homepage: http://dev.perl.org/perl5/ Package: libxcb-dri2-0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 157 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb-dri2-0 (= 1.12-1), libxcb1-dev Description: X C Binding, dri2 extension, development files This package contains the header and library files needed to build software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libgpg-error0 Status: install ok installed Priority: standard Section: libs Installed-Size: 572 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Multi-Arch: same Source: libgpg-error Version: 1.26-2 Depends: libc6 (>= 2.15) Description: library for common error values and messages in GnuPG components Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. Homepage: https://www.gnupg.org/related_software/libgpg-error/ Package: libxcb-render0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 270 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb-render0 (= 1.12-1), libxcb1-dev Description: X C Binding, render extension, development files This package contains the header and library files needed to build software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libpython-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 37 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python-defaults Version: 2.7.13-2 Depends: libpython2.7-stdlib (>= 2.7.13-1~) Description: interactive high-level object-oriented language (default python version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python version (currently v2.7). Homepage: http://www.python.org/ Package: libhwloc-plugins Status: install ok installed Priority: extra Section: libs Installed-Size: 57 Maintainer: Samuel Thibault Architecture: amd64 Source: hwloc Version: 1.11.5-1 Depends: libc6 (>= 2.4), libltdl7 (>= 2.4.6), libpciaccess0, libxml2 (>= 2.7.4), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.1-1, libhwloc5 Description: Hierarchical view of the machine - plugins libhwloc provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . libhwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . libhwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains plugins to add more discovery support. This includes - PCI support - libxml support Homepage: http://www.open-mpi.org/projects/hwloc/ Package: libfile-fcntllock-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 126 Maintainer: Debian Perl Group Architecture: amd64 Source: libfile-fcntllock-perl (0.22-3) Version: 0.22-3+b2 Depends: perl (>= 5.24.1~rc3-2), perlapi-5.24.1, libc6 (>= 2.4) Suggests: gcc | c-compiler Description: Perl module for file locking with fcntl(2) File::FcntlLock is a Perl module to do file locking in an object oriented fashion using the fcntl(2) system call. This allows locks on parts of a file as well as on the whole file and overcomes some known problems with flock(2), on which Perl's flock() function is based. . Furthermore due to its design it supports reliable locking over NFS. Homepage: https://metacpan.org/release/File-FcntlLock Package: libssl1.0.2 Status: install ok installed Priority: important Section: libs Installed-Size: 3565 Maintainer: Debian OpenSSL Team Architecture: amd64 Multi-Arch: same Source: openssl1.0 Version: 1.0.2u-1~deb9u7 Depends: libc6 (>= 2.17), debconf (>= 0.5) | debconf-2.0 Description: Secure Sockets Layer toolkit - shared libraries This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It provides the libssl and libcrypto shared libraries. Homepage: https://www.openssl.org Package: libcupsimage2 Status: install ok installed Priority: optional Section: libs Installed-Size: 156 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: cups Version: 2.2.1-8+deb9u7 Depends: libc6 (>= 2.14), libcups2 (= 2.2.1-8+deb9u7) Recommends: libcupsfilters1 (>= 1.0~b1) Description: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. Homepage: https://www.cups.org/ Package: libilmbase12 Status: install ok installed Priority: optional Section: libs Installed-Size: 539 Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Multi-Arch: same Source: ilmbase Version: 2.2.0-12 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: several utility libraries from ILM used by OpenEXR IlmBase are a set of utility libraries released by ILM, and used in their OpenEXR implementation. Included in this package you can find: . * libHalf: a class (Half) for manipulating "half" values (16-bit floating point format) as if they were a built-in C++ data type. . * libIlmThread: a thread abstraction library on top of pthreads. . * libImath: a math library with support for matrices, 2d- and 3d-transformations, solvers for linear/quadratic/cubic equations, and more. . * libIex: an exception handling library. Homepage: http://www.openexr.com Package: libalgorithm-merge-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 43 Maintainer: Debian Perl Group Architecture: all Version: 0.08-3 Depends: perl, libalgorithm-diff-perl Description: Perl module for three-way merge of textual data Algorithm::Merge provides three-way merge and diff functions, complementing the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given three sets of items, known as the original, left and right, this module can take a three-way difference or merge them. Taking a difference provides an array reference that is very similar to the behaviour of Algorithm::Diff. One can also implement custom conflict resolution using the CONFLICT callback. Homepage: https://metacpan.org/release/Algorithm-Merge Package: nano Status: install ok installed Priority: important Section: editors Installed-Size: 2043 Maintainer: Jordi Mallach Architecture: amd64 Version: 2.7.4-1 Replaces: pico Provides: editor Depends: libc6 (>= 2.14), libncursesw5 (>= 6), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4) Suggests: spell Conflicts: pico Conffiles: /etc/nanorc 6588e341cab04ea968b003c0ad862880 Description: small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . However, GNU nano also implements many features missing in pico, including: - feature toggles; - interactive search and replace (with regular expression support); - go to line (and column) command; - auto-indentation and color syntax-highlighting; - filename tab-completion and support for multiple buffers; - full internationalization support. Homepage: https://www.nano-editor.org/ Package: x11proto-damage-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 68 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-damage Version: 1:1.2.1-2 Depends: x11proto-fixes-dev, x11proto-core-dev Description: X11 Damage extension wire protocol This package provides development headers describing the wire protocol for the Damage extension, used to notify clients of changes made to particular areas. . More information about X.Org can be found at: . This package is built from the X.org damageproto proto module. Package: pkg-config Status: install ok installed Priority: optional Section: devel Installed-Size: 188 Maintainer: Tollef Fog Heen Architecture: amd64 Multi-Arch: foreign Source: pkg-config (0.29-4) Version: 0.29-4+b1 Replaces: pkg-config-bin Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libdpkg-perl Conflicts: pkg-config-bin Conffiles: /etc/dpkg/dpkg.cfg.d/pkg-config-hook-config 467c877de00898418a9b26d432a1719a Description: manage compile and link flags for libraries pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. Homepage: http://pkg-config.freedesktop.org Package: base-files Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 333 Maintainer: Santiago Vila Architecture: amd64 Multi-Arch: foreign Version: 9.9+deb9u13 Replaces: base, dpkg (<= 1.15.0), miscutils Provides: base Pre-Depends: awk Breaks: initscripts (<< 2.88dsf-13.3), sendfile (<< 2.1b.20080616-5.2~) Conffiles: /etc/debian_version 0b5ec6628acace9bde943dce076cbc83 /etc/dpkg/origins/debian 731423fa8ba067262f8ef37882d1e742 /etc/host.conf 4eb63731c9f5e30903ac4fc07a7fe3d6 /etc/issue 62dc6d46260360d4299e3a931afbdce5 /etc/issue.net 6589b08348fd877fd34398489f62caf0 /etc/update-motd.d/10-uname 9e1b832b7b06f566156e7c9e0548247b Description: Debian base system miscellaneous files This package contains the basic filesystem hierarchy of a Debian system, and several important miscellaneous files, such as /etc/debian_version, /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others, and the text of several common licenses in use on Debian systems. Package: liblqr-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 117 Maintainer: Bernd Zeimetz Architecture: amd64 Multi-Arch: same Source: liblqr (0.4.2-2) Version: 0.4.2-2+b2 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.24.0) Pre-Depends: multiarch-support Description: converts plain array images into multi-size representation The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique. . The library takes images in plain array format as input and converts them to a multi-size representation. . Following is a list of features: . * Areas in the image can be marked for preservation or discard * Once the image has been fully processed, the scaling can be done in real-time. In fact, the information can be saved and read out later without any further processing * The resizing is done with a single function which automatically performs all the necessary operations; it can also work in successive steps without wasting computational time * Possibility to tune the carving operation by letting the seams be less connected, or more rigid, or both * Can export and import the visibility map (the seams) * Other images can be attached and undergo the same carving process as the parent image * The automatic feature detection algorithm can be tuned by selecting among different energy gradient functions * Reports progress through a customizable interface * A signalling system permits to cleanly handle errors . The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf . This package contains the shared library. Homepage: http://liblqr.wikidot.com/ Package: libjbig2dec0 Status: install ok installed Priority: optional Section: libs Installed-Size: 162 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: jbig2dec Version: 0.13-4.1+deb9u1 Depends: libc6 (>= 2.14) Description: JBIG2 decoder library - shared libraries jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. . This package contains the shared library libjbig2dec. Homepage: http://git.ghostscript.com/?p=jbig2dec.git Package: ruby-did-you-mean Status: install ok installed Priority: optional Section: ruby Installed-Size: 50 Maintainer: Debian Ruby Extras Maintainers Architecture: all Multi-Arch: foreign Version: 1.0.0-2 Description: smart error messages for Ruby > 2.3 This package provides the infrastructure to produce smart error messages on Ruby > 2.3. When an undefined method is called, it will suggest similar method names. It will also catch mispellings on known method names, such as "initialize", and warn developers about them. . Starting with version 2.3, the Ruby interpreter will automatically load this library on startup. Homepage: https://github.com/yuki24/did_you_mean Ruby-Versions: all Package: libdrm-intel1 Status: install ok installed Priority: optional Section: libs Installed-Size: 181 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.74-1 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.38), libpciaccess0 Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Homepage: https://cgit.freedesktop.org/mesa/drm/ Package: libgeos-c1v5 Status: install ok installed Priority: optional Section: libs Installed-Size: 350 Maintainer: Debian GIS Project Architecture: amd64 Source: geos Version: 3.5.1-3 Replaces: libgeos-c1 (<< 3.4.2-8~) Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgeos-3.5.1 (>= 3.5.1), libstdc++6 (>= 5.2) Breaks: libgeos-c1 (<< 3.4.2-8~) Description: Geometry engine for Geographic Information Systems - C Library GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. Functions provided include: . * spatial predicates (based on the DE-9IM model), * overlay functions (intersection, difference, union, symmetric difference), * buffer, * convex hull, * area and distance functions, and * topological validity checking . This package contains the C library. A C++ library is provided by the libgeos-* package. Homepage: https://trac.osgeo.org/geos/ Package: libmpx2 Status: install ok installed Priority: optional Section: libs Installed-Size: 46 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Replaces: libmpx0 (<< 6-20160120-1) Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.17) Description: Intel memory protection extensions (runtime) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Homepage: http://gcc.gnu.org/ Package: libisl15 Status: install ok installed Priority: optional Section: libs Installed-Size: 1864 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: isl Version: 0.18-1 Depends: libc6 (>= 2.14), libgmp10 Description: manipulating sets and relations of integer points bounded by linear constraints isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction. . This package contains the runtime library. Homepage: http://isl.gforge.inria.fr/ Package: libyaml-0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 140 Maintainer: Anders Kaseorg Architecture: amd64 Multi-Arch: same Source: libyaml Version: 0.1.7-2 Depends: libc6 (>= 2.14) Description: Fast YAML 1.1 parser and emitter library LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. Homepage: http://pyyaml.org/wiki/LibYAML Package: libx11-xcb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 234 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libx11 Version: 2:1.6.4-3+deb9u4 Depends: libc6 (>= 2.2.5) Description: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libboost-random-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-random1.62-dev Description: Boost Random Number Library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/random/ Package: libgmp10 Status: install ok installed Priority: optional Section: libs Installed-Size: 568 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: gmp Version: 2:6.1.2+dfsg-1+deb9u1 Depends: libc6 (>= 2.14) Description: Multiprecision arithmetic library GNU MP is a programmer's library for arbitrary precision arithmetic (ie, a bignum package). It can operate on signed integer, rational, and floating point numeric types. . It has a rich set of functions, and the functions have a regular interface. Homepage: http://gmplib.org/ Package: sensible-utils Status: install ok installed Priority: required Section: utils Installed-Size: 62 Maintainer: Anibal Monsalve Salazar Architecture: all Multi-Arch: foreign Version: 0.0.9+deb9u1 Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~) Description: Utilities for sensible alternative selection This package provides a number of small utilities which are used by programs to sensibly select and spawn an appropriate browser, editor, or pager. . The specific utilities included are: sensible-browser sensible-editor sensible-pager Package: libpixman-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 984 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: pixman Version: 0.34.0-1 Depends: libc6 (>= 2.14) Description: pixel-manipulation library for X and cairo A library for manipulating pixel regions -- a set of Y-X banded rectangles, image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. Homepage: http://pixman.org/ Package: python3-pyasn1 Status: install ok installed Priority: optional Section: python Installed-Size: 200 Maintainer: Jan Lübbe Architecture: all Source: pyasn1 Version: 0.1.9-2 Depends: python3:any (>= 3.3.2-2~) Suggests: doc-base Description: ASN.1 library for Python (Python 3 module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the Python 3 module. Homepage: http://pyasn1.sourceforge.net/ Package: libcunit1 Status: install ok installed Priority: optional Section: libs Installed-Size: 101 Maintainer: Azat Khuzhin Architecture: amd64 Multi-Arch: same Source: cunit Version: 2.1-3-dfsg-2 Depends: libc6 (>= 2.14) Description: Unit Testing Library for C CUnit is a simple framework for incorporating test cases in your C code similar to JUnit or CppUnit. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. Homepage: http://cunit.sourceforge.net/ Package: xtrans-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 331 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: xtrans Version: 1.3.5-1 Description: X transport library (development files) xtrans includes a number of routines to make X implementations transport-independent; at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet. . xtrans is not actually a library in itself; it includes .c files which are then used in the compilation of X servers, libraries, et al. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxtrans Package: libgl1-mesa-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 60 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa (13.0.6-1) Version: 13.0.6-1+b2 Replaces: libgl-dev Provides: libgl-dev Depends: mesa-common-dev (= 13.0.6-1+b2), libgl1-mesa-glx (= 13.0.6-1+b2), libdrm-dev (>= 2.4.69), libx11-dev, libx11-xcb-dev, libxcb-dri3-dev, libxcb-present-dev, libxcb-sync-dev, libxshmfence-dev, libxcb-dri2-0-dev, libxcb-glx0-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxxf86vm-dev, x11proto-dri2-dev (>= 2.6), x11proto-gl-dev (>= 1.4.14) Conflicts: libgl-dev Description: free implementation of the OpenGL API -- GLX development files This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package includes headers and static libraries for compiling programs with Mesa. . For a complete description of Mesa, please look at the libgl1-mesa-glx package. Homepage: https://mesa3d.org/ Package: libxcb-dri3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 126 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb-dri3-0 (= 1.12-1), libxcb1-dev Description: X C Binding, dri3 extension, development files This package contains the header and library files needed to build software using libxcb-dri3, the dri3 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: dpkg-dev Status: install ok installed Priority: optional Section: utils Installed-Size: 1874 Origin: debian Maintainer: Dpkg Developers Bugs: debbugs://bugs.debian.org Architecture: all Multi-Arch: foreign Source: dpkg Version: 1.18.25 Replaces: manpages-it (<< 2.80-4) Depends: perl:any, libdpkg-perl (= 1.18.25), tar (>= 1.28-1), bzip2, xz-utils, patch (>= 2.7), make, binutils Recommends: build-essential, gcc | c-compiler, fakeroot, gnupg | gnupg2, gpgv | gpgv2, libalgorithm-merge-perl Suggests: debian-keyring Breaks: devscripts (<< 2.14.10) Conffiles: /etc/dpkg/shlibs.default 1a2b9d0a869e2aa885ae3621c557fb95 /etc/dpkg/shlibs.override 84b1e69080569cc5c613a50887af5200 Description: Debian package development tools This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc. Homepage: https://wiki.debian.org/Teams/Dpkg Package: gir1.2-glib-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 622 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: gobject-introspection (1.50.0-1) Version: 1.50.0-1+b1 Depends: libgirepository-1.0-1 (>= 1.45.4), libglib2.0-0 (>= 2.50.0) Description: Introspection data for GLib, GObject, Gio and GModule GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains the introspection data for the GLib, GObject, GModule and Gio libraries. Homepage: https://wiki.gnome.org/GObjectIntrospection Package: x11proto-xext-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 898 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-xext Version: 7.3.0-1 Depends: x11proto-input-dev, x11proto-core-dev Breaks: libxext-dev (<< 2:1.0.99), libxtst-dev (<< 2:1.0.99) Description: X11 various extension wire protocol This package provides development headers describing the wire protocol for various extensions, the client-side libraries of which are provided in the Xext library. . More information about X.Org can be found at: . This package is built from the X.org xextproto proto module. Package: libxcursor1 Status: install ok installed Priority: optional Section: libs Installed-Size: 74 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcursor Version: 1:1.1.14-1+deb9u2 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1 Description: X cursor management library Xcursor is a simple library designed to help locate and load cursors for the X Window System. Cursors can be loaded from files or memory and can exist in several sizes; the library automatically picks the best size. When using images loaded from files, Xcursor prefers to use the Render extension's CreateCursor request for rendering cursors. Where the Render extension is not supported, Xcursor maps the cursor image to a standard X cursor and uses the core X protocol CreateCursor request. Package: libssh2-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 267 Maintainer: Mikhail Gusarov Architecture: amd64 Multi-Arch: same Source: libssh2 Version: 1.7.0-1+deb9u2 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.7.0), zlib1g (>= 1:1.1.4) Description: SSH2 client-side library libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP (v1-v5) sessions; port forwarding, X11 forwarding; password, key-based and keyboard-interactive authentication. . This package contains the runtime library. Homepage: http://libssh2.org/ Package: patch Status: install ok installed Priority: standard Section: vcs Installed-Size: 215 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: foreign Version: 2.7.5-1+deb9u2 Depends: libc6 (>= 2.17) Suggests: ed, diffutils-doc Description: Apply a diff file to an original Patch will take a patch file containing any of the four forms of difference listing produced by the diff program and apply those differences to an original file, producing a patched version. Homepage: http://savannah.gnu.org/projects/patch/ Package: libglib2.0-data Status: install ok installed Priority: optional Section: libs Installed-Size: 9461 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Source: glib2.0 Version: 2.50.3-2+deb9u2 Description: Common files for GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed for the runtime libraries to display messages in languages other than English. Homepage: http://www.gtk.org/ Package: libboost-exception-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-exception1.62-dev Description: library to help write exceptions and handlers (default version) This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/exception/ Package: passwd Status: install ok installed Priority: required Section: admin Installed-Size: 2478 Maintainer: Shadow package maintainers Architecture: amd64 Multi-Arch: foreign Source: shadow Version: 1:4.4-4.1 Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libsemanage1 (>= 2.0.3), libpam-modules Conffiles: /etc/cron.daily/passwd db990990933b6f56322725223f13c2bc /etc/default/useradd cc9f9a7713ab62a32cd38363d958f396 /etc/pam.d/chfn 4d466e00a348ba426130664d795e8afa /etc/pam.d/chpasswd 9900720564cb4ee98b7da29e2d183cb2 /etc/pam.d/chsh a6e9b589e90009334ffd030d819290a6 /etc/pam.d/newusers 1454e29bfa9f2a10836563e76936cea5 /etc/pam.d/passwd eaf2ad85b5ccd06cceb19a3e75f40c63 Description: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Homepage: https://github.com/shadow-maint/shadow Package: init-system-helpers Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 131 Maintainer: Debian systemd Maintainers Architecture: all Multi-Arch: foreign Version: 1.48 Replaces: sysv-rc (<< 2.88dsf-59.3~), sysvinit-utils (<< 2.88dsf-59.3) Depends: perl-base (>= 5.20.1-3) Breaks: systemd (<< 44-12), sysvinit-utils (<< 2.88dsf-59.3~) Conflicts: file-rc (<< 0.8.17~), openrc (<= 0.18.3-1) Description: helper tools for all init systems This package contains helper tools that are necessary for switching between the various init systems that Debian contains (e. g. sysvinit or systemd). An example is deb-systemd-helper, a script that enables systemd unit files without depending on a running systemd. . It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which provide an abstraction for enabling, disabling, starting, and stopping services for all supported Debian init systems as specified by the policy. . While this package is maintained by pkg-systemd-maintainers, it is NOT specific to systemd at all. Maintainers of other init systems are welcome to include their helpers in this package. Package: libpq5 Status: install ok installed Priority: optional Section: libs Installed-Size: 601 Maintainer: Debian PostgreSQL Maintainers Architecture: amd64 Multi-Arch: same Source: postgresql-9.6 Version: 9.6.24-0+deb9u1 Depends: libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.14+dfsg), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.0) Description: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system. Homepage: http://www.postgresql.org/ Package: liblwp-mediatypes-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 100 Maintainer: Debian Perl Group Architecture: all Version: 6.02-1 Replaces: libwww-perl (<< 6.00) Depends: perl Breaks: libwww-perl (<< 6.00) Description: module to guess media type for a file or a URL LWP::MediaTypes provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility it will also look for ~/.mime.types. Homepage: http://search.cpan.org/dist/LWP-MediaTypes/ Package: libalgorithm-diff-xs-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 44 Maintainer: Debian Perl Group Architecture: amd64 Source: libalgorithm-diff-xs-perl (0.04-4) Version: 0.04-4+b2 Depends: perl (>= 5.24.1~rc3-2), perlapi-5.24.1, libc6 (>= 2.14), libalgorithm-diff-perl Description: module to find differences between files (XS accelerated) Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's excellent but not very well-known Algorithm::LCS module, with a drop-in interface identical to Algorithm::Diff. . Note that only the LCSidx function is optimized in XS at the moment, which means only compact_diff will get significantly faster for large data sets, while diff and sdiff will run in identical speed as Algorithm::Diff. Homepage: https://metacpan.org/release/Algorithm-Diff-XS Package: libxdmcp-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 81 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxdmcp Version: 1:1.1.2-3 Depends: libxdmcp6 (= 1:1.1.2-3), x11proto-core-dev Description: X11 authorisation library (development headers) This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . This package contains the development headers for the library found in libxdmcp6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Package: ncurses-base Essential: yes Status: install ok installed Priority: required Section: misc Installed-Size: 340 Maintainer: Craig Small Architecture: all Multi-Arch: foreign Source: ncurses Version: 6.0+20161126-1+deb9u2 Provides: ncurses-runtime Breaks: ncurses-term (<< 5.7+20100313-3) Conffiles: /etc/terminfo/README 45b6df19fb5e21f55717482fa7a30171 Description: basic terminal type definitions The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains terminfo data files to support the most common types of terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220, vt52, and xterm. Homepage: http://invisible-island.net/ncurses/ Package: tk Status: install ok installed Priority: optional Section: interpreters Installed-Size: 21 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: foreign Source: tcltk-defaults Version: 8.6.0+9 Provides: wish Depends: tk8.6 (>= 8.6.0-2), tcl Breaks: tk8.3 (<< 8.3.5-16), tk8.4 (<< 8.4.20-2), tk8.5 (<< 8.5.14-3), tk8.6 (<< 8.6.0-2) Description: Toolkit for Tcl and X11 (default version) - windowing shell 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). Package: krb5-locales Status: install ok installed Priority: standard Section: localization Installed-Size: 302 Maintainer: Sam Hartman Architecture: all Multi-Arch: foreign Source: krb5 Version: 1.15-1+deb9u3 Description: internationalization support for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains internationalized messages for MIT Kerberos. Homepage: http://web.mit.edu/kerberos/ Package: libxxf86dga1 Status: install ok installed Priority: optional Section: libs Installed-Size: 54 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxxf86dga (2:1.1.4-1) Version: 2:1.1.4-1+b3 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 Direct Graphics Access extension library libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: openmpi-common Status: install ok installed Priority: extra Section: net Installed-Size: 394 Maintainer: Alastair McKinstry Architecture: all Multi-Arch: foreign Source: openmpi Version: 2.0.2-2 Conflicts: openmpi-common Description: high performance message passing library -- common files Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3.1 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . This package contains platform independent files for Open MPI. Homepage: http://www.open-mpi.org/ Package: libc-bin Essential: yes Status: install ok installed Priority: required Section: libs Installed-Size: 3366 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: foreign Source: glibc Version: 2.24-11+deb9u4 Depends: libc6 (>> 2.24), libc6 (<< 2.25) Recommends: manpages Conffiles: /etc/bindresvport.blacklist 4c09213317e4e3dd3c71d74404e503c5 /etc/default/nss d6d5d6f621fb3ead2548076ce81e309c /etc/gai.conf 28fa76ff5a9e0566eaa1e11f1ce51f09 /etc/ld.so.conf 4317c6de8564b68d628c21efa96b37e4 /etc/ld.so.conf.d/libc.conf d4d833fd095fb7b90e1bb4a547f16de6 Description: GNU C Library: Binaries This package contains utility programs related to the GNU C Library. . * catchsegv: catch segmentation faults in programs * getconf: query system configuration variables * getent: get entries from administrative databases * iconv, iconvconfig: convert between character encodings * ldd, ldconfig: print/configure shared library dependencies * locale, localedef: show/generate locale definitions * tzselect, zdump, zic: select/dump/compile time zones Homepage: http://www.gnu.org/software/libc/libc.html Package: libsemanage1 Status: install ok installed Priority: optional Section: libs Installed-Size: 291 Maintainer: Debian SELinux maintainers Architecture: amd64 Multi-Arch: same Source: libsemanage Version: 2.6-2 Depends: libsemanage-common (= 2.6-2), libaudit1 (>= 1:2.2.1), libbz2-1.0, libc6 (>= 2.14), libselinux1 (>= 2.6), libsepol1 (>= 2.6), libustr-1.0-1 (>= 1.0.4) Breaks: policycoreutils (<< 2.4), selinux-policy-default (<< 2:2.20140421-10~), selinux-policy-mls (<< 2:2.20140421-10~) Description: SELinux policy management library This package provides the shared libraries for SELinux policy management. It uses libsepol for binary policy manipulation and libselinux for interacting with the SELinux system. It also exec's helper programs for loading policy and for checking whether the file_contexts configuration is valid (load_policy and setfiles from policycoreutils) presently, although this may change at least for the bootstrapping case . Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Homepage: http://userspace.selinuxproject.org/ Package: libfile-desktopentry-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 0.22-1 Depends: perl, libfile-basedir-perl, liburi-perl Description: Perl module to handle freedesktop .desktop files File::DesktopEntry is used to work with .desktop files. The format of these files is specified by the freedesktop "Desktop Entry" specification. For this module version 1.0 of the specification was used: . Homepage: https://metacpan.org/release/File-DesktopEntry Package: libmagickcore-6.q16-3-extra Status: install ok installed Priority: optional Section: libs Installed-Size: 366 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: same Source: imagemagick Version: 8:6.9.7.4+dfsg-11+deb9u14 Provides: libmagickcore-6.q16-1-extra, libmagickcore-6.q16-2-extra, libmagickcore-extra Depends: libc6 (>= 2.4), libcairo2 (>= 1.6.0), libdjvulibre21 (>= 3.5.27.1), libglib2.0-0 (>= 2.12.0), libmagickcore-6.q16-3 (>= 8:6.9.6.8), libmagickwand-6.q16-3 (>= 8:6.9.6.8), libopenexr22, libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libwmf0.2-7 (>= 0.2.8.4), libxml2 (>= 2.7.4) Recommends: libjxr-tools Suggests: inkscape Enhances: libmagickcore-6.q16-3 Description: low-level image manipulation library - extra codecs (Q16) This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. . This version of libmagickcore-extra is compiled for a channel depth of 16 bits (Q16). Homepage: http://www.imagemagick.org/ Package: libboost-system1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 87 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-system1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-system1.42-dev, libboost-system1.46-dev, libboost-system1.48-dev, libboost-system1.49-dev, libboost-system1.50-dev, libboost-system1.52-dev, libboost-system1.53-dev, libboost-system1.54-dev, libboost-system1.55-dev, libboost-system1.57-dev, libboost-system1.58-dev, libboost-system1.60-dev, libboost-system1.61-dev Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Homepage: http://www.boost.org/libs/system/ Package: libjpeg-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 68 Maintainer: Ondřej Surý Architecture: all Source: libjpeg-turbo Version: 1:1.5.1-2+deb9u1 Depends: libjpeg62-turbo-dev (>= 1:1.5.1-2+deb9u1) Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev Description: Development files for the JPEG library [dummy package] This package depends on default Debian implementation of libjpeg.so.62 JPEG library. Homepage: http://www.libjpeg-turbo.org/ Package: libgl1-mesa-glx Status: install ok installed Priority: optional Section: libs Installed-Size: 551 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: mesa (13.0.6-1) Version: 13.0.6-1+b2 Replaces: libgl1 Provides: libgl1 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.66), libexpat1 (>= 2.0.1), libglapi-mesa (= 13.0.6-1+b2), libx11-6 (>= 2:1.4.99.1), libx11-xcb1, libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-sync1, libxcb1 (>= 1.9.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxshmfence1, libxxf86vm1 Recommends: libgl1-mesa-dri Breaks: glx-diversions (<< 0.4), libopengl-perl (<< 0.6704+dfsg-2) Conflicts: libgl1 Description: free implementation of the OpenGL API -- GLX runtime Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Homepage: https://mesa3d.org/ Package: publicsuffix Status: install ok installed Priority: extra Section: net Installed-Size: 294 Maintainer: Daniel Kahn Gillmor Architecture: all Multi-Arch: foreign Version: 20190415.1030-0+deb9u1 Provides: publicsuffix-dafsa Description: accurate, machine-readable list of domain name suffixes A machine-readable list of domain name suffixes that accept public registration. Each suffix represents the part of a domain name which is not under the control of the individual registrant, which makes the list useful for grouping cookies, deciding same-origin policies, collating spam, and other activities. Homepage: https://publicsuffix.org Package: autotools-dev Status: install ok installed Priority: optional Section: devel Installed-Size: 152 Maintainer: Henrique de Moraes Holschuh Architecture: all Multi-Arch: foreign Version: 20161112.1 Enhances: cdbs, debhelper Description: Update infrastructure for config.{guess,sub} files 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. Homepage: http://savannah.gnu.org/projects/config/ Package: libunistring0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1144 Maintainer: Andreas Rottmann Architecture: amd64 Multi-Arch: same Source: libunistring Version: 0.9.6+really0.9.3-0.1 Depends: libc6 (>= 2.14) Description: Unicode string library for C The 'libunistring' library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 encodings), together with functions for Unicode characters (character names, classifications, properties) and functions for string processing (formatted output, width, word breaks, line breaks, normalization, case folding, regular expressions). . This package contains the shared library. Homepage: http://www.gnu.org/software/libunistring/ Package: libapparmor1 Status: install ok installed Priority: extra Section: libs Installed-Size: 140 Maintainer: Debian AppArmor Team Architecture: amd64 Multi-Arch: same Source: apparmor Version: 2.11.0-3+deb9u2 Depends: libc6 (>= 2.17) Description: changehat AppArmor library This package provides the shared library used for making use of the AppArmor profile and changehat functionality, as well as common log parsing routines. Homepage: http://apparmor.net/ Package: libldap-2.4-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 510 Maintainer: Debian OpenLDAP Maintainers Architecture: amd64 Multi-Arch: same Source: openldap Version: 2.4.44+dfsg-5+deb9u8 Replaces: libldap-2.3-0, libldap2 Depends: libc6 (>= 2.14), libgnutls30 (>= 3.5.6), libsasl2-2, libldap-common (>= 2.4.44+dfsg-5+deb9u8) Conflicts: ldap-utils (<= 2.1.23-1) Description: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Homepage: http://www.openldap.org/ Package: libboost-math1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 9630 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-math1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-math1.42-dev, libboost-math1.46-dev, libboost-math1.48-dev, libboost-math1.49-dev, libboost-math1.50-dev, libboost-math1.52-dev, libboost-math1.53-dev, libboost-math1.54-dev, libboost-math1.55-dev, libboost-math1.57-dev, libboost-math1.58-dev, libboost-math1.60-dev, libboost-math1.61-dev Description: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Homepage: http://www.boost.org/libs/math/ Package: tcl-expect Status: install ok installed Priority: optional Section: interpreters Installed-Size: 264 Maintainer: Sergei Golovan Architecture: amd64 Multi-Arch: same Source: expect Version: 5.45-7+deb9u1 Depends: libtcl8.6, libc6 (>= 2.14) Suggests: expect Conflicts: expectk (<< 5.45) Description: Automates interactive applications (Tcl package) Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script. . This package contains the library and Tcl package Expect. Homepage: http://sourceforge.net/projects/expect/ Package: liburi-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 228 Maintainer: Debian Perl Group Architecture: all Version: 1.71-1 Depends: perl Suggests: libwww-perl Description: module to manipulate and access URI strings 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. Homepage: https://metacpan.org/release/URI Package: t1utils Status: install ok installed Priority: optional Section: text Installed-Size: 285 Maintainer: Niels Thykier Architecture: amd64 Version: 1.39-2 Depends: libc6 (>= 2.14) Description: Collection of simple Type 1 font manipulation programs The t1utils tools allow you to convert between PFA (ASCII) and PFB (binary) formats; disassemble PFA or PFB files into human-readable form; and reassemble the human-readable files into PFA or PFB format files. You can also extract font resources from a Macintosh font file (ATM/Laserwriter), or create a Macintosh Type 1 font file from a PFA or PFB font. . There are currently six programs: . t1ascii Converts PFB files to PFA format. . t1binary Converts PFA files to PFB format. . t1disasm Disassembles a Type 1 font (PFA or PFB format) into a raw, human-readable text form for subsequent hand editing, tweaking, hint fixing, etcetera... . t1asm Assembles a Type 1 font into PFA or PFB format from the human-readable form produced by t1disasm. . t1unmac Extracts POST resources from a Macintosh Type 1 font file (ATM/Laserwriter) into PFA or PFB format for use outside the Macintosh environment. The Macintosh file should be stored in MacBinary, AppleSingle, AppleDouble, or BinHex format, or as a raw resource fork. Note that t1unmac does not have to run on a Macintosh, but makes Macintosh Type 1 fonts available for use on Unix machines and PCs. . t1mac Creates a Macintosh Type 1 file from a PFA- or PFB-format Type 1 font. Writes the Macintosh file in MacBinary, AppleSingle, AppleDouble, or BinHex format, or as a raw resource fork. WARNING: This tool will not suffice to allow you to use the new font on a Macintosh, as Macintoshes cannot read raw Type 1 fonts. You will need to create a font suitcase containing bitmap fonts. If you do not already have such a suitcase for the font, T1utils will not help you create one. Homepage: http://www.lcdf.org/type/ Package: libclang1-3.9 Status: install ok installed Priority: optional Section: devel Installed-Size: 21784 Maintainer: LLVM Packaging Team Architecture: amd64 Multi-Arch: same Source: llvm-toolchain-3.9 Version: 1:3.9.1-9 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.9 (>= 1:3.9.1-6~), libstdc++6 (>= 5.2) Description: C interface to the clang library 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 fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. . This package contains the clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Homepage: http://www.llvm.org/ Package: libboost-iostreams-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-iostreams1.62-dev Description: Boost.Iostreams Library development files (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/iostreams/ Package: libssl1.1 Status: install ok installed Priority: important Section: libs Installed-Size: 3566 Maintainer: Debian OpenSSL Team Architecture: amd64 Multi-Arch: same Source: openssl Version: 1.1.0l-1~deb9u6 Depends: libc6 (>= 2.17), debconf (>= 0.5) | debconf-2.0 Breaks: salt-common (<= 2016.3.3+ds-3) Description: Secure Sockets Layer toolkit - shared libraries This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It provides the libssl and libcrypto shared libraries. Homepage: https://www.openssl.org/ Package: sysvinit-utils Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 110 Maintainer: Debian sysvinit maintainers Architecture: amd64 Multi-Arch: foreign Source: sysvinit Version: 2.88dsf-59.9 Replaces: initscripts (<< 2.88dsf-59.5) Depends: libc6 (>= 2.14), init-system-helpers (>= 1.25~), util-linux (>> 2.28-2~) Breaks: systemd (<< 215) Description: System-V-like utilities This package contains the important System-V-like utilities. . Specifically, this package includes: killall5, pidof Homepage: http://savannah.nongnu.org/projects/sysvinit Package: xz-utils Status: install ok installed Priority: required Section: utils Installed-Size: 515 Maintainer: Jonathan Nieder Architecture: amd64 Multi-Arch: foreign Version: 5.2.2-1.2+deb9u1 Replaces: lzip (<< 1.8~rc2), xz-lzma Provides: lzma Depends: libc6 (>= 2.17), liblzma5 (>= 5.2.2) Breaks: lzip (<< 1.8~rc2) Conflicts: lzma (<< 9.22-1), xz-lzma Description: XZ-format compression utilities XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package. . The XZ format is similar to the older LZMA format but includes some improvements for general use: . * 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder. Homepage: http://tukaani.org/xz/ Package: debian-archive-keyring Status: install ok installed Priority: important Section: misc Installed-Size: 148 Maintainer: Debian Release Team Architecture: all Multi-Arch: foreign Version: 2017.5+deb9u1 Depends: gpgv Recommends: gnupg Breaks: apt (<< 0.7.25.1) Conffiles: /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.gpg b53e6ca4ed295fc38621315853f623d0 /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.gpg 34933237e27e02ca0f55aab2550c23f1 /etc/apt/trusted.gpg.d/debian-archive-buster-stable.gpg 0baf1e6d0f61a85b7b7fd0fa6c25bd22 /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg 548a861c55fdf06fb9b0419c30cd33ec /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg 28ffc0824518a9d42fb40e5caad7c5ef /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg 3cf5c69a2532cc3a3cba6c5bcf02cb7b /etc/apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg c82e16869fb2d6234aff8b63fa00fb65 /etc/apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg 9fcd290147d1ed6b6768c1d1163f1383 /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg 829333ce438185f23bd9c122a19ef25d Description: GnuPG archive keys of the Debian archive The Debian project digitally signs its Release files. This package contains the archive keys used for that. Package: libboost-locale1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2912 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-locale1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-locale1.48-dev, libboost-locale1.49-dev, libboost-locale1.50-dev, libboost-locale1.52-dev, libboost-locale1.53-dev, libboost-locale1.54-dev, libboost-locale1.55-dev, libboost-locale1.57-dev, libboost-locale1.58-dev, libboost-locale1.60-dev, libboost-locale1.61-dev Description: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Homepage: http://www.boost.org/libs/math/ Package: libtext-iconv-perl Status: install ok installed Priority: required Section: perl Installed-Size: 50 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libtext-iconv-perl (1.7-5) Version: 1.7-5+b4 Depends: libc6 (>= 2.2.5), perl-base (>= 5.24.1~rc3-2), perlapi-5.24.1 Description: converts between character sets in Perl The iconv() family of functions from XPG4 defines an API for converting between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They are provided by libc6. . This package allows access to them from Perl via the Text::Iconv package. Homepage: http://search.cpan.org/search?module=Text::Iconv Package: libxext-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 329 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxext (2:1.3.3-1) Version: 2:1.3.3-1+b2 Depends: libxext6 (= 2:1.3.3-1+b2), x11proto-core-dev, x11proto-xext-dev (>= 7.0.99.2), libx11-dev Suggests: libxext-doc Description: X11 miscellaneous extensions library (development headers) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the development headers for the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libpoclu-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 29 Maintainer: Debian OpenCL Maintainers Architecture: amd64 Multi-Arch: foreign Source: pocl (0.13-8) Version: 0.13-8+b5 Depends: libpoclu1 (= 0.13-8+b5), opencl-headers Recommends: ocl-icd-opencl-dev Description: development files for the pocl utility library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . This package provides the development files for the pocl utility library, that provides various facilities to write OpenCL programs. Homepage: http://portablecl.org Package: libboost-test1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 887 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-system1.62.0, libboost-timer1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Homepage: http://www.boost.org/libs/test/ Package: libc-l10n Status: install ok installed Priority: standard Section: localization Installed-Size: 4211 Maintainer: GNU Libc Maintainers Architecture: all Multi-Arch: foreign Source: glibc Version: 2.24-11+deb9u4 Replaces: locales (<< 2.21-1) Breaks: locales (<< 2.21-1) Description: GNU C Library: localization files This package contains the translation files for the GNU C library and utility programs. Homepage: http://www.gnu.org/software/libc/libc.html Package: libsemanage-common Status: install ok installed Priority: optional Section: libs Installed-Size: 39 Maintainer: Debian SELinux maintainers Architecture: all Multi-Arch: foreign Source: libsemanage Version: 2.6-2 Replaces: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~) Breaks: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~) Conffiles: /etc/selinux/semanage.conf f6f9b97af233c90ca127f406fb6f0932 Description: Common files for SELinux policy management libraries This package provides the common files used by the shared libraries for SELinux policy management. . Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Homepage: http://userspace.selinuxproject.org/ Package: libfakeroot Status: install ok installed Priority: optional Section: utils Installed-Size: 150 Maintainer: Clint Adams Architecture: amd64 Multi-Arch: same Source: fakeroot Version: 1.21-3.1 Replaces: fakeroot (<< 1.20-2~) Depends: libc6 (>= 2.14) Breaks: fakeroot (<< 1.20-2~) Conffiles: /etc/ld.so.conf.d/fakeroot-x86_64-linux-gnu.conf f9f2331782e9078d5472c77e1d9cd869 Description: tool for simulating superuser privileges - shared libraries 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 the LD_PRELOAD libraries. Package: libp11-kit0 Status: install ok installed Priority: standard Section: libs Installed-Size: 439 Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Multi-Arch: same Source: p11-kit Version: 0.23.3-2+deb9u1 Depends: libc6 (>= 2.16), libffi6 (>= 3.0.4) Description: library for loading and coordinating access to PKCS#11 modules - runtime The p11-kit library provides a way to load and enumerate Public-Key Cryptography Standard #11 modules, along with a standard configuration setup for installing PKCS#11 modules so that they're discoverable. It also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the shared library required for applications loading and accessing PKCS#11 modules. Homepage: http://p11-glue.freedesktop.org/p11-kit.html Package: libpango-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 547 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: same Source: pango1.0 Version: 1.40.5-1 Replaces: libpango1.0-0 (<< 1.32.5-2) Depends: fontconfig (>= 2.1.91), libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libthai0 (>= 0.1.22-3~) Breaks: libpango1.0-0 (<< 1.32.5-2) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Homepage: http://www.pango.org/ Package: python3-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 120 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.5.3-1 Replaces: python3 (<< 3.3.2-13~), python3.1 (<< 3.1-2) Depends: python3.5-minimal (>= 3.5.3-1~), dpkg (>= 1.13.20) Breaks: idle3 (<< 3.1), python3 (<< 3.3.2-13~), python3-all (<< 3.1), python3-all-dbg (<< 3.1), python3-all-dev (<< 3.1), python3-dbg (<< 3.1), python3-dev (<< 3.1), python3-examples (<< 3.1) Description: minimal subset of the Python language (default python3 version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python3.5-minimal/README.Debian for a list of the modules contained in this package. Homepage: http://www.python.org/ Package: libboost-filesystem1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 145 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-system1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Homepage: http://boost.org/libs/filesystem/ Package: x11proto-gl-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 156 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-gl Version: 1.4.17-1 Replaces: xlibmesa-gl-dev Description: X11 OpenGL extension wire protocol This package provides development headers describing the wire protocol for OpenGL-related extensions, used to enable the rendering of applications using OpenGL. . More information about X.Org can be found at: . This package is built from the X.org glproto proto module. Package: libboost-mpi-python-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Source: boost-defaults Version: 1.62.0.1 Depends: libboost-mpi-python1.62-dev Description: C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/doc/html/mpi/python.html Package: libboost-wave-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-wave1.62-dev Description: C99/C++ preprocessor library (default version) This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/wave/ Package: libdebconfclient0 Status: install ok installed Priority: optional Section: libs Installed-Size: 67 Maintainer: Debian Install System Team Architecture: amd64 Multi-Arch: same Source: cdebconf Version: 0.227 Depends: libc6 (>= 2.4) Description: Debian Configuration Management System (C-implementation library) Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. cdebconf is a reimplementation of the original debconf in C. . This library allows C programs to interface with cdebconf. Package: libselinux1 Status: install ok installed Priority: required Section: libs Installed-Size: 209 Maintainer: Debian SELinux maintainers Architecture: amd64 Multi-Arch: same Source: libselinux (2.6-3) Version: 2.6-3+b3 Depends: libc6 (>= 2.14), libpcre3 Description: SELinux runtime shared libraries This package provides the shared libraries for Security-enhanced Linux that provides interfaces (e.g. library functions for the SELinux kernel APIs like getcon(), other support functions like getseuserbyname()) to SELinux-aware applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. . libselinux1 provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. Required for any applications that use the SELinux API. libselinux may use the shared libsepol to manipulate the binary policy if necessary (e.g. to downgrade the policy format to an older version supported by the kernel) when loading policy. Homepage: http://userspace.selinuxproject.org/ Package: tcl8.6 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 143 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: foreign Source: tcl8.6 (8.6.6+dfsg-1) Version: 8.6.6+dfsg-1+b1 Depends: libc6 (>= 2.2.5), libtcl8.6 (>= 8.6.0), zlib1g (>= 1:1.1.4) Suggests: tcl-tclreadline Conflicts: tcl74 (<= 7.4p3-2) Description: Tcl (the Tool Command Language) v8.6 - shell Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains the Tcl shell which you need to run Tcl scripts. This version includes thread support. Homepage: http://www.tcl.tk/ Package: libltdl7 Status: install ok installed Priority: optional Section: libs Installed-Size: 417 Maintainer: Kurt Roeckx Architecture: amd64 Multi-Arch: same Source: libtool Version: 2.4.6-2 Depends: libc6 (>= 2.14) Description: System independent dlopen wrapper for GNU libtool This package contains the run-time libltdl library. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Homepage: http://www.gnu.org/software/libtool/ Package: libhtml-parser-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 229 Maintainer: Debian Perl Group Architecture: amd64 Version: 3.72-3 Depends: perl (>= 5.24.1~rc3-3), perlapi-5.24.1, libc6 (>= 2.4), libhtml-tagset-perl, liburi-perl Recommends: libhttp-message-perl Suggests: libdata-dump-perl Enhances: libwww-perl Description: collection of modules that parse HTML text documents HTML::Parser is a collection of modules useful for handling HTML documents. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. . Objects of the HTML::Parser class will recognize markup and separate it from content data. As different kinds of markup are recognized, the corresponding event handler is invoked. The document to be parsed may also be supplied in arbitrary chunks, making on-the-fly parsing of network documents possible. Homepage: https://metacpan.org/release/HTML-Parser Package: libxml-parser-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 577 Maintainer: Debian Perl Group Architecture: amd64 Source: libxml-parser-perl (2.44-2) Version: 2.44-2+b1 Depends: perl (>= 5.24.1~rc3-2), perlapi-5.24.1, libc6 (>= 2.14), libexpat1 (>= 2.0.1), liburi-perl, libwww-perl Description: Perl module for parsing XML files The XML::Parser module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. . The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed. . When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object. Homepage: http://www.libexpat.org/ Package: libpython2.7 Status: install ok installed Priority: optional Section: libs Installed-Size: 3565 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python2.7 Version: 2.7.13-2+deb9u6 Replaces: python2.7 (<< 2.6) Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u6), libc6 (>= 2.15), zlib1g (>= 1:1.2.0) Description: Shared Python runtime library (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: dpkg Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 6778 Origin: debian Maintainer: Dpkg Developers Bugs: debbugs://bugs.debian.org Architecture: amd64 Multi-Arch: foreign Version: 1.18.25 Replaces: manpages-it (<< 2.80-4) Depends: tar (>= 1.28-1) Pre-Depends: libbz2-1.0, libc6 (>= 2.14), liblzma5 (>= 5.2.2), libselinux1 (>= 2.3), zlib1g (>= 1:1.1.4) Suggests: apt, debsig-verify Breaks: acidbase (<= 1.4.5-4), amule (<< 2.3.1+git1a369e47-3), beep (<< 1.3-4), im (<< 1:151-4), libdpkg-perl (<< 1.18.11), netselect (<< 0.3.ds1-27), pconsole (<< 1.0-12), phpgacl (<< 3.3.7-7.3), pure-ftpd (<< 1.0.43-1), systemtap (<< 2.8-1), terminatorx (<< 4.0.1-1), xvt (<= 2.1-20.1) Conffiles: /etc/alternatives/README 69c4ba7f08363e998e0f2e244a04f881 /etc/cron.daily/dpkg b8065b6bfc248caba501c3f5bb508e66 /etc/dpkg/dpkg.cfg f4413ffb515f8f753624ae3bb365b81b /etc/logrotate.d/dpkg 782ea5ae536f67ff51dc8c3e2eeb4cf9 Description: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. . For Debian package development tools, install dpkg-dev. Homepage: https://wiki.debian.org/Teams/Dpkg Package: libboost-thread1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 359 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-atomic1.62-dev (= 1.62.0+dfsg-4), libboost-chrono1.62-dev (= 1.62.0+dfsg-4), libboost-date-time1.62-dev (= 1.62.0+dfsg-4), libboost-system1.62-dev (= 1.62.0+dfsg-4), libboost-thread1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-thread1.42-dev, libboost-thread1.46-dev, libboost-thread1.48-dev, libboost-thread1.49-dev, libboost-thread1.50-dev, libboost-thread1.52-dev, libboost-thread1.53-dev, libboost-thread1.54-dev, libboost-thread1.55-dev, libboost-thread1.57-dev, libboost-thread1.58-dev, libboost-thread1.60-dev, libboost-thread1.61-dev Description: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Homepage: http://www.boost.org/libs/thread/ Package: automake Status: install ok installed Priority: optional Section: devel Installed-Size: 1707 Maintainer: Eric Dorland Architecture: all Multi-Arch: foreign Source: automake-1.15 Version: 1:1.15-6 Provides: automake-1.15, automaken Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1) Suggests: autoconf-doc, gnu-standards Conflicts: automake (<< 1:1.4-p5-1), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4) Description: Tool for generating GNU Standards-compliant Makefiles 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.15 fails to work in a number of situations that Automake 1.4, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11 and 1.14 did, so previous versions are available as separate packages. Homepage: https://www.gnu.org/software/automake/ Package: libboost-wave1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 3552 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-serialization1.62-dev (= 1.62.0+dfsg-4), libboost-wave1.62.0 (= 1.62.0+dfsg-4), libboost-filesystem1.62-dev (= 1.62.0+dfsg-4) Conflicts: libboolibboost1.6-dev, libboost-wave1.42-dev, libboost-wave1.46-dev, libboost-wave1.48-dev, libboost-wave1.49-dev, libboost-wave1.50-dev, libboost-wave1.52-dev, libboost-wave1.53-dev, libboost-wave1.54-dev, libboost-wave1.55-dev, libboost-wave1.57-dev, libboost-wave1.58-dev, libboost-wave1.60-dev Description: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Homepage: http://www.boost.org/libs/wave/ Package: libxcb-shape0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 136 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb-shape0 (= 1.12-1), libxcb1-dev Description: X C Binding, shape extension, development files This package contains the header and library files needed to build software using libxcb-shape, the shape extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libmagickwand-6.q16-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1414 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: same Source: imagemagick Version: 8:6.9.7.4+dfsg-11+deb9u14 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.3.1), libgomp1 (>= 4.9), libmagickcore-6.q16-3 (>= 8:6.9.6.8), libx11-6, imagemagick-6-common (>= 8:6.9.6.2+dfsg-3) Pre-Depends: dpkg (>= 1.17.6) Description: image manipulation library -- quantum depth Q16 The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. . This version of libmagickwand is compiled for a channel depth of 16 bits (Q16). Homepage: http://www.imagemagick.org/ Package: openssl Status: install ok installed Priority: optional Section: utils Installed-Size: 1316 Maintainer: Debian OpenSSL Team Architecture: amd64 Multi-Arch: foreign Version: 1.1.0l-1~deb9u6 Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.0) Suggests: ca-certificates Conffiles: /etc/ssl/openssl.cnf f697ef5df0d006882e6326606e8dbf4a Description: Secure Sockets Layer toolkit - cryptographic utility 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 the general-purpose command line binary /usr/bin/openssl, useful for cryptographic operations such as: * creating RSA, DH, and DSA key parameters; * creating X.509 certificates, CSRs, and CRLs; * calculating message digests; * encrypting and decrypting with ciphers; * testing SSL/TLS clients and servers; * handling S/MIME signed or encrypted mail. Homepage: https://www.openssl.org/ Package: libboost-all-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Source: boost-defaults Version: 1.62.0.1 Depends: libboost-dev, libboost-tools-dev, libboost-atomic-dev, libboost-chrono-dev, libboost-context-dev, libboost-coroutine-dev, libboost-date-time-dev, libboost-exception-dev, libboost-fiber-dev, libboost-filesystem-dev, libboost-graph-dev, libboost-graph-parallel-dev, libboost-iostreams-dev, libboost-locale-dev, libboost-log-dev, libboost-math-dev, libboost-mpi-dev, libboost-mpi-python-dev, libboost-program-options-dev, libboost-python-dev, libboost-random-dev, libboost-regex-dev, libboost-serialization-dev, libboost-signals-dev, libboost-system-dev, libboost-test-dev, libboost-thread-dev, libboost-timer-dev, libboost-type-erasure-dev, libboost-wave-dev Description: Boost C++ Libraries development files (ALL) (default version) 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.62). Homepage: http://www.boost.org/ Package: wget Status: install ok installed Priority: important Section: web Installed-Size: 2747 Maintainer: Noël Köthe Architecture: amd64 Multi-Arch: foreign Version: 1.18-5+deb9u3 Depends: libc6 (>= 2.17), libgnutls30 (>= 3.5.6), libidn11 (>= 1.13), libnettle6, libpcre3, libpsl5 (>= 0.13.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Conflicts: wget-ssl Conffiles: /etc/wgetrc c43064699caf6109f4b3da0405c06ebb Description: retrieves files from the web Wget is a network utility to retrieve files from the web using HTTP(S) and FTP, the two most widely used internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites -- you can use Wget to make mirrors of archives and home pages or to travel the web like a WWW robot. . Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both HTTP and FTP) that support it. Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has. . Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls. Homepage: https://www.gnu.org/software/wget/ Package: python3-pip Status: install ok installed Priority: optional Section: python Installed-Size: 587 Maintainer: Debian Python Modules Team Architecture: all Source: python-pip Version: 9.0.1-2+deb9u2 Depends: ca-certificates, python-pip-whl (= 9.0.1-2+deb9u2), python3:any (>= 3.4~) Recommends: build-essential, python3-dev (>= 3.2), python3-setuptools, python3-wheel Description: Python package installer pip is the 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. . This is the Python 3 version of the package. Homepage: https://pip.pypa.io/en/stable/ Package: ruby-net-telnet Status: install ok installed Priority: optional Section: ruby Installed-Size: 57 Maintainer: Debian Ruby Extras Maintainers Architecture: all Multi-Arch: foreign Version: 0.1.1-2 Description: telnet client library This package provides a telnet client library to use in Ruby programs. It used to be part of the Ruby standard library before Ruby 2.3, and was extracted to a standalone package. Homepage: https://github.com/ruby/net-telnet Ruby-Versions: all Package: sgml-data Status: install ok installed Priority: optional Section: text Installed-Size: 1360 Maintainer: Osamu Aoki Architecture: all Multi-Arch: foreign Version: 2.0.10 Replaces: docbook-xml (<= 3.1.3.6-1), sp (<< 1.3.4-1.2.1-14) Depends: perl, sgml-base (>= 1.26+nmu2), xml-core (>= 0.12) Suggests: perlsgml, w3-recs, opensp, libxml2-utils Breaks: sp (<= 1.1.1-2) Conffiles: /etc/sgml/sgml-data.cat ad9884dac68f6b115523e826f5c9f2b9 Description: common SGML and XML data This package contains basic XML and SGML data shared and used by multiple packages. The package provides the technical format (Document Type Definition, or DTD) of all major versions of HTML. It also includes standard character entity definitions which describe spacial characters or international characters, as well as other standard miscellany used by other SGML and XML packages. . This package implements the Debian XML and SGML standards for entity placement and registration. This benefits the user by making the included materials instantly available to people writing, editing or building documentation without any further effort. See for more information. Homepage: http://debian-xml-sgml.alioth.debian.org/ Package: libreadline-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 709 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: readline Version: 7.0-3 Provides: libreadline6-dev Depends: libreadline7 (= 7.0-3), libtinfo-dev, dpkg (>= 1.15.4) | install-info Suggests: readline-doc Conflicts: libreadline-gplv2-dev, libreadline5-dev, libreadline6-dev Description: 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 contains development files. Package: libjson-c-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 153 Maintainer: fabien boucher Architecture: amd64 Multi-Arch: same Source: json-c Version: 0.12.1-1.1+deb9u1 Depends: libjson-c3 (= 0.12.1-1.1+deb9u1) Description: JSON manipulation library - development files This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. . The development headers for compiling programs that use libjson-c are provided by this package. Homepage: https://github.com/json-c/json-c/wiki Package: libijs-0.35 Status: install ok installed Priority: optional Section: libs Installed-Size: 48 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: ijs Version: 0.35-12 Depends: libc6 (>= 2.14) Description: IJS raster image transport protocol: shared library IJS is, first and foremost, a protocol for transmission of raster page images. This snapshot provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation. . IJS is a client-server protocol, used to write ghostscript drivers. The drivers are separate programs. The client and server communicate via pipes, though shared memory may be used additionally in the future. Currently IJS is used by the hpijs and ijsgimpprint drivers. . Code for both the client- and server-side is included in the library. This package provides the shared library. Homepage: http://www.linuxprinting.org/ijs/ Package: lcov Status: install ok installed Priority: optional Section: devel Installed-Size: 437 Maintainer: Alastair McKinstry Architecture: all Version: 1.13-1 Depends: perl:any, gcc Recommends: libgd-gd2-perl Conffiles: /etc/lcovrc b38f04c0e41b85731e86679ef8ea58d9 Description: Summarise Code coverage information from GCOV LCOV is an extension of GCOV, a GNU tool which provides information about what parts of a program are actually executed (i.e. "covered") while running a particular test case. The extension consists of a set of Perl scripts which build on the textual GCOV output to implement the following enhanced functionality: . - HTML based output: coverage rates are additionally indicated using bar graphs and specific colors. - Support for large projects: overview pages allow quick browsing of coverage data by providing three levels of detail: directory view, file view and source code view. Homepage: http://ltp.sourceforge.net/coverage/lcov.php Package: libsqlite3-0 Status: install ok installed Priority: standard Section: libs Installed-Size: 1163 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: sqlite3 Version: 3.16.2-5+deb9u3 Depends: libc6 (>= 2.14) Description: SQLite 3 shared library 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. Homepage: http://www.sqlite.org/ Package: libbison-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 438 Maintainer: Chuan-kai Lin Architecture: amd64 Multi-Arch: same Source: bison (2:3.0.4.dfsg-1) Version: 2:3.0.4.dfsg-1+b1 Recommends: bison Description: YACC-compatible parser generator - development library 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. . This package provides the liby.a file including functions needed by yacc parsers. Homepage: http://www.gnu.org/software/bison/ Package: imagemagick Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 197 Maintainer: ImageMagick Packaging Team Architecture: amd64 Multi-Arch: foreign Version: 8:6.9.7.4+dfsg-11+deb9u14 Depends: imagemagick-6.q16 (>= 8:6.9.2.10+dfsg-2~) Description: image manipulation programs -- binaries ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . This package include links to channel depth specific binaries and manual pages. . This is a dummy package. You can safely purge or remove it. Homepage: http://www.imagemagick.org/ Package: libhtml-form-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 6.03-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhtml-parser-perl, libhttp-message-perl, liburi-perl Breaks: libwww-perl (<< 6.00) Description: module that represents an HTML form element Objects of the HTML::Form class represents a single HTML
...
instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent. Homepage: http://search.cpan.org/dist/HTML-Form/ Package: libboost-atomic1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 51 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1) Description: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Homepage: http://www.boost.org/libs/atomic/ Package: texlive-generic-extra Status: install ok installed Priority: optional Section: tex Installed-Size: 21190 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Breaks: texlive-base (<< 2016.20170123-2) Description: TeX Live: Generic additional packages Extra packages that work with multiple formats, typically both TeX and LaTeX. . This package includes the following CTAN packages: . abbr -- Simple macros supporting abreviations for Plain and LaTeX . abstyles -- Adaptable BibTeX styles . autoaligne -- Align terms and members in math expressions> . barr -- Diagram macros by Michael Barr . bitelist -- Split list, in TeX's mouth . borceux -- Diagram macros by Francois Borceux . c-pascal -- Typeset Python, C and Pascal programs . catcodes -- Generic handling of TeX category codes . chronosys -- Drawing time-line diagrams . colorsep -- Color separation . dinat -- Bibliography style for German texts . dirtree -- Display trees in the style of windows explorer . docbytex -- Creating documentation from source code . dowith -- Apply a command to a list of items . eijkhout -- Victor Eijkhout's packages . encxvlna -- Insert nonbreakable spaces, using encTeX . epigram -- Display short quotations . fenixpar -- One-shot changes to token registers such as \everypar . fltpoint -- Simple floating point arithmetic . fntproof -- A programmable font test pattern generator . gates -- Support for writing modular and customisable code . gobble -- More gobble macros for PlainTeX and LaTeX . gtl -- Manipulating generalized token lists . ifetex -- Provides \ifetex switch . iftex -- Am I running under pdfTeX, XeTeX or LuaTeX? . insbox -- Insert pictures/boxes into paragraphs . lambda-lists -- Lists in TeX's mouth . langcode -- Simple language-dependent settings based on language codes . lecturer -- On-screen presentations for (almost) all formats . librarian -- Tools to create bibliographies in TeX . listofitems -- Grab items in lists using user-specified sep char . mathdots -- Commands to produce dots in math that respect font size . metatex -- Incorporate Metafont pictures in TeX source . midnight -- A set of useful macro tools . navigator -- PDF features across formats and engines . ofs -- Macros for managing large font collections . olsak-misc -- collection with plain TeX macros written by Petr Olsak . pdf-trans -- A set of macros for various transformations of TeX boxes . plainpkg -- A minimal method for making generic packages . randomlist -- Deal with database, loop, and random in order to build personalized exercises. . schemata -- Print topical diagrams . shade -- Shade pieces of text . systeme -- Format systems of equations . tabto-generic -- "Tab" to a measured position in the line . termmenu -- The package provides support for terminal-based menus using expl3 . tracklang -- Language and dialect tracker . trigonometry -- Demonstration code for cos and sin in TeX macros . texapi -- Macros to write format-independent packages . upca -- Print UPC-A barcodes . xlop -- Calculates and displays arithmetic operations . yax -- Yet Another Key System Homepage: http://www.tug.org/texlive/ Package: netpbm Status: install ok installed Priority: optional Section: graphics Installed-Size: 4302 Maintainer: Andreas Barth Architecture: amd64 Multi-Arch: foreign Source: netpbm-free (2:10.0-15.3) Version: 2:10.0-15.3+b2 Replaces: kdelibs4c2a, netpbm-dev, netpbm-nonfree, pbmwbmp, pnmtopng Provides: pbmwbmp, pnmtopng Depends: libnetpbm10 (= 2:10.0-15.3+b2), libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.1.4) Recommends: ghostscript Conflicts: kdelibs4c2a, netpbm-dev (<= 2:9.10), netpbm-nonfree (<= 1:19940301.1-3), pbmwbmp, pnmtopng, ucbmpeg (<= 1r2-6) Description: Graphics conversion tools between image formats Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. Homepage: http://netpbm.alioth.debian.org Package: libcunit1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 268 Maintainer: Azat Khuzhin Architecture: amd64 Source: cunit Version: 2.1-3-dfsg-2 Depends: libcunit1 (= 2.1-3-dfsg-2) Suggests: libcunit1-doc (= 2.1-3-dfsg-2) Description: Unit Testing Library for C -- development files CUnit is a simple framework for incorporating test cases in your C code similar to JUnit or CppUnit. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. . This package includes development files for compiling against cunit. Homepage: http://cunit.sourceforge.net/ Package: libice6 Status: install ok installed Priority: optional Section: libs Installed-Size: 134 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libice Version: 2:1.0.9-2 Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.14), x11-common Description: X11 Inter-Client Exchange library This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Package: texlive-base Status: install ok installed Priority: optional Section: tex Installed-Size: 44914 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Version: 2016.20170123-5 Replaces: texlive-common (<< 2013) Provides: dvipdfmx Depends: debconf (>= 0.5) | debconf-2.0, tex-common (>= 6), libpaper-utils, texlive-binaries (>= 2016.20160513.41080-7), ucf, xdg-utils Recommends: lmodern (>= 0.93.3) Suggests: ghostscript, gv | postscript-viewer, perl-tk, xpdf-reader | pdf-viewer Breaks: texlive-common (<< 2013) Conflicts: etoolbox (<< 2016.20170123-2), luasseq (<< 2016.20170123-2), tex4ht (<< 20160814), texlive (<< 2016.20170123-2), texlive-base (<< 2016.20170123-2), texlive-bibtex-extra (<< 2016.20170123-2), texlive-binaries (<< 2016.20160513.41080-7), texlive-extra-utils (<< 2016.20170123-2), texlive-font-utils (<< 2016.20170123-2), texlive-fonts-extra (<< 2016.20170123-2), texlive-fonts-extra-doc (<< 2016.20170123-2), texlive-fonts-recommended (<< 2016.20170123-2), texlive-fonts-recommended-doc (<< 2016.20170123-2), texlive-formats-extra (<< 2016.20170123-2), texlive-full (<< 2016.20170123-2), texlive-games (<< 2016.20170123-2), texlive-generic-extra (<< 2016.20170123-2), texlive-generic-recommended (<< 2016.20170123-2), texlive-htmlxml (<< 2016.20170123-2), texlive-humanities (<< 2016.20170123-2), texlive-humanities-doc (<< 2016.20170123-2), texlive-lang-african (<< 2016.20170123-2), texlive-lang-all (<< 2016.20170123-2), texlive-lang-arabic (<< 2016.20170123-2), texlive-lang-chinese (<< 2016.20170123-2), texlive-lang-cjk (<< 2016.20170123-2), texlive-lang-cyrillic (<< 2016.20170123-2), texlive-lang-czechslovak (<< 2016.20170123-2), texlive-lang-english (<< 2016.20170123-2), texlive-lang-european (<< 2016.20170123-2), texlive-lang-french (<< 2016.20170123-2), texlive-lang-german (<< 2016.20170123-2), texlive-lang-greek (<< 2016.20170123-2), texlive-lang-indic (<< 2016.20170123-2), texlive-lang-italian (<< 2016.20170123-2), texlive-lang-japanese (<< 2016.20170123-2), texlive-lang-korean (<< 2016.20170123-2), texlive-lang-other (<< 2016.20170123-2), texlive-lang-polish (<< 2016.20170123-2), texlive-lang-portuguese (<< 2016.20170123-2), texlive-lang-spanish (<< 2016.20170123-2), texlive-latex-base (<< 2016.20170123-2), texlive-latex-base-doc (<< 2016.20170123-2), texlive-latex-extra (<< 2016.20170123-2), texlive-latex-extra-doc (<< 2016.20170123-2), texlive-latex-recommended (<< 2016.20170123-2), texlive-latex-recommended-doc (<< 2016.20170123-2), texlive-luatex (<< 2016.20170123-2), texlive-metapost (<< 2016.20170123-2), texlive-metapost-doc (<< 2016.20170123-2), texlive-music (<< 2016.20170123-2), texlive-omega (<< 2016.20170123-2), texlive-pictures (<< 2016.20170123-2), texlive-pictures-doc (<< 2016.20170123-2), texlive-plain-extra (<< 2016.20170123-2), texlive-pstricks (<< 2016.20170123-2), texlive-pstricks-doc (<< 2016.20170123-2), texlive-publishers (<< 2016.20170123-2), texlive-publishers-doc (<< 2016.20170123-2), texlive-science (<< 2016.20170123-2), texlive-science-doc (<< 2016.20170123-2), texlive-xetex (<< 2016.20170123-2) Conffiles: /etc/libpaper.d/texlive-base f3ac62a190da9dee43f5bb6b6fbceba4 /etc/texmf/texdoctk/texdocrc.defaults 32916b26d3ecd77a1b2db7c22d75ff34 Description: TeX Live: Essential programs and files These files are regarded as basic for any TeX system, covering plain TeX macros, Computer Modern fonts, and configuration for common drivers; no LaTeX. . This package includes the following CTAN packages: . texlive.infra -- basic TeX Live infrastructure . amsfonts -- TeX fonts from the American Mathematical Society . bibtex -- Process bibliographies for LaTeX, etc . cm -- Computer Modern fonts . dvipdfmx -- An extended version of dvipdfm . dvips -- A DVI to PostScript driver . enctex -- A TeX extension that translates input on its way into TeX . etex -- An extended version of TeX, from the NTS project . etex-pkg -- E-TeX support package . glyphlist -- . graphics-def -- Colour and graphics option files . gsftopk -- Convert "Ghostscript fonts" to PK files . hyph-utf8 -- Hyphenation patterns expressed in UTF-8 . hyphen-base -- . ifluatex -- Provides the \ifluatex switch . ifxetex -- Am I running under XeTeX? . knuth-lib -- A small library of Metafont sources . knuth-local -- Knuth's local information . kpathsea -- Path searching library for TeX-related files . lua-alt-getopt -- Process application arguments the same way as getopt_long . luatex -- The LuaTeX engine . makeindex -- Makeindex development sources . metafont -- A system for specifying fonts . mflogo -- LaTeX support for Metafont logo fonts . mfware -- Supporting tools for use with Metafont . pdftex -- A TeX extension for direct creation of PDF . plain -- The Plain TeX format . tetex -- scripts and files originally written for or included in teTeX . tex -- A sophisticated typesetting engine . tex-ini-files -- Model TeX format creation files . texconfig -- . texlive-common -- TeX Live documentation (common elements) . texlive-docindex -- top-level TeX Live doc.html, etc. . texlive-en -- TeX Live manual (English) . unicode-data -- Unicode data and loaders for TeX . updmap-map -- . xdvi -- A DVI previewer for the X Window System . texdoc -- Documentation access for TeX distributions Homepage: http://www.tug.org/texlive/ Package: clang-format Status: install ok installed Priority: optional Section: devel Installed-Size: 19 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.36) Version: 1:3.8-36 Replaces: clang (<< 1:3.6-28) Depends: clang-format-3.8 (>= 3.8~) Breaks: clang (<< 1:3.6-28) Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This is a dependency package providing the clang format tool. Package: libfontenc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 57 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libfontenc (1:1.1.3-1) Version: 1:1.1.3-1+b2 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Description: X11 font encoding library libfontenc is a library which helps font libraries portably determine and deal with different encodings of fonts. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libfontenc Package: texlive-latex-recommended-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 47122 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Replaces: texlive-latex-extra-doc (<< 2016.20170123), texlive-math-extra (<< 2016.20160819-1), texlive-xetex (<< 2016.20160819-1) Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Breaks: texlive-latex-extra-doc (<< 2016.20170123), texlive-math-extra (<< 2016.20160819-1), texlive-xetex (<< 2016.20160819-1) Description: TeX Live: Documentation files for texlive-latex-recommended This package provides the documentation for texlive-latex-recommended Homepage: http://www.tug.org/texlive/ Package: texlive-fonts-recommended-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 3236 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Description: TeX Live: Documentation files for texlive-fonts-recommended This package provides the documentation for texlive-fonts-recommended Homepage: http://www.tug.org/texlive/ Package: libfile-listing-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 6.04-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-date-perl Breaks: libwww-perl (<< 6.00) Description: module to parse directory listings File::Listing exports a single function called parse_dir(), which can be used to parse directory listings. . The first parameter to parse_dir() is the directory listing to parse. It can be a scalar, a reference to an array of directory lines or a glob representing a filehandle to read the directory listing from. . The second parameter is the time zone to use when parsing time stamps in the listing. If this value is undefined, then the local time zone is assumed. . The third parameter is the type of listing to assume. Currently supported formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'. Homepage: http://search.cpan.org/dist/File-Listing/ Package: libboost-math1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1119 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Homepage: http://www.boost.org/libs/math/ Package: libxcomposite1 Status: install ok installed Priority: optional Section: libs Installed-Size: 36 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcomposite Version: 1:0.4.4-2 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1) Description: X11 Composite extension library libXcomposite provides an X Window System client interface to the Composite extension to the X protocol. . The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXcomposite Package: libalgorithm-diff-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 108 Maintainer: Debian Perl Group Architecture: all Version: 1.19.03-1 Depends: perl Recommends: libalgorithm-diff-xs-perl Description: module to find differences between files Algorithm::Diff is a Perl module that allows users to analyze text based on a Longest Common Subsequence (LCS) algorithm. It can compare two files and find the differences between them, which can produce the same information as the common Unix tool 'diff'. . There is an XS-optimized implementation of the core loop, which accelerates some types of diff output (see libalgorithm-diff-xs-perl). Homepage: http://search.cpan.org/~tyemq/Algorithm-Diff/ Package: apt Status: install ok installed Priority: important Section: admin Installed-Size: 3539 Maintainer: APT Development Team Architecture: amd64 Version: 1.4.11 Replaces: apt-utils (<< 1.3~exp2~) Depends: adduser, gpgv | gpgv2 | gpgv1, debian-archive-keyring, init-system-helpers (>= 1.18~), libapt-pkg5.0 (>= 1.3~rc2), libc6 (>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Recommends: gnupg | gnupg2 | gnupg1 Suggests: apt-doc, aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), powermgmt-base, python-apt Breaks: apt-utils (<< 1.3~exp2~) Conffiles: /etc/apt/apt.conf.d/01autoremove 0b1391c01d75f95fa4ea5ac01219b515 /etc/cron.daily/apt-compat bc4a71cbcaeed4179f25d798257fa980 /etc/kernel/postinst.d/apt-auto-removal 4ad976a68f045517cf4696cec7b8aa3a /etc/logrotate.d/apt 179f2ed4f85cbaca12fa3d69c2a4a1c3 Description: commandline package manager This package provides commandline tools for searching and managing as well as querying information about packages as a low-level access to all features of the libapt-pkg library. . These include: * apt-get for retrieval of packages and information about them from authenticated sources and for installation, upgrade and removal of packages together with their dependencies * apt-cache for querying available information about installed as well as installable packages * apt-cdrom to use removable media as a source for packages * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys Package: libxcb-shm0 Status: install ok installed Priority: optional Section: libs Installed-Size: 117 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.4), libxcb1 (>= 1.12) Description: X C Binding, shm extension This package contains the library files needed to run software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: liblocale-gettext-perl Status: install ok installed Priority: required Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: amd64 Source: liblocale-gettext-perl (1.07-3) Version: 1.07-3+b1 Depends: libc6 (>= 2.2.5) Pre-Depends: perl-base (>= 5.24.1~rc3-2), perlapi-5.24.1 Description: module using libc functions for internationalization in Perl The Locale::gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. . It provides gettext(), dgettext(), dcgettext(), textdomain(), bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext() and dngettext(). Homepage: https://metacpan.org/release/gettext Package: libmpfr4 Status: install ok installed Priority: optional Section: libs Installed-Size: 824 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: mpfr4 Version: 3.1.5-1 Depends: libc6 (>= 2.14), libgmp10 Breaks: libgmp3 (<< 4.1.4-3) Description: multiple precision floating-point computation MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). Homepage: http://www.mpfr.org/ Package: libxpm4 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxpm Version: 1:3.5.12-1 Depends: libc6 (>= 2.14), libx11-6 Description: X11 pixmap library The X PixMap image format is an extension of the monochrome X BitMap format specified in the X protocol, and is commonly used in traditional X applications. . This package provides runtime support for XPM format. Homepage: https://www.x.org Package: rubygems-integration Status: install ok installed Priority: optional Section: ruby Installed-Size: 20 Maintainer: Debian Ruby Extras Maintainers Architecture: all Multi-Arch: foreign Version: 1.11 Depends: ca-certificates Suggests: bundler Description: integration of Debian Ruby packages with Rubygems rubygems-integration makes Debian Ruby packages recognizable by Rubygems. Debian Ruby packages may be used to satisfy Rubygems dependencies both with plain Rubygems and with Bundler. This also allows one to use Debian Ruby packages to satisfy dependencies in Rails 3 applications. Package: x11-xserver-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 516 Maintainer: Debian X Strike Force Architecture: amd64 Source: x11-xserver-utils (7.7+7) Version: 7.7+7+b1 Replaces: iceauth, sessreg, xbase-clients (<< 1:7.3), xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xutils (<< 1:7.2), xvidtune Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libx11-6, libxaw7, libxcursor1 (>> 1.1.2), libxext6, libxi6, libxmu6, libxmuu1, libxrandr2 (>= 2:1.5.0), libxrender1, libxt6, libxxf86vm1, cpp Suggests: nickle, cairo-5c, xorg-docs-core Breaks: arandr (<< 0.1.9) Conflicts: iceauth, sessreg, xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xvidtune Conffiles: /etc/X11/app-defaults/Xvidtune 0493a0782b498e9f0dee51a4013a80e6 Description: X server utilities An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a graphics card, monitor, keyboard, and pointing device (such as a mouse). . This package provides a miscellaneous assortment of X Server utilities that ship with the X Window System, including: - iceauth, a tool for manipulating ICE protocol authorization records; - rgb; - sessreg, a simple program for managing utmp/wtmp entries; - xcmsdb, a device color characteristic utility for the X Color Management System; - xgamma, a tool for querying and setting a monitor's gamma correction; - xhost, a very dangerous program that you should never use; - xmodmap, a utility for modifying keymaps and pointer button mappings in X; - xrandr, a command-line interface to the RandR extension; - xrdb, a tool to manage the X server resource database; - xrefresh, a tool that forces a redraw of the X screen; - xset, a tool for setting miscellaneous X server parameters; - xsetmode and xsetpointer, tools for handling X Input devices; - xsetroot, a tool for tailoring the appearance of the root window; - xstdcmap, a utility to selectively define standard colormap properties; - xvidtune, a tool for customizing X server modelines for your monitor. Package: libxt6 Status: install ok installed Priority: optional Section: libs Installed-Size: 477 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxt Version: 1:1.1.5-1 Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libsm6, libx11-6 Description: X11 toolkit intrinsics library libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libexpat1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 861 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: same Source: expat Version: 2.2.0-2+deb9u5 Provides: libexpat-dev Depends: libexpat1 (= 2.2.0-2+deb9u5), libc6-dev | libc-dev Conflicts: libexpat-dev Description: XML parsing C library - development kit 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. Homepage: http://expat.sourceforge.net Package: libx11-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 10349 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: libx11 Version: 2:1.6.4-3+deb9u4 Replaces: libx11-dev (<< 2:1.4.4-3) Breaks: libx11-dev (<< 2:1.4.4-3) Description: X11 client-side library (development documentation) 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 supplemental documentation 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libxcb-shape0 Status: install ok installed Priority: optional Section: libs Installed-Size: 118 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.4), libxcb1 Description: X C Binding, shape extension This package contains the library files needed to run software using libxcb-shape, the shape extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libpciaccess0 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libpciaccess (0.13.4-1) Version: 0.13.4-1+b2 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4) Suggests: pciutils Description: Generic PCI access library for X Provides functionality for X to access the PCI bus and devices in a platform-independent way. Package: libxrender1 Status: install ok installed Priority: optional Section: libs Installed-Size: 70 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxrender Version: 1:0.9.10-1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0) Description: X Rendering Extension client library The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libpotrace0 Status: install ok installed Priority: optional Section: libs Installed-Size: 53 Maintainer: Bartosz Fenski Architecture: amd64 Source: potrace Version: 1.13-3 Depends: libc6 (>= 2.14) Description: library for tracing bitmaps potrace is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. . libpotrace0 contains files needed to run programs that utilize the potrace library. Homepage: http://potrace.sourceforge.net/ Package: diffutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1327 Maintainer: Santiago Vila Architecture: amd64 Version: 1:3.5-3 Replaces: diff Pre-Depends: libc6 (>= 2.17) Suggests: diffutils-doc, wdiff Description: File comparison utilities The diffutils package provides the diff, diff3, sdiff, and cmp programs. . `diff' shows differences between two files, or each corresponding file in two directories. `cmp' shows the offsets and line numbers where two files differ. `cmp' can also show all the characters that differ between the two files, side by side. `diff3' shows differences among three files. `sdiff' merges two files interactively. . The set of differences produced by `diff' can be used to distribute updates to text files (such as program source code) to other people. This method is especially useful when the differences are small compared to the complete files. Given `diff' output, the `patch' program can update, or "patch", a copy of the file. Homepage: http://www.gnu.org/software/diffutils/ Package: libspatialite7 Status: install ok installed Priority: optional Section: libs Installed-Size: 5763 Maintainer: Debian GIS Project Architecture: amd64 Multi-Arch: same Source: spatialite (4.3.0a-5) Version: 4.3.0a-5+b1 Depends: libc6 (>= 2.14), libfreexl1 (>= 1.0.1), libgeos-c1v5 (>= 3.4.2), libproj12 (>= 4.8.0), libsqlite3-0 (>= 3.7.3), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0) Breaks: spatialite-bin (<< 3.0.0-1~) Description: Geospatial extension for SQLite - libraries The SpatiaLite extension enables SQLite to support spatial (geometry) data in a way conformant to OpenGis specifications, with both WKT and WKB formats. . Spatialite also includes Virtualshape and Virtualtext to enable accessing shapefiles and csv/text files as virtual tables. . This package contains all shared libraries used by Spatialite based programs. Homepage: https://www.gaia-gis.it/fossil/libspatialite Package: libxv1 Status: install ok installed Priority: optional Section: libs Installed-Size: 49 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxv Version: 2:1.0.11-1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 Video extension library libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libcunit1-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 284 Maintainer: Azat Khuzhin Architecture: all Source: cunit Version: 2.1-3-dfsg-2 Description: Unit Testing Library for C -- documentation CUnit is a simple framework for incorporating test cases in your C code similar to JUnit or CppUnit. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. . This package contains documentation. Homepage: http://cunit.sourceforge.net/ Package: libxcb1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 758 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb1 (= 1.12-1), libpthread-stubs0-dev, libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1) Suggests: libxcb-doc Description: X C Binding, development files This package contains the header and library files needed to build software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libxcb-glx0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 496 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb-glx0 (= 1.12-1), libxcb1-dev Description: X C Binding, glx extension, development files This package contains the header and library files needed to build software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libx11-protocol-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 397 Maintainer: Debian Perl Group Architecture: all Version: 0.56-7 Depends: perl Recommends: perl (>= 5.19.8) | libio-socket-ip-perl Description: Perl module for the X Window System Protocol, version 11 X11::Protocol is a client-side interface to the X11 Protocol (see X(1) for information about X11), allowing perl programs to display windows and graphics on X11 servers. Homepage: https://metacpan.org/release/X11-Protocol Package: libboost-signals1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 267 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-signals1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-signals1.42-dev, libboost-signals1.46-dev, libboost-signals1.48-dev, libboost-signals1.49-dev, libboost-signals1.50-dev, libboost-signals1.52-dev, libboost-signals1.53-dev, libboost-signals1.54-dev, libboost-signals1.55-dev, libboost-signals1.57-dev, libboost-signals1.58-dev, libboost-signals1.60-dev, libboost-signals1.61-dev Description: managed signals and slots library for C++ This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." Homepage: http://www.boost.org/libs/signals/ Package: libxml-xpathengine-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 154 Maintainer: Debian Perl Group Architecture: all Version: 0.13-1 Depends: perl Description: re-usable XPath engine for DOM-like trees XML::XPathEngine provides an XPath engine, that can be re-used by other module/classes that implement trees. . In order to use the XPath engine, nodes in the user module need to mimic DOM nodes. The degree of similarity between the user tree and a DOM dictates how much of the XPath features can be used. A module implementing all of the DOM should be able to use this module very easily (you might need to add the cmp method on nodes in order to get ordered result sets). . This module is derived from Matt Sergeant's XML::XPath. Homepage: http://search.cpan.org/dist/XML-XPathEngine/ Package: libsensors4 Status: install ok installed Priority: optional Section: libs Installed-Size: 118 Maintainer: Aurelien Jarno Architecture: amd64 Multi-Arch: same Source: lm-sensors Version: 1:3.4.0-4 Depends: libc6 (>= 2.14) Suggests: lm-sensors Conffiles: /etc/sensors.d/.placeholder d41d8cd98f00b204e9800998ecf8427e /etc/sensors3.conf 2380011501bd2ad9e44f070c80a4c74d Description: library to read temperature/voltage/fan sensors Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. . This library is only functional with a Linux kernel, it is provided on non-Linux systems for portability reasons only. . This package contains a shared library for querying lm-sensors. Homepage: http://www.lm-sensors.org Package: shared-mime-info Status: install ok installed Priority: optional Section: misc Installed-Size: 4666 Maintainer: Debian freedesktop.org maintainers Architecture: amd64 Multi-Arch: foreign Version: 1.8-1+deb9u1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.9), libxml2 (>= 2.7.4) Description: FreeDesktop.org shared MIME database and spec This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package. . At this time at least ROX, GNOME, KDE and Xfce use this database. Homepage: https://freedesktop.org/wiki/Software/shared-mime-info Package: libhttp-message-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 184 Maintainer: Debian Perl Group Architecture: all Version: 6.11-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libencode-locale-perl, libhttp-date-perl, libio-html-perl, liblwp-mediatypes-perl, liburi-perl, perl (>= 5.11) | libio-compress-perl Breaks: libwww-perl (<< 6.00) Description: perl interface to HTTP style messages The HTTP::Message distribution contains classes useful for representing the messages passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them. . The HTTP::Headers class encapsulates HTTP-style message headers. The headers consist of attribute-value pairs also called fields, which may be repeated, and which are printed in a particular order. The field names are cases insensitive. . Instances of this class are usually created as member variables of the HTTP::Request and HTTP::Response classes, internal to the library. Homepage: https://metacpan.org/release/HTTP-Message Package: g++ Status: install ok installed Priority: optional Section: devel Installed-Size: 15 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.168) Version: 4:6.3.0-4 Provides: c++-compiler Depends: cpp (>= 4:6.3.0-4), gcc (>= 4:6.3.0-4), g++-6 (>= 6.3.0-9~), gcc-6 (>= 6.3.0-9~) Suggests: g++-multilib Description: 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. Package: libboost-context-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-context1.62-dev Description: provides a sort of cooperative multitasking on a single thread (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/context/ Package: ps2eps Status: install ok installed Priority: optional Section: text Installed-Size: 94 Maintainer: Matteo Cypriani Architecture: amd64 Version: 1.68+binaryfree-2 Depends: libc6 (>= 2.7), perl:any, ghostscript Description: convert PostScript to EPS (Encapsulated PostScript) files ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates correct Bounding Boxes for those EPS files and filters some special postscript command sequences that can produce erroneous results on printers. EPS files are needed for including (scalable) graphics into TeX (or even Word) documents. Other programs like ps2epsi do not calculate the bounding box always correctly (because the values are put on the PostScript stack which may get corrupted by bad PostScript code) or rounded it off so that clipping the EPS cut off some parts of the image. Therefore ps2eps uses a resolution of 144 DPI to get the correct bounding box. Homepage: http://tm.uka.de/~bless/ps2eps Package: libpcrecpp0v5 Status: install ok installed Priority: optional Section: libs Installed-Size: 191 Maintainer: Matthew Vernon Architecture: amd64 Multi-Arch: same Source: pcre3 Version: 2:8.39-3 Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpcre3, libstdc++6 (>= 5.2) Pre-Depends: multiarch-support Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0 Description: Old Perl 5 Compatible Regular Expression Library - C++ runtime files This is a C++ 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 C++ runtime library. Package: libpcre32-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 521 Maintainer: Matthew Vernon Architecture: amd64 Multi-Arch: same Source: pcre3 Version: 2:8.39-3 Depends: libc6 (>= 2.14) Description: Old Perl 5 Compatible Regular Expression Library - 32 bit runtime 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 32 bit runtime library. Package: libnet-http-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 6.12-1 Replaces: libwww-perl (<< 6.00) Depends: perl, perl (>= 5.19.8) | libio-socket-ip-perl | libio-socket-inet6-perl, liburi-perl Recommends: libio-socket-ssl-perl Breaks: libwww-perl (<< 6.00) Description: module providing low-level HTTP connection client The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of IO::Socket::INET. You can mix its methods with reading and writing from the socket directly. This is not necessarily a good idea, unless you know what you are doing. Homepage: https://metacpan.org/release/Net-HTTP Package: libboost-coroutine1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 156 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-context1.62-dev (= 1.62.0+dfsg-4), libboost-coroutine1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-coroutine1.54-dev, libboost-coroutine1.55-dev, libboost-coroutine1.57-dev, libboost-coroutine1.58-dev, libboost-coroutine1.60-dev, libboost-coroutine1.61-dev Description: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Homepage: http://www.boost.org/libs/coroutine/ Package: pinentry-curses Status: install ok installed Priority: optional Section: utils Installed-Size: 99 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: pinentry Version: 1.0.0-2 Provides: pinentry Depends: libassuan0 (>= 2.0.1), libc6 (>= 2.14), libgpg-error0 (>= 1.14), libncursesw5 (>= 6), libtinfo5 (>= 6) Suggests: pinentry-doc Enhances: gnupg-agent Description: curses-based PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered information is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog using the curses tool kit, meaning that it is useful for users working in text mode without the X Window System. There are sibling packages that implement PIN entry dialogs that use an X tool kit. If you install any of the graphical packages then this package is not necessary because the sibling packages automatically fall back to text mode if X is not active. Homepage: https://www.gnupg.org/related_software/pinentry/ Package: libboost-regex-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-regex1.62-dev Description: regular expression library for C++ (default version) This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/regex/ Package: libavahi-client3 Status: install ok installed Priority: optional Section: libs Installed-Size: 120 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.32-2 Depends: libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14) Description: Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Homepage: http://avahi.org/ Package: libpam-modules Status: install ok installed Priority: required Section: admin Installed-Size: 874 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: same Source: pam Version: 1.1.8-3.6 Replaces: libpam-umask, libpam0g-util Provides: libpam-mkhomedir, libpam-motd, libpam-umask Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.15), libdb5.3, libpam0g (>= 1.1.3-2), libselinux1 (>= 2.1.9), debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.1.8-3.6) Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask Conffiles: /etc/security/access.conf 13ec4d189f0ed9acf3433977a53d446b /etc/security/group.conf f1e26e8db6f7abd2d697d7dad3422c36 /etc/security/limits.conf 11c27ba00b7bd6a255f33126f75c5005 /etc/security/namespace.conf 6424c99a62ddf4b7d3ca713bb06ded89 /etc/security/namespace.init d9e6a7c85e966427ef23a04ec6c7000f /etc/security/pam_env.conf ddee4a931170dc21b4e0b9bb28e02a7b /etc/security/sepermit.conf d41c74654734a5c069a37bfc02f0a6d4 /etc/security/time.conf 06e05c6079e839c8833ac7c3abfde192 Description: Pluggable Authentication Modules for PAM This package completes the set of modules for PAM. It includes the pam_unix.so module as well as some specialty modules. Homepage: http://www.linux-pam.org/ Package: libboost-python1.62.0 Status: install ok installed Priority: optional Section: python Installed-Size: 633 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Suggests: python, python3 Description: Boost.Python Library This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . One of the python interpreter packages is required to use the created extensions. Homepage: http://www.boost.org/libs/python/ Package: libopenmpi2 Status: install ok installed Priority: extra Section: libs Installed-Size: 7397 Maintainer: Alastair McKinstry Architecture: amd64 Multi-Arch: same Source: openmpi Version: 2.0.2-2 Replaces: libopenmpi1.10 (>= 1.10.2-1) Depends: libc6 (>= 2.15), libfabric1 (>= 1.2.0), libgcc1 (>= 1:3.0), libgfortran3 (>= 4.3), libhwloc5 (>= 1.11.5), libibverbs1 (>= 1.1.6), libpsm-infinipath1 (>= 3.3+7.gec1d6d2), libquadmath0 (>= 4.6), libstdc++6 (>= 5), libhwloc-plugins Recommends: openmpi-bin Breaks: libopenmpi1.10 (>= 1.10.2-1) Conflicts: libopenmpi1.10, libopenmpi1.6 Description: high performance message passing library -- shared library Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3.1 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . This package contains the Open MPI shared libraries. Homepage: http://www.open-mpi.org/ Package: libmpc3 Status: install ok installed Priority: extra Section: libs Installed-Size: 111 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: mpclib3 (1.0.3-1) Version: 1.0.3-1+b2 Depends: libc6 (>= 2.4), libgmp10, libmpfr4 (>= 3.1.3) Description: multiple precision complex floating-point library 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. Homepage: http://www.multiprecision.org/mpc/ Package: libstdc++6 Status: install ok installed Priority: important Section: libs Installed-Size: 1998 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Replaces: libstdc++6-6-dbg (<< 4.9.0-3) Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.18), libgcc1 (>= 1:4.2) Breaks: blockattack (<= 1.4.1+ds1-2.1+b2), boo (<= 0.9.5~git20110729.r1.202a430-2), c++-annotations (<= 10.2.0-1), clustalx (<= 2.1+lgpl-3), dff (<= 1.3.0+dfsg.1-4.1+b3), digikam-private-libs (<= 4:4.4.0-1.1+b2), emscripten (<= 1.22.1-1), ergo (<= 3.4.0-1), fceux (<= 2.2.2+dfsg0-1), fiona (<= 1.5.1-2), flush (<= 0.9.12-3.1), freeorion (<= 0.4.4+git20150327-2), fslview (<= 4.0.1-4), fwbuilder (<= 5.1.0-4), gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gnote (<= 3.16.2-1), gnudatalanguage (<= 0.9.5-2+b2), innoextract (<= 1.4-1+b1), libantlr-dev (<= 2.7.7+dfsg-6), libapache2-mod-passenger (<= 5.0.7-1), libaqsis1 (<= 1.8.2-1), libassimp3 (<= 3.0~dfsg-4), libboost-date-time1.54.0, libboost-date-time1.55.0, libchemps2-1 (<= 1.5-1), libcpprest2.4 (<= 2.4.0-2), libdap17 (<= 3.14.0-2), libdapclient6 (<= 3.14.0-2), libdapserver7 (<= 3.14.0-2), libdavix0 (<= 0.4.0-1+b1), libdballe6 (<= 6.8-1), libdiet-admin2.8 (<= 2.8.0-1+b3), libdiet-client2.8 (<= 2.8.0-1+b3), libdiet-sed2.8 (<= 2.8.0-1+b3), libfreefem++ (<= 3.37.1-1), libgazebo5 (<= 5.0.1+dfsg-2.1), libgetfem4++ (<= 4.2.1~beta1~svn4635~dfsg-3+b1), libgmsh2 (<= 2.9.3+dfsg1-1), libinsighttoolkit4.7 (<= 4.7.2-2), libkolabxml1 (<= 1.1.0-3), libmarisa0 (<= 0.2.4-8), libogre-1.8.0 (<= 1.8.0+dfsg1-7+b1), libogre-1.9.0 (<= 1.9.0+dfsg1-4), libopencv-core2.4, libopenmpi1.6, libopenwalnut1 (<= 1.4.0~rc1+hg3a3147463ee2-1+b1), libpqxx-4.0 (<= 4.0.1+dfsg-3), libreoffice-core (<= 1:4.4.5-2), librime1 (<= 1.2+dfsg-2), libsigc++-2.0-0c2a (<= 2.4.1-1+b1), libwibble-dev (<= 1.1-1), libwreport2 (<= 2.14-1), libxmltooling6 (<= 1.5.3-2.1), lightspark (<= 0.7.2+git20150512-2+b1), mira-assembler (<= 4.9.5-1), mongodb (<= 1:2.4.14-2), mongodb-server (<= 1:2.4.14-2), ncbi-blast+ (<= 2.2.30-4), openscad (<= 2014.03+dfsg-1+b1), passepartout (<= 0.7.1-1.1), pdf2djvu (<= 0.7.21-2), photoprint (<= 0.4.2~pre2-2.3+b2), plastimatch (<= 1.6.2+dfsg-1), plee-the-bear (<= 0.6.0-3.1), povray (<= 1:3.7.0.0-8), powertop (<= 2.6.1-1), printer-driver-brlaser (<= 3-3), psi4 (<= 4.0~beta5+dfsg-2+b1), python-fiona (<= 1.5.1-2), python-guiqwt (<= 2.3.1-1), python-healpy (<= 1.8.1-1+b1), python-htseq (<= 0.5.4p3-2), python-imposm (<= 2.5.0-3+b2), python-pysph (<= 0~20150606.gitfa26de9-5), python-rasterio (<= 0.24.0-1), python-scipy (<= 0.14.1-1), python-sfml (<= 2.2~git20150611.196c88+dfsg-1+b1), python3-fiona (<= 1.5.1-2), python3-scipy (<= 0.14.1-1), python3-sfml (<= 2.2~git20150611.196c88+dfsg-1+b1), python3-taglib (<= 0.3.6+dfsg-2+b2), realtimebattle (<= 1.0.8-14), ruby-passenger (<= 5.0.7-1), schroot (<= 1.6.10-1+b1), sqlitebrowser (<= 3.5.1-3), tecnoballz (<= 0.93.1-6), wesnoth-1.12-core (<= 1:1.12.4-1), widelands (<= 1:18-3+b1), xflr5 (<= 6.09.06-2) Conflicts: scim (<< 1.4.2-1) Description: 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. Homepage: http://gcc.gnu.org/ Package: libxcb-present-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 131 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libxcb-present0 (= 1.12-1), libxcb1-dev, libxcb-randr0-dev, libxcb-xfixes0-dev, libxcb-sync-dev Description: X C Binding, present extension, development files This package contains the header and library files needed to build software using libxcb-present, the present extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: libkrb5-3 Status: install ok installed Priority: standard Section: libs Installed-Size: 1026 Maintainer: Sam Hartman Architecture: amd64 Multi-Arch: same Source: krb5 Version: 1.15-1+deb9u3 Depends: libc6 (>= 2.16), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.15~beta1), libkeyutils1 (>= 1.5.9), libkrb5support0 (= 1.15-1+deb9u3) Recommends: krb5-locales Suggests: krb5-doc, krb5-user Breaks: libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3) Description: MIT Kerberos runtime libraries Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the main Kerberos v5 API used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Package: libpython2.7-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 40651 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python2.7 Version: 2.7.13-2+deb9u6 Replaces: python2.7 (<< 2.7-3), python2.7-dev (<< 2.7.3-10), python2.7-minimal (<< 2.7.3-10) Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u6), libpython2.7 (= 2.7.13-2+deb9u6), libexpat1-dev Recommends: libc6-dev | libc-dev Description: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python2.7-dev. Package: libboost-test-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-test1.62-dev Description: components for writing and executing test suites (default version) This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/test/ Package: libboost-graph-parallel-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Source: boost-defaults Version: 1.62.0.1 Depends: libboost-graph-parallel1.62-dev Description: generic graph components and algorithms in C++ (default version) This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/graph_parallel/ Package: binutils Status: install ok installed Priority: optional Section: devel Installed-Size: 23353 Maintainer: Matthias Klose Architecture: amd64 Version: 2.28-5 Replaces: binutils-gold (<< 2.20.51.20100415), binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3) Provides: binutils-gold, elf-binutils Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.0) Suggests: binutils-doc (>= 2.28-5) Breaks: binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3), hardening-wrapper (<< 2.8+nmu3) Conflicts: binutils-gold (<< 2.20.51.20100415), binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3), binutils-multiarch (<< 2.27-8), elf-binutils, gas, modutils (<< 2.4.19-1) Description: GNU assembler, linker and binary utilities The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. Homepage: https://www.gnu.org/software/binutils/ Package: libffi6 Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: libffi Version: 3.2.1-6 Depends: libc6 (>= 2.14) Description: Foreign Function Interface library runtime A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Package: libaudit-common Status: install ok installed Priority: optional Section: libs Installed-Size: 30 Maintainer: Laurent Bigonville Architecture: all Multi-Arch: foreign Source: audit Version: 1:2.6.7-2 Replaces: libaudit0, libaudit1 (<< 1:2.2.1-2) Breaks: libaudit0, libaudit1 (<< 1:2.2.1-2) Conffiles: /etc/libaudit.conf cdc703f9d27f0d980271a9e95d0f18b2 Description: Dynamic library for security auditing - common files The audit-libs package contains the dynamic libraries needed for applications to use the audit framework. It is used to monitor systems for security related events. . This package contains the libaudit.conf configuration file and the associated manpage. Homepage: https://people.redhat.com/sgrubb/audit/ Package: cpp-6 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 22665 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-6 Version: 6.3.0-18+deb9u1 Replaces: gccgo-6 (<< 6.3.0-18+deb9u1) Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl15 (>= 0.15), libmpc3, libmpfr4 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gcc-6-locales (>= 6.3.0-1) Breaks: hardening-wrapper (<< 2.8+nmu3), libmagics++-dev (<< 2.28.0-4) Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Homepage: http://gcc.gnu.org/ Package: icu-devtools Status: install ok installed Priority: optional Section: libdevel Installed-Size: 539 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Multi-Arch: foreign Source: icu Version: 57.1-6+deb9u5 Replaces: icu-tools (<< 57.1-1~), libicu-dev (<< 57.1-6+deb9u5) Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libicu57 (>= 57.1-1~), libstdc++6 (>= 4.9) Breaks: icu-tools (<< 57.1-1~), libicu-dev (<< 57.1-6+deb9u5) Description: Development utilities for International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains programs used to manipulate data files found in the ICU sources and is a dependency of libicu-dev. End users would generally not need to install this package. Homepage: http://www.icu-project.org Package: libc-dev-bin Status: install ok installed Priority: optional Section: libdevel Installed-Size: 378 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: foreign Source: glibc Version: 2.24-11+deb9u4 Depends: libc6 (>> 2.24), libc6 (<< 2.25) Recommends: manpages, manpages-dev Description: GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. Homepage: http://www.gnu.org/software/libc/libc.html Package: libavahi-common3 Status: install ok installed Priority: optional Section: libs Installed-Size: 105 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.32-2 Depends: libc6 (>= 2.14), libavahi-common-data Description: Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi common library, which is a set of common functions used by many of Avahis components and client applications. Homepage: http://avahi.org/ Package: libdrm-radeon1 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.74-1 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.38) Description: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Homepage: https://cgit.freedesktop.org/mesa/drm/ Package: libpcre16-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 541 Maintainer: Matthew Vernon Architecture: amd64 Multi-Arch: same Source: pcre3 Version: 2:8.39-3 Depends: libc6 (>= 2.14) Description: Old Perl 5 Compatible Regular Expression Library - 16 bit runtime 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 16 bit runtime library. Package: libboost-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost1.62-dev Suggests: libboost-doc Description: Boost C++ Libraries development files (default version) 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 package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/ Package: libcomerr2 Status: install ok installed Priority: required Section: libs Installed-Size: 84 Maintainer: Theodore Y. Ts'o Architecture: amd64 Multi-Arch: same Source: e2fsprogs Version: 1.43.4-2+deb9u2 Replaces: e2fsprogs (<< 1.34-1) Provides: libcomerr-kth-compat Depends: libc6 (>= 2.17) Description: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Homepage: http://e2fsprogs.sourceforge.net Package: libtcl8.6 Status: install ok installed Priority: optional Section: libs Installed-Size: 4049 Maintainer: Debian Tcl/Tk Packagers Architecture: amd64 Multi-Arch: same Source: tcl8.6 (8.6.6+dfsg-1) Version: 8.6.6+dfsg-1+b1 Replaces: tcl8.6 (<< 8.6.0-2) Provides: libtcl Depends: tzdata, libc6 (>= 2.15), zlib1g (>= 1:1.2.2) Suggests: tcl8.6 Conflicts: tcl74 (<= 7.4p3-2), tcl8.6 (<< 8.6.0-2) Description: Tcl (the Tool Command Language) v8.6 - run-time library files Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains the Tcl library and auxiliary code which allows one to run Tcl-enabled applications. This version includes thread support. Homepage: http://www.tcl.tk/ Package: libx11-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2591 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libx11 Version: 2:1.6.4-3+deb9u4 Depends: libx11-6 (= 2:1.6.4-3+deb9u4), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-core-dev (>= 7.0.17), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb1-dev Recommends: libx11-doc Description: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libthai-data Status: install ok installed Priority: optional Section: libs Installed-Size: 601 Maintainer: Theppitak Karoonboonyanan Architecture: all Multi-Arch: foreign Source: libthai Version: 0.1.26-1 Breaks: libthai0 (<< 0.1.10) Description: Data files for Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains data files needed by the LibThai library. Homepage: http://linux.thai.net/projects/libthai Package: libjpeg62-turbo-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 772 Maintainer: Ondřej Surý Architecture: amd64 Multi-Arch: same Source: libjpeg-turbo Version: 1:1.5.1-2+deb9u1 Replaces: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev Provides: libjpeg-dev Depends: libc-dev, libjpeg62-turbo (= 1:1.5.1-2+deb9u1) Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev Description: Development files for the libjpeg-turbo JPEG library The libjpeg-turbo JPEG library is a library for handling JPEG files. . libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. The libjpeg-turbo JPEG library is an API/ABI compatible with the IJG JPEG library. . This package contains the static library, headers and documentation. Homepage: http://www.libjpeg-turbo.org/ Package: findutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1854 Maintainer: Andreas Metzler Architecture: amd64 Multi-Arch: foreign Version: 4.6.0+git+20161106-2 Pre-Depends: libc6 (>= 2.17), libselinux1 (>= 1.32) Suggests: mlocate | locate Breaks: binstats (<< 1.08-8.1), debhelper (<< 9.20130504), guilt (<< 0.36-0.2), kernel-package (<< 13.000), libpython3.4-minimal (<< 3.4.4-2), libpython3.5-minimal (<< 3.5.1-3), lsat (<< 0.9.7.1-2.1), mc (<< 3:4.8.11-1), sendmail (<< 8.14.4-5), switchconf (<< 0.0.9-2.1) Conflicts: debconf (<< 1.5.50) Description: utilities for finding files--find, xargs GNU findutils provides utilities to find files meeting specified criteria and perform various actions on the files which are found. This package contains 'find' and 'xargs'; however, 'locate' has been split off into a separate package. Homepage: http://savannah.gnu.org/projects/findutils/ Package: libpng-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 638 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: libpng1.6 Version: 1.6.28-1+deb9u1 Replaces: libpng16-dev (<< 1.6.20-3), libpng16-devtools (<< 1.6.21-1) Depends: libpng16-16 (= 1.6.28-1+deb9u1), zlib1g-dev Recommends: libpng-tools Breaks: libpng16-dev (<< 1.6.20-3), libpng16-devtools (<< 1.6.21-1) Conflicts: libpng12-0-dev, libpng12-dev, libpng2-dev, libpng3-dev Description: PNG library - development (version 1.6) libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the header and development files needed to build programs and packages using libpng. Homepage: http://libpng.org/pub/png/libpng.html Package: libpam0g Status: install ok installed Priority: required Section: libs Installed-Size: 229 Maintainer: Steve Langasek Architecture: amd64 Multi-Arch: same Source: pam Version: 1.1.8-3.6 Replaces: libpam0g-util Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0 Suggests: libpam-doc Description: Pluggable Authentication Modules library Contains the shared library for Linux-PAM, a library that enables the local system administrator to choose how applications authenticate users. In other words, without rewriting or recompiling a PAM-aware application, it is possible to switch between the authentication mechanism(s) it uses. One may entirely upgrade the local authentication system without touching the applications themselves. Homepage: http://www.linux-pam.org/ Package: bison Status: install ok installed Priority: optional Section: devel Installed-Size: 2061 Maintainer: Chuan-kai Lin Architecture: amd64 Multi-Arch: foreign Source: bison (2:3.0.4.dfsg-1) Version: 2:3.0.4.dfsg-1+b1 Depends: m4, libc6 (>= 2.15), libbison-dev (= 2:3.0.4.dfsg-1+b1) Suggests: bison-doc Description: YACC-compatible parser generator 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. Homepage: http://www.gnu.org/software/bison/ Package: libxdmcp6 Status: install ok installed Priority: optional Section: libs Installed-Size: 53 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxdmcp Version: 1:1.1.2-3 Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.4) Description: X11 Display Manager Control Protocol library This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Package: xml-core Status: install ok installed Priority: optional Section: text Installed-Size: 117 Maintainer: Debian XML/SGML Group Architecture: all Multi-Arch: foreign Version: 0.17 Depends: sgml-base (>= 1.28), sed (>= 4.1.2-8) Suggests: debhelper (>= 9.20120909) Conffiles: /etc/sgml/xml-core.cat 055ba0bd3154c0a58b9bf8a0c9ecf2fa Description: XML infrastructure and XML catalog file support This package creates the XML infrastructure directories and provides XML catalog file support in compliance with the current Debian XML Policy draft: . * infrastructure directories: - /etc/xml - /usr/share/xml/{declaration,entities,misc,schema} - /usr/local/share/xml/{declaration,entities,misc,schema} . * XML catalog schema: OASIS XML Catalog Committee Specification 1.0 . * update-xmlcatalog(8): tool for maintaining the root XML catalog file and the package XML catalog files in the '/etc/xml' directory as well as local XML catalog files. . * dh_installxmlcatalogs(1): debhelper tool for installing local XML catalog files and registering XML entities in package XML catalog files and the root XML catalog file (requires debhelper package) Package: javascript-common Status: install ok installed Priority: optional Section: web Installed-Size: 68 Maintainer: Debian Javascript Maintainers Architecture: all Version: 11 Suggests: apache2 (>= 2.4.6~) | lighttpd | httpd Conffiles: /etc/apache2/conf-available/javascript-common.conf 133aafb01e900b05e75042fd47dec067 /etc/lighttpd/conf-available/90-javascript-alias.conf 568434a47d89bb89ecf81c8f9c4e1669 Description: Base support for JavaScript library packages Web applications that use JavaScript need to distribute it through HTTP. Using a common path for every script avoids the need to enable this path in the HTTP server for every package. . This is a helper package that creates /usr/share/javascript and enables it in the Apache and Lighttpd webserver. Package: libcap-ng0 Status: install ok installed Priority: optional Section: libs Installed-Size: 43 Maintainer: Pierre Chifflier Architecture: amd64 Multi-Arch: same Source: libcap-ng (0.7.7-3) Version: 0.7.7-3+b1 Depends: libc6 (>= 2.8) Description: An alternate POSIX capabilities library This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. . This package contains header files and libraries for libcap-ng. Homepage: http://people.redhat.com/sgrubb/libcap-ng Package: libnuma-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 162 Maintainer: Ian Wienand Architecture: amd64 Multi-Arch: same Source: numactl Version: 2.0.11-2.1 Depends: libnuma1 (= 2.0.11-2.1), libc6-dev | libc-dev Description: Development files for libnuma Library to control specific NUMA (Non-Uniform Memory Architecture) scheduling or memory placement policies. This package contains headers and manual pages relating to the library. Homepage: http://oss.sgi.com/projects/libnuma/ Package: ocl-icd-libopencl1 Status: install ok installed Priority: extra Section: libs Installed-Size: 114 Maintainer: Vincent Danjean Architecture: amd64 Multi-Arch: same Source: ocl-icd Version: 2.2.11-1 Replaces: amd-app, libopencl1, nvidia-libopencl1-dev Provides: libopencl-1.1-1, libopencl-1.2-1, libopencl-2.0-1, libopencl-2.1-1, libopencl1 Depends: libc6 (>= 2.4) Suggests: opencl-icd Conflicts: amd-app, libopencl1, nvidia-libopencl1-dev Description: Generic OpenCL ICD Loader OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package contains an installable client driver loader (ICD Loader) library that can be used to load any (free or non-free) installable client driver (ICD) for OpenCL. It acts as a demultiplexer so several ICD can be installed and used together. Homepage: https://forge.imag.fr/projects/ocl-icd/ Package: dbus Status: install ok installed Priority: standard Section: admin Installed-Size: 534 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: foreign Version: 1.10.32-0+deb9u1 Depends: adduser, init-system-helpers (>= 1.3~), lsb-base (>= 3.2-14), libapparmor1 (>= 2.8.95), libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libcap-ng0, libdbus-1-3 (= 1.10.32-0+deb9u1), libexpat1 (>= 2.1~beta3), libselinux1 (>= 2.0.65), libsystemd0 (>= 209) Suggests: default-dbus-session-bus | dbus-session-bus Conffiles: /etc/default/dbus 0d0f25a2f993509c857eb262f6e22015 /etc/init.d/dbus ec9a7d183ec50837a12aca3f9c95cc27 Description: simple interprocess messaging system (daemon and utilities) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . This package contains the D-Bus daemon and related utilities. . The client-side library can be found in the libdbus-1-3 package, as it is no longer contained in this package. Homepage: http://dbus.freedesktop.org/ Package: libmount1 Status: install ok installed Priority: required Section: libs Installed-Size: 403 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.29.2-1+deb9u1 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libselinux1 (>= 2.6-3~) Description: device mounting library This device mounting library is used by mount and umount helpers. Package: libxxf86vm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 50 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxxf86vm (1:1.1.4-1) Version: 1:1.1.4-1+b2 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 XFree86 video mode extension library libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: texlive-fonts-recommended Status: install ok installed Priority: optional Section: fonts Installed-Size: 18231 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Recommends: tex-gyre, texlive-fonts-recommended-doc, tipa (>= 2:1.2-2.1) Breaks: texlive-base (<< 2016.20170123-2) Description: TeX Live: Recommended fonts Recommended fonts, including the base 35 PostScript fonts, Latin Modern, TeX Gyre, and T1 and other encoding support for Computer Modern, in outline form. . This package includes the following CTAN packages: . avantgar -- URW "Base 35" font pack for LaTeX . bookman -- URW "Base 35" font pack for LaTeX . charter -- Charter fonts . cmextra -- Knuth's local information . courier -- URW "Base 35" font pack for LaTeX . ec -- Computer modern fonts in T1 and TS1 encodings . euro -- Provide Euro values for national currency amounts . euro-ce -- Euro and CE sign font . eurosym -- Metafont and macros for Euro sign . fpl -- SC and OsF fonts for URW Palladio L . helvetic -- URW "Base 35" font pack for LaTeX . marvosym -- Martin Vogel's Symbols (marvosym) font . mathpazo -- Fonts to typeset mathematics to match Palatino . manfnt-font -- . mflogo-font -- Metafont logo font . ncntrsbk -- URW "Base 35" font pack for LaTeX . palatino -- URW "Base 35" font pack for LaTeX . pxfonts -- Palatino-like fonts in support of mathematics . rsfs -- Ralph Smith's Formal Script font . symbol -- URW "Base 35" font pack for LaTeX . times -- URW "Base 35" font pack for LaTeX . txfonts -- Times-like fonts in support of mathematics . utopia -- Adobe Utopia fonts . wasy -- The wasy fonts (Waldi symbol fonts) . wasy2-ps -- Type 1 versions of wasy2 fonts . wasysym -- LaTeX support file to use the WASY2 fonts . zapfchan -- URW "Base 35" font pack for LaTeX . zapfding -- URW "Base 35" font pack for LaTeX Homepage: http://www.tug.org/texlive/ Package: libkeyutils1 Status: install ok installed Priority: standard Section: libs Installed-Size: 36 Maintainer: Christian Kastner Architecture: amd64 Multi-Arch: same Source: keyutils Version: 1.5.9-9 Depends: libc6 (>= 2.14) Description: Linux Key Management Utilities (library) Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. . This package provides a wrapper library for the key management facility system calls. Homepage: http://people.redhat.com/~dhowells/keyutils/ Package: libdrm-nouveau2 Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libdrm Version: 2.4.74-1 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38) Description: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Homepage: https://cgit.freedesktop.org/mesa/drm/ Package: python3-setuptools Status: install ok installed Priority: optional Section: python Installed-Size: 922 Maintainer: Matthias Klose Architecture: all Multi-Arch: foreign Source: python-setuptools Version: 33.1.1-1 Depends: python3-pkg-resources (= 33.1.1-1), python3:any (>= 3.3.2-2~) Suggests: python-setuptools-doc Description: Python3 Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Homepage: https://pypi.python.org/pypi/setuptools Package: libgmpxx4ldbl Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Debian Science Team Architecture: amd64 Multi-Arch: same Source: gmp Version: 2:6.1.2+dfsg-1+deb9u1 Replaces: libgmp3 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0), libgmp10, libstdc++6 (>= 5.2) Conflicts: libgmp3, libgmpxx4 Description: Multiprecision arithmetic library (C++ bindings) GNU MP is a programmer's library for arbitrary precision arithmetic (ie, a bignum package). It can operate on signed integer, rational, and floating point numeric types. Homepage: http://gmplib.org/ Package: libxft2 Status: install ok installed Priority: optional Section: libs Installed-Size: 122 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: xft (2.3.2-1) Version: 2.3.2-1+b2 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libx11-6, libxrender1 Description: FreeType-based font drawing library for X Xft provides a client-side font API for X applications, making the FreeType font rasterizer available to X clients. Fontconfig is used for font specification resolution. Where available, the RENDER extension handles glyph drawing; otherwise, the core X protocol is used. Package: libsasl2-modules Status: install ok installed Priority: optional Section: libs Installed-Size: 260 Maintainer: Debian Cyrus SASL Team Architecture: amd64 Multi-Arch: same Source: cyrus-sasl2 Version: 2.1.27~101-g0780600+dfsg-3+deb9u2 Depends: libc6 (>= 2.14), libssl1.1 (>= 1.1.0) Suggests: libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal, libsasl2-modules-ldap, libsasl2-modules-otp, libsasl2-modules-sql Breaks: logcheck-database (<= 1.3.16~) Conffiles: /etc/logcheck/ignore.d.server/libsasl2-modules c032d5205f090a30661ae9f82a03f36e Description: Cyrus SASL - pluggable authentication modules This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS, NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support). Homepage: https://www.cyrusimap.org/ Package: login Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 2747 Maintainer: Shadow package maintainers Architecture: amd64 Source: shadow Version: 1:4.4-4.1 Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules (>= 1.1.8-1) Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1) Conffiles: /etc/login.defs c92ea31d5ac50ae3e5d33d24f1e70983 /etc/pam.d/login 1fd6cb4d4267a68148ee9973510a9d3e /etc/pam.d/su ce6dcfda3b190a27a455bb38a45ff34a /etc/securetty a7fc5292d9ae16f24d45f94fe88e001b Description: system login tools These tools are required to be able to login and use your system. The login program invokes your user shell and enables command execution. The newgrp program is used to change your effective group ID (useful for workgroup type situations). The su program allows changing your effective user ID (useful being able to execute commands as another user). Homepage: https://github.com/shadow-maint/shadow Package: bc Status: install ok installed Priority: standard Section: math Installed-Size: 232 Maintainer: Ryan Kavanagh Architecture: amd64 Multi-Arch: foreign Source: bc (1.06.95-9) Version: 1.06.95-9+b3 Depends: libc6 (>= 2.14), libreadline7 (>= 6.0), libtinfo5 (>= 6) Description: GNU bc arbitrary precision calculator language 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. Homepage: http://ftp.gnu.org/gnu/bc/ Package: gnupg-agent Status: install ok installed Priority: optional Section: utils Installed-Size: 1362 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Multi-Arch: foreign Source: gnupg2 Version: 2.1.18-8~deb9u4 Provides: gpg-agent Depends: pinentry-curses | pinentry, libassuan0 (>= 2.3.0), libc6 (>= 2.15), libgcrypt20 (>= 1.7.0), libgpg-error0 (>= 1.25), libnpth0 (>= 0.90), libreadline7 (>= 6.0) Recommends: gnupg (= 2.1.18-8~deb9u4) | gpgsm Suggests: dbus-user-session, libpam-systemd, pinentry-gnome3, scdaemon Conffiles: /etc/X11/Xsession.d/90gpg-agent fbb9ce5e8e4ba5727090f0aa51b61a82 Description: GNU privacy guard - cryptographic agent GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the agent program gpg-agent which handles all secret key material for OpenPGP and S/MIME use. The agent also provides a passphrase cache, which is used by pre-2.1 versions of GnuPG for OpenPGP operations. Homepage: https://www.gnupg.org/ Package: texlive-bibtex-extra Status: install ok installed Priority: optional Section: tex Installed-Size: 77388 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-extra Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7), texlive-latex-base (>= 2016.20170123-2) Breaks: biber (<< 2.7), texlive-base (<< 2016.20170123-2) Conflicts: biblatex, biblatex-dw, logreq Description: TeX Live: BibTeX additional styles Additional BibTeX styles and bibliography data(bases), notably including BibLaTeX. . This package includes the following CTAN packages: . aichej -- Bibliography style file for the AIChE Journal . ajl -- BibTeX style for AJL . amsrefs -- A LaTeX-based replacement for BibTeX . apacite -- Citation style following the rules of the APA . apalike2 -- Bibliography style that approaches APA requirements . archaeologie -- A citation-style which covers rules of the German Archaeological Institute . beebe -- . besjournals -- . bestpapers -- A BibTeX package to produce lists of authors' best papers . bibarts -- "Arts"-style bibliographical information . bibexport -- Extract a BibTeX file based on a .aux file . bibhtml -- BibTeX support for HTML files . biblatex -- Sophisticated Bibliographies in LaTeX . biblatex-abnt -- BibLaTeX style for Brazil's ABNT rules . biblatex-anonymous -- A tool to manage anonymous work with BibLaTeX . biblatex-apa -- BibLaTeX citation and reference style for APA . biblatex-bookinarticle -- Manage book edited in article . biblatex-bookinother -- Manage book edited in other entry type . biblatex-bwl -- BibLaTeX citations for FU Berlin . biblatex-caspervector -- A simple citation style for Chinese users . biblatex-chem -- A set of BibLaTeX implementations of chemistry-related bibliography styles . biblatex-chicago -- Chicago style files for BibLaTeX . biblatex-claves -- A tool to manage claves of old litterature with BibLaTeX . biblatex-dw -- Humanities styles for BibLaTeX . biblatex-fiwi -- BibLaTeX styles for use in German humanities . biblatex-gb7714-2015 -- A BibLaTeX implementation of the GBT7714-2015 bibliography style for Chinese users . biblatex-gost -- BibLaTeX support for GOST standard bibliographies . biblatex-historian -- A BibLaTeX style . biblatex-ieee -- Ieee style files for BibLaTeX . biblatex-ijsra -- BibLaTeX style for the International Journal of Student Research in Archaeology . biblatex-iso690 -- BibLaTeX style for ISO 690 standard . biblatex-juradiss -- BibLaTeX stylefiles for German law thesis . biblatex-lni -- LNI style for BibLaTeX . biblatex-luh-ipw -- BibLaTeX styles for social sciences . biblatex-manuscripts-philology -- Manage classical manuscripts with BibLaTeX . biblatex-mla -- MLA style files for BibLaTeX . biblatex-morenames -- New names for standard BibLaTeX entry type . biblatex-multiple-dm -- Load multiple datamodels in BibLaTeX . biblatex-musuos -- A BibLaTeX style for citations in musuos.cls . biblatex-nature -- BibLaTeX support for Nature . biblatex-nejm -- BibLaTeX style for the New England Journal of Medicine (NEJM) . biblatex-nottsclassic -- Citation style covering the citation and bibliography rules of the University of Nottingham . biblatex-opcit-booktitle -- Use op. cit. for the booktitle of a subentry . biblatex-philosophy -- Styles for using BibLaTeX for work in philosophy . biblatex-phys -- A BibLaTeX implementation of the AIP and APS bibliography style . biblatex-publist -- BibLaTeX bibliography support for publication lists . biblatex-realauthor -- Indicate the real author of a work . biblatex-sbl -- Society of Biblical Literature (SBL) style files for BibLaTeX . biblatex-science -- BibLaTeX implementation of the Science bibliography style . biblatex-source-division -- References by "division" in classical sources . biblatex-subseries -- Manages subseries with BibLaTeX . biblatex-swiss-legal -- Bibliography and citation styles following Swiss legal practice . biblatex-trad -- "Traditional" BibTeX styles with BibLaTeX . biblatex-true-citepages-omit -- Correction of some limitation of the citepages=omit option of BibLaTeX styles . biblist -- Print a BibTeX database . bibtexperllibs -- BibTeX Perl Libraries . bibtopic -- Include multiple bibliographies in a document . bibtopicprefix -- Prefix references to bibliographies produced by bibtopic . bibunits -- Multiple bibliographies in one document . biolett-bst -- A BibTeX style for the journal "Biology Letters" . bookdb -- A BibTeX style file for cataloguing a home library . breakcites -- Ensure that multiple citations may break at line end . cell -- Bibliography style for Cell . chbibref -- Change the Bibliography/References title . chicago -- A "Chicago" bibliography style . chicago-annote -- Chicago-based annotated BibTeX style . chembst -- A collection of BibTeX files for chemistry journals . chscite -- Bibliography style for Chalmers University of Technology . citeall -- Cite all entries of a bbl created with BibLaTeX . collref -- Collect blocks of references into a single reference . compactbib -- Multiple thebibliography environments . crossrefware -- Scripts for working with crossref.org . custom-bib -- Customised BibTeX styles . din1505 -- Bibliography styles for German texts . dk-bib -- Danish variants of standard BibTeX styles . doipubmed -- Special commands for use in bibliographies . ecobiblatex -- Global Ecology and Biogeography BibLaTeX styles for the Biber backend . economic -- BibTeX support for submitting to Economics journals . fbs -- BibTeX style for Frontiers in Bioscience . figbib -- Organize figure databases with BibTeX . footbib -- Bibliographic references as footnotes . francais-bst -- Bibliographies conforming to French typographic standards . geschichtsfrkl -- BibLaTeX style for historians . harvard -- Harvard citation package for use with LaTeX 2e . harvmac -- Macros for scientific articles . historische-zeitschrift -- BibLaTeX style for the journal 'Historische Zeitschrift' . ietfbibs -- Generate BibTeX entries for various IETF index files . ijqc -- BibTeX style file for the Intl. J. Quantum Chem . inlinebib -- Citations in footnotes . iopart-num -- Numeric citation style for IOP journals . jneurosci -- BibTeX style for the Journal of Neuroscience . jurabib -- Extended BibTeX citation support for the humanities and legal texts . ksfh_nat -- BibTeX style for KSFH Munich . listbib -- Lists contents of BibTeX files . logreq -- Support for automation of the LaTeX workflow . margbib -- Display bibitem tags in the margins . multibib -- Multiple bibliographies within one document . multibibliography -- Multiple versions of a bibliography, with different sort orders . munich -- An alternative authordate bibliography style . nar -- BibTeX style for Nucleic Acid Research . nmbib -- Multiple versions of a bibliography, with different sort orders . notes2bib -- Integrating notes into the bibliography . notex-bst -- A BibTeX style that outputs HTML . oscola -- BibLaTeX style for the Oxford Standard for the Citation of Legal Authorities . perception -- BibTeX style for the journal Perception . pnas2009 -- BibTeX style for PNAS (newer version) . rsc -- BibTeX style for use with RSC journals . showtags -- Print the tags of bibliography entries . sort-by-letters -- Bibliography styles for alphabetic sorting . splitbib -- Split and reorder your bibliography . turabian-formatting -- Formatting based on Turabian's Manual . uni-wtal-ger -- Citation style for literary studies at the University of Wuppertal . uni-wtal-lin -- Citation style for linguistic studies at the University of Wuppertal . urlbst -- Web support for BibTeX . usebib -- A simple bibliography processor . vak -- BibTeX style for Russian Theses, books, etc . xcite -- Use citation keys from a different document Homepage: http://www.tug.org/texlive/ Package: libboost-mpi-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Source: boost-defaults Version: 1.62.0.1 Depends: libboost-mpi1.62-dev Description: C++ interface to the Message Passing Interface (MPI) (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/doc/html/mpi.html Package: libnl-3-200 Status: install ok installed Priority: optional Section: libs Installed-Size: 176 Maintainer: Heiko Stuebner Architecture: amd64 Multi-Arch: same Source: libnl3 Version: 3.2.27-2 Depends: libc6 (>= 2.14) Conffiles: /etc/libnl-3/classid 3e07259e58674631830b152e983ca995 /etc/libnl-3/pktloc 7613dbc41b2dc3258195b6b6abd0f179 Description: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Homepage: http://www.infradead.org/~tgr/libnl/ Package: libpython2.7-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 2767 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python2.7 Version: 2.7.13-2+deb9u6 Replaces: libpython2.7-stdlib (<< 2.7.8-7), python2.7 (<< 2.7.4-2), python2.7-minimal (<< 2.7.3-10) Recommends: libpython2.7-stdlib Breaks: python2.7-minimal (<< 2.7.4~rc1-1~) Conflicts: binfmt-support (<< 1.1.2) Conffiles: /etc/python2.7/sitecustomize.py d6b276695157bde06a56ba1b2bc53670 Description: Minimal subset of the Python language (version 2.7) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python2.7-minimal. Package: libruby2.3 Status: install ok installed Priority: optional Section: libs Installed-Size: 13593 Maintainer: Antonio Terceiro Architecture: amd64 Multi-Arch: same Source: ruby2.3 Version: 2.3.3-1+deb9u11 Depends: rake (>= 10.4.2), ruby-did-you-mean (>= 1.0), ruby-minitest (>= 5.4), ruby-net-telnet (>= 0.1.1), ruby-test-unit (>= 3.0.8~), libc6 (>= 2.17), libffi6 (>= 3.0.4), libgdbm3 (>= 1.8.3), libgmp10, libncurses5 (>= 6), libreadline7 (>= 6.0), libssl1.0.2 (>= 1.0.2d), libtinfo5 (>= 6), libyaml-0-2, zlib1g (>= 1:1.2.2) Description: Libraries necessary to run Ruby 2.3 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 includes the 'libruby-2.3' library, necessary to run Ruby 2.3. (API version 2.3.0) Homepage: http://www.ruby-lang.org/ Package: adduser Status: install ok installed Priority: important Section: admin Installed-Size: 849 Maintainer: Debian Adduser Developers Architecture: all Multi-Arch: foreign Version: 3.115 Depends: passwd, debconf (>= 0.5) | debconf-2.0 Suggests: liblocale-gettext-perl, perl Conffiles: /etc/deluser.conf 773fb95e98a27947de4a95abb3d3f2a2 Description: add and remove users and groups This package includes the 'adduser' and 'deluser' commands for creating and removing users. . - 'adduser' creates new users and groups and adds existing users to existing groups; - 'deluser' removes users and groups and removes users from a given group. . Adding users with 'adduser' is much easier than adding them manually. Adduser will choose appropriate UID and GID values, create a home directory, copy skeletal user configuration, and automate setting initial values for the user's password, real name and so on. . Deluser can back up and remove users' home directories and mail spool or all the files they own on the system. . A custom script can be executed after each of the commands. . Development mailing list: http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/ Homepage: http://alioth.debian.org/projects/adduser/ Package: cmake Status: install ok installed Priority: optional Section: devel Installed-Size: 15940 Maintainer: Debian CMake Team Architecture: amd64 Multi-Arch: foreign Version: 3.7.2-1 Depends: cmake-data (= 3.7.2-1), procps, libarchive13 (>= 3.0.4), libc6 (>= 2.15), libcurl3 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libjsoncpp1 (>= 1.7.4), libstdc++6 (>= 5.2), libuv1 (>= 1.4.2), zlib1g (>= 1:1.2.3.3) Pre-Depends: dpkg (>= 1.17.5~) Recommends: gcc, make Suggests: codeblocks, eclipse, ninja-build Description: cross-platform, open-source make system 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. Homepage: https://cmake.org/ Package: ruby-minitest Status: install ok installed Priority: optional Section: ruby Installed-Size: 139 Maintainer: Debian Ruby Extras Maintainers Architecture: all Multi-Arch: foreign Version: 5.9.0-1 Suggests: ruby-test-unit Description: Ruby test tools supporting TDD, BDD, mocking, and benchmarking minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. . minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. . minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. . minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! . minitest/mock by Steven Baker, is a beautifully tiny mock object framework. . minitest/pride shows pride in testing and adds coloring to your test output. . minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. Homepage: https://github.com/seattlerb/minitest Ruby-Versions: all Package: python-apt Status: install ok installed Priority: optional Section: python Installed-Size: 654 Maintainer: APT Development Team Architecture: amd64 Multi-Arch: allowed Version: 1.4.3 Provides: python2.7-apt Depends: python (<< 2.8), python (>= 2.7~), python:any (<< 2.8), python:any (>= 2.7.5-5~), libapt-inst2.0 (>= 1.4~beta3), libapt-pkg5.0 (>= 1.4~beta3), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), python-apt-common, gnupg, dirmngr | gnupg (<< 2) Recommends: lsb-release, iso-codes, xz-utils Suggests: python-apt-dbg, python-apt-doc, apt Breaks: apt-forktracer (<< 0.3), apt-listchanges (<< 2.85), apt-p2p (<< 0.1.6), apt-xapian-index (<< 0.25), aptdaemon (<< 0.11+bzr343-1~), aptoncd (<< 0.1.98+bzr117), bcfg2 (<< 1.0.1), bzr-builddeb (<< 2.4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), debpartial-mirror (<< 0.2.98), debsecan (<< 0.4.15), gdebi (<< 0.6.1), germinate (<< 1.21), gnome-codec-install (<< 0.4.5), mini-dinstall (<< 0.6.28), packagekit-backend-apt (<= 0.4.8-0ubuntu4), python-cdd (<< 0.0.10), python-dogtail (<< 0.6.1-3.1+), python-software-properties (<< 0.70.debian-1+), rebuildd (<< 0.3.9), software-center (<< 1.1.21debian2), tla-buildpackage (<< 0.9.14), ubuntu-dev-tools (<< 0.93debian1), unattended-upgrades (<< 0.42debian2), update-manager (<< 0.200.2-1), update-notifier (<< 0.99.3debian9), wajig (<< 2.0.46) Description: Python interface to libapt-pkg The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Package: libboost-signals1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 140 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 5) Description: managed signals and slots library for C++ This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." Homepage: http://www.boost.org/libs/signals/ Package: x11-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 305 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: xorg Version: 1:7.7+19 Depends: lsb-base (>= 1.3-9ubuntu2) Conffiles: /etc/X11/Xreset 05d188ccac2f3360af8fe0c216640233 /etc/X11/Xreset.d/README b344c222b5daf81926fd3270df374b5f /etc/X11/Xresources/x11-common b640adb1cd646ec097f8df5b6deca9f0 /etc/X11/Xsession 8662d290adffe530016ebf825b9af06f /etc/X11/Xsession.d/20x11-common_process-args b3365bc1fd7637dc237eda93533d0fe9 /etc/X11/Xsession.d/30x11-common_xresources 61cebe25ee0c64e981b88958dfee6f9c /etc/X11/Xsession.d/35x11-common_xhost-local 3080616d080574d7b06c2b2a20af53dd /etc/X11/Xsession.d/40x11-common_xsessionrc db544c8543d1cb3762b9859288e77040 /etc/X11/Xsession.d/50x11-common_determine-startup b4570043736ae7f22947067b6d28ab8d /etc/X11/Xsession.d/90x11-common_ssh-agent ae74aadf705c5fccf841ef921b45ca72 /etc/X11/Xsession.d/99x11-common_start 3874d5e8f3ec888f69adb126e223e168 /etc/X11/Xsession.options 210cd520efa87a5197cac01e10b3a84a /etc/X11/rgb.txt 09ee098b83d94c7c046d6b55ebe84ae1 /etc/init.d/x11-common 4bf46072f9f13b2e38d58a053def37d5 Description: X Window System (X.Org) infrastructure x11-common contains the filesystem infrastructure required for further installation of the X Window System in any configuration; it does not provide a full installation of clients, servers, libraries, and utilities required to run the X Window System. . A number of terms are used to refer to the X Window System, including "X", "X Version 11", "X11", "X11R6", and "X11R7". The version of X used in Debian is derived from the version released by the X.Org Foundation, and is thus often also referred to as "X.Org". All of the preceding quoted terms are functionally interchangeable in an Debian system. Homepage: http://www.x.org/ Package: libzzip-0-13 Status: install ok installed Priority: optional Section: libs Installed-Size: 142 Maintainer: Scott Howard Architecture: amd64 Multi-Arch: same Source: zziplib Version: 0.13.62-3.2~deb9u2 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Description: library providing read access on ZIP-archives - library The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools. . This package contains the zziplib runtime library. Homepage: http://zziplib.sourceforge.net Package: libboost-coroutine-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-coroutine1.62-dev Description: provides a sort of cooperative multitasking on a single thread (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/coroutine/ Package: python3.5-dev Status: install ok installed Priority: optional Section: python Installed-Size: 421 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python3.5 Version: 3.5.3-1+deb9u5 Depends: python3.5 (= 3.5.3-1+deb9u5), libpython3.5-dev (= 3.5.3-1+deb9u5), libpython3.5 (= 3.5.3-1+deb9u5), libexpat1-dev Recommends: libc6-dev | libc-dev Description: Header files and a static library for Python (v3.5) Header files, a static library and development tools for building Python (v3.5) modules, extending the Python interpreter or embedding Python (v3.5) in applications. . Maintainers of Python packages should read README.maintainers. Package: ruby Status: install ok installed Priority: optional Section: ruby Installed-Size: 38 Maintainer: Antonio Terceiro Architecture: amd64 Multi-Arch: allowed Source: ruby-defaults Version: 1:2.3.3 Replaces: irb, rdoc, rubygems Provides: irb, rdoc, rubygems Depends: ruby2.3 Suggests: ri, ruby-dev Breaks: apt-listbugs (<< 0.1.6), rbenv (<= 0.4.0-1), ruby-debian (<< 0.3.8+b3), ruby-switch (<= 0.1.0) Conflicts: ruby-activesupport-2.3, ruby-activesupport-3.2 Description: Interpreter of object-oriented scripting language Ruby (default version) 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.3). Homepage: http://www.ruby-lang.org/ Package: xdg-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 306 Maintainer: Per Olofsson Architecture: all Multi-Arch: foreign Version: 1.1.1-1+deb9u2 Recommends: libfile-mimeinfo-perl, libnet-dbus-perl, libx11-protocol-perl, x11-utils, x11-xserver-utils Suggests: gvfs-bin Description: desktop integration utilities from freedesktop.org xdg-utils contains utilities for integrating applications with the desktop environment, regardless of which desktop environment is used. They are part of freedesktop.org's Portland project. . The following utilities are included: . * xdg-desktop-menu - Install desktop menu items * xdg-desktop-icon - Install icons on the user's desktop * xdg-email - Compose a new email in the user's preferred email client, potentially with subject and other info filled in * xdg-icon-resource - Install icon resources * xdg-mime - Query and install MIME types and associations * xdg-open - Open a URI in the user's preferred application that handles the respective URI or file type * xdg-screensaver - Enable, disable, or suspend the screensaver * xdg-settings - Get or set the default web browser and URI handlers . If you are running GNOME, make sure that the gvfs-bin package is installed. Homepage: http://www.freedesktop.org/wiki/Software/xdg-utils/ Package: python3-secretstorage Status: install ok installed Priority: optional Section: python Installed-Size: 55 Maintainer: Dmitry Shachnev Architecture: all Source: python-secretstorage Version: 2.3.1-2 Depends: dbus, python3-dbus, python3-cryptography, python3:any (>= 3.3.2-2~) Recommends: python3-gi Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc Description: Python module for storing secrets - Python 3.x version Python-SecretStorage provides a way for securely storing passwords and other secrets. . It uses D-Bus Secret Service API that is supported by GNOME Keyring (>= 2.30) and KSecretsService. . It allows one to create, edit and delete secret items, manipulate secret collections, and search for items matching given attributes. It also supports locking and unlocking collections. . This package provides Python 3.x version of SecretStorage. Homepage: https://github.com/mitya57/secretstorage Package: libxxf86vm-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 87 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxxf86vm (1:1.1.4-1) Version: 1:1.1.4-1+b2 Replaces: x11proto-xf86vidmode-dev (<< 2.2.99.1) Depends: libxxf86vm1 (= 1:1.1.4-1+b2), libx11-dev, x11proto-xf86vidmode-dev (>= 2.2.99.1) Description: X11 XFree86 video mode extension library (development headers) libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . This package contains the development headers for the library found in libxxf86vm1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: ca-certificates Status: install ok installed Priority: optional Section: misc Installed-Size: 401 Maintainer: Michael Shuler Architecture: all Multi-Arch: foreign Version: 20200601~deb9u2 Depends: openssl (>= 1.0.0), debconf (>= 0.5) | debconf-2.0 Breaks: ca-certificates-java (<< 20121112+nmu1) Enhances: openssl Description: Common CA certificates Contains the certificate authorities shipped with Mozilla's browser to allow SSL-based applications to check for the authenticity of SSL connections. . Please note that Debian can neither confirm nor deny whether the certificate authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Full responsibility to assess them belongs to the local system administrator. Package: texlive Status: install ok installed Priority: optional Section: tex Installed-Size: 68 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Depends: texlive-fonts-recommended (>= 2016.20170123-2), texlive-latex-base (>= 2016.20170123-2), texlive-latex-recommended (>= 2016.20170123-2) Description: TeX Live: A decent selection of the TeX Live packages The TeX Live software distribution offers a complete TeX system. It encompasses programs for typesetting, previewing and printing of TeX documents in many different languages, and a large collection of TeX macros and font libraries. . This metapackage provides a decent selection of the TeX Live packages which should suffice for the most common tasks. . The distribution also includes extensive general documentation about TeX, as well as the documentation accompanying the included software packages. Homepage: http://www.tug.org/texlive/ Package: libacl1 Status: install ok installed Priority: required Section: libs Installed-Size: 62 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Multi-Arch: same Source: acl (2.2.52-3) Version: 2.2.52-3+b1 Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14) Conflicts: acl (<< 2.0.0), libacl1-kerberos4kth Description: Access control list shared library This package contains the libacl.so dynamic library containing the POSIX 1003.1e draft standard 17 functions for manipulating access control lists. Homepage: http://savannah.nongnu.org/projects/acl/ Package: libspatialite-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 14406 Maintainer: Debian GIS Project Architecture: amd64 Multi-Arch: same Source: spatialite (4.3.0a-5) Version: 4.3.0a-5+b1 Depends: libspatialite7 (= 4.3.0a-5+b1), libsqlite3-dev, zlib1g-dev Recommends: pkg-config Description: Geospatial extension for SQLite - development files The SpatiaLite extension enables SQLite to support spatial (geometry) data in a way conformant to OpenGis specifications, with both WKT and WKB formats. . Spatialite also includes Virtualshape and Virtualtext to enable accessing shapefiles and csv/text files as virtual tables. . This package contains development files (static libraries and header files). Homepage: https://www.gaia-gis.it/fossil/libspatialite Package: libboost-graph-parallel1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 555 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-graph-parallel1.62.0 (= 1.62.0+dfsg-4), libboost-serialization1.62-dev (= 1.62.0+dfsg-4), libboost-test1.62-dev (= 1.62.0+dfsg-4) Conflicts: libboost-graph-parallel1.42-dev, libboost-graph-parallel1.46-dev, libboost-graph-parallel1.48-dev, libboost-graph-parallel1.49-dev, libboost-graph-parallel1.50-dev, libboost-graph-parallel1.52-dev, libboost-graph-parallel1.53-dev, libboost-graph-parallel1.54-dev, libboost-graph-parallel1.55-dev, libboost-graph-parallel1.57-dev, libboost-graph-parallel1.58-dev, libboost-graph-parallel1.60-dev, libboost-graph-parallel1.61-dev Description: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Homepage: http://www.boost.org/libs/graph_parallel/ Package: manpages-dev Status: install ok installed Priority: optional Section: doc Installed-Size: 3734 Maintainer: Martin Schulze Architecture: all Multi-Arch: foreign Source: manpages Version: 4.10-2 Depends: manpages Suggests: man-browser Description: Manual pages about using GNU/Linux for development These man pages describe the Linux programming interface, including these two sections: 2 = Linux system calls. 3 = Library calls (note that a more comprehensive source of information may be found in the glibc-doc and glibc-doc-reference packages). Homepage: http://www.kernel.org/doc/man-pages/ Package: libxfixes-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 69 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxfixes Version: 1:5.0.3-1 Depends: libxfixes3 (= 1:5.0.3-1), libx11-dev, x11proto-fixes-dev (>= 1:5.0-1) Description: X11 miscellaneous 'fixes' extension library (development headers) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . This package contains the development headers for the library found in libxfixes3. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: openssh-client Status: install ok installed Priority: standard Section: net Installed-Size: 4111 Maintainer: Debian OpenSSH Maintainers Architecture: amd64 Multi-Arch: foreign Source: openssh Version: 1:7.4p1-10+deb9u7 Replaces: ssh, ssh-krb5 Provides: rsh-client, ssh-client Depends: adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libc6 (>= 2.17), libedit2 (>= 2.11-20080614), libgssapi-krb5-2 (>= 1.14+dfsg), libselinux1 (>= 1.32), libssl1.0.2 (>= 1.0.2d), zlib1g (>= 1:1.1.4) Recommends: xauth Suggests: keychain, libpam-ssh, monkeysphere, ssh-askpass Conflicts: sftp Conffiles: /etc/ssh/moduli fe5be9e1b2ad5c55132a3521ecaadcdd /etc/ssh/ssh_config d26206bb4490f72d051d2642c3bf03ee Description: secure shell (SSH) client, for secure access to remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. . In some countries it may be illegal to use any encryption at all without a special permit. . ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. Homepage: http://www.openssh.com/ Package: ncurses-bin Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 536 Maintainer: Craig Small Architecture: amd64 Multi-Arch: foreign Source: ncurses Version: 6.0+20161126-1+deb9u2 Pre-Depends: libc6 (>= 2.14), libtinfo5 (>= 6.0+20151017), libtinfo5 (<< 6.1~) Description: terminal-related programs and man pages The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the programs used for manipulating the terminfo database and individual terminfo entries, as well as some programs for resetting terminals and such. Homepage: http://invisible-island.net/ncurses/ Package: dirmngr Status: install ok installed Priority: optional Section: utils Installed-Size: 1088 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.1.18-8~deb9u4 Replaces: gnupg2 (<< 2.1.10-2) Depends: adduser, lsb-base (>= 3.2-13), libassuan0 (>= 2.4.0), libc6 (>= 2.15), libgcrypt20 (>= 1.7.0), libgnutls30 (>= 3.5.6), libgpg-error0 (>= 1.21), libksba8 (>= 1.3.4), libldap-2.4-2 (>= 2.4.7), libnpth0 (>= 0.90) Recommends: gnupg (= 2.1.18-8~deb9u4) Suggests: dbus-user-session, libpam-systemd, pinentry-gnome3, tor Breaks: gnupg2 (<< 2.1.10-2) Enhances: gnupg, gpgsm, squid Description: GNU privacy guard - network certificate management service dirmngr is a server for managing and downloading OpenPGP and X.509 certificates, as well as updates and status signals related to those certificates. For OpenPGP, this means pulling from the public HKP/HKPS keyservers, or from LDAP servers. For X.509 this includes Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol updates (OCSP). It is capable of using tor for network access. . dirmngr is used for network access by gpg, gpgsm, and dirmngr-client, among other tools. Homepage: https://www.gnupg.org/ Package: texlive-generic-recommended Status: install ok installed Priority: optional Section: tex Installed-Size: 6417 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Breaks: texlive-base (<< 2016.20170123-2) Description: TeX Live: Generic recommended packages Recommended packages that work with multiple formats. . This package includes the following CTAN packages: . apnum -- Arbitrary precision numbers implemented by TeX macros . epsf -- Simple macros for EPS inclusion . fontname -- Scheme for naming fonts in TeX . genmisc -- . kastrup -- Convert numbers into binary, octal and hexadecimal . multido -- A loop facility for Generic TeX . path -- Typeset paths, making them breakable . tex-ps -- TeX to PostScript generic macros and add-ons . ulem -- Package for underlining Homepage: http://www.tug.org/texlive/ Package: libfile-mimeinfo-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 113 Maintainer: Debian Perl Group Architecture: all Version: 0.27-1 Depends: perl, libfile-basedir-perl, libfile-desktopentry-perl, shared-mime-info Description: Perl module to determine file types File::MimeInfo can be used to determine the mime type of a file. It tries to implement the freedesktop specification for a shared MIME database. . This package also contains two related utilities: * mimetype: determine a file's mimetype * mimeopen: open files according to their mimetype Homepage: https://metacpan.org/release/File-MimeInfo Package: hicolor-icon-theme Status: install ok installed Priority: optional Section: misc Installed-Size: 414 Maintainer: Debian GNOME Maintainers Architecture: all Multi-Arch: foreign Version: 0.15-1 Description: default fallback theme for FreeDesktop.org icon themes This is the default fallback theme used by implementations of the Freedesktop.org Icon Theme specification. Package: libgs9 Status: install ok installed Priority: optional Section: libs Installed-Size: 16216 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: ghostscript Version: 9.26a~dfsg-0+deb9u9 Depends: libc6 (>= 2.14), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libexpat1 (>= 2.0.1), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.4.11), libidn11 (>= 1.13), libijs-0.35 (>= 0.35), libjbig2dec0 (>= 0.11), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.6), libopenjp2-7 (>= 2.0.0), libpaper1, libpng16-16 (>= 1.6.2-1), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.2.0), poppler-data, libgs9-common (= 9.26a~dfsg-0+deb9u9) Description: interpreter for the PostScript language and for PDF - Library GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Homepage: http://www.ghostscript.com/ Package: dh-python Status: install ok installed Priority: optional Section: python Installed-Size: 402 Maintainer: Piotr Ożarowski Architecture: all Multi-Arch: foreign Version: 2.20170125 Replaces: python3 (<< 3.3.2-4~) Depends: python3:any (>= 3.3.2-2~) Suggests: libdpkg-perl Breaks: python3 (<< 3.3.2-4~) Description: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python2 - calculates Python 2.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_pypy - calculates PyPy dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. Package: libc6-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 15634 Maintainer: GNU Libc Maintainers Architecture: amd64 Multi-Arch: same Source: glibc Version: 2.24-11+deb9u4 Provides: libc-dev Depends: libc6 (= 2.24-11+deb9u4), libc-dev-bin (= 2.24-11+deb9u4), linux-libc-dev (>= 4.9.130-2) Suggests: glibc-doc, manpages-dev Breaks: binutils (<< 2.26), binutils-gold (<< 2.20.1-11), cmake (<< 2.8.4+dfsg.1-5), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gcc-4.6 (<< 4.6.0-12), libhwloc-dev (<< 1.2-3), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), make (<< 3.81-8.1), pkg-config (<< 0.26-1) Conflicts: libc0.1-dev, libc0.3-dev, libc6.1-dev Description: GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Homepage: http://www.gnu.org/software/libc/libc.html Package: libcurl4-gnutls-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1366 Maintainer: Alessandro Ghedini Architecture: amd64 Multi-Arch: same Source: curl Version: 7.52.1-5+deb9u16 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Depends: libcurl3-gnutls (= 7.52.1-5+deb9u16) Suggests: libcurl4-doc, libcurl3-dbg, libgnutls28-dev, libidn11-dev, libkrb5-dev, libldap2-dev, librtmp-dev, libssh2-1-dev, pkg-config, zlib1g-dev Conflicts: libcurl4-nss-dev, libcurl4-openssl-dev Description: development files and documentation for libcurl (GnuTLS flavour) 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 one to build software which uses libcurl. . SSL support is provided by GnuTLS. Homepage: http://curl.haxx.se Package: libboost-math-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-math1.62-dev Description: Boost.Math Library development files (default version) This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/math/ Package: python2.7-dev Status: install ok installed Priority: optional Section: python Installed-Size: 292 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python2.7 Version: 2.7.13-2+deb9u6 Replaces: python2.7 (<< 2.7-3) Depends: python2.7 (= 2.7.13-2+deb9u6), libpython2.7-dev (= 2.7.13-2+deb9u6), libpython2.7 (= 2.7.13-2+deb9u6), libexpat1-dev Recommends: libc6-dev | libc-dev Description: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. Package: libboost-context1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 56 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.4.0) Description: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Homepage: http://www.boost.org/libs/context/ Package: libibverbs-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 327 Maintainer: OFED and Debian Development and Discussion Architecture: amd64 Source: libibverbs Version: 1.2.1-2 Depends: libibverbs1 (= 1.2.1-2) Description: Development files for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package is needed to compile programs against libibverbs1. It contains the header files and static libraries (optionally) needed for compiling. Homepage: http://www.openfabrics.org/ Package: libwmf0.2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 532 Maintainer: Loïc Minier Architecture: amd64 Multi-Arch: same Source: libwmf Version: 0.2.8.4-10.6 Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libx11-6, zlib1g (>= 1:1.1.4) Recommends: gsfonts Description: Windows metafile conversion library Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the shared library. Package: libassuan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 106 Maintainer: Debian GnuPG-Maintainers Architecture: amd64 Multi-Arch: same Source: libassuan Version: 2.4.3-2 Depends: libc6 (>= 2.14), libgpg-error0 (>= 1.14) Description: IPC library for the GnuPG components Libassuan is a small library implementing the so-called "Assuan protocol". This protocol is used for IPC between most newer GnuPG components. Both server and client side functions are provided. Homepage: https://www.gnupg.org/related_software/libassuan/index.html Package: texlive-latex-base Status: install ok installed Priority: optional Section: tex Installed-Size: 8173 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Depends: tex-common (>= 6), fonts-lmodern, texlive-base (>= 2016.20170123-2), texlive-binaries (>= 2016.20160513.41080-7) Recommends: texlive-latex-base-doc Breaks: texlive-base (<< 2016.20170123-2) Description: TeX Live: LaTeX fundamental packages These packages are either mandated by the core LaTeX team, or very widely used and strongly recommended in practice. . This package includes the following CTAN packages: . ae -- Virtual fonts for T1 encoded CMR-fonts . amscls -- AMS document classes for LaTeX . amsmath -- AMS mathematical facilities for LaTeX . babel -- Multilingual support for Plain TeX or LaTeX . babel-english -- Babel support for English . babelbib -- Multilingual bibliographies . carlisle -- David Carlisle's small packages . colortbl -- Add colour to LaTeX tables . fancyhdr -- Extensive control of page headers and footers in LaTeX2e . fix2col -- Fix miscellaneous two column mode features . geometry -- Flexible and complete interface to document dimensions . graphics -- The LaTeX standard graphics bundle . graphics-cfg -- Sample configuration files for LaTeX color and graphics . hyperref -- Extensive support for hypertext in LaTeX . latex -- A TeX macro package that defines LaTeX . latex-bin -- LaTeX executables and man pages. . latex-fonts -- A collection of fonts used in LaTeX distributions . latexconfig -- . ltxmisc -- Miscellaneous LaTeX packages, etc . mfnfss -- Packages to typeset oldgerman and pandora fonts in LaTeX . mptopdf -- mpost to PDF, native MetaPost graphics inclusion . natbib -- Flexible bibliography support . oberdiek -- A bundle of packages submitted by Heiko Oberdiek . pslatex -- Use PostScript fonts by default . psnfss -- Font support for common PostScript fonts . pspicture -- PostScript picture support . tools -- The LaTeX standard tools bundle . url -- Verbatim with URL-sensitive line breaks Homepage: http://www.tug.org/texlive/ Package: xdg-user-dirs Status: install ok installed Priority: optional Section: utils Installed-Size: 360 Maintainer: Debian GNOME Maintainers Architecture: amd64 Multi-Arch: foreign Source: xdg-user-dirs (0.15-2) Version: 0.15-2+b1 Depends: libc6 (>= 2.14) Conffiles: /etc/X11/Xsession.d/60xdg-user-dirs-update 408d38a4d3e161d0b21ea112bbe227b3 /etc/xdg/user-dirs.conf 602a95ec7fe4068512bebb712c41102d /etc/xdg/user-dirs.defaults b8595963fe74aeb65e854ba9da7f1acb Description: tool to manage well known user directories xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. . The way it works is that xdg-user-dirs-update is run very early in the login phase. This program reads a configuration file, and a set of default directories. It then creates localized versions of these directories in the users home directory and sets up a config file in $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to ~/.config) that applications can read to find these directories. Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs Package: libwww-robotrules-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 80 Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl, liburi-perl Breaks: libwww-perl (<< 6.00) Description: database of robots.txt-derived permissions WWW::RobotRules parses /robots.txt files as specified in "A Standard for Robot Exclusion", at . Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site. . The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited. The same WWW::RobotRules object can be used for one or more parsed /robots.txt files on any number of hosts. Homepage: http://search.cpan.org/dist/WWW-RobotRules/ Package: libxcb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 283 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Depends: libc6 (>= 2.14), libxau6, libxdmcp6 Breaks: alsa-utils (<< 1.0.24.2-5) Description: X C Binding This package contains the library files needed to run software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: locales Status: install ok installed Priority: standard Section: localization Installed-Size: 9246 Maintainer: GNU Libc Maintainers Architecture: all Source: glibc Version: 2.24-11+deb9u4 Replaces: manpages-fr-extra (<< 20141022) Depends: libc-bin (>> 2.24), libc-l10n (>> 2.24), debconf (>= 0.5) | debconf-2.0 Conffiles: /etc/locale.alias 53e10994fabc5169907e413b792785dd Description: GNU C Library: National Language (locale) data [support] Machine-readable data files, shared objects and programs used by the C library for localization (l10n) and internationalization (i18n) support. . This package contains tools to generate locale definitions from source files (included in this package). It allows you to customize which definitions actually get generated. This is a space-saver over how this package used to be, with all locales generated by default. This created a package that unpacked to an excess of 30 megs. Homepage: http://www.gnu.org/software/libc/libc.html Package: x11proto-input-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 491 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: x11proto-input Version: 2.3.2-1 Depends: x11proto-core-dev Description: X11 Input extension wire protocol This package provides development headers describing the wire protocol for the Input extension, used to control all manner of options related to input device handling. . More information about X.Org can be found at: . This package is built from the X.org inputproto proto module. Package: libtexluajit2 Status: install ok installed Priority: optional Section: libs Installed-Size: 554 Maintainer: Debian TeX Maintainers Architecture: amd64 Multi-Arch: same Source: texlive-bin Version: 2016.20160513.41080.dfsg-2+deb9u1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.3) Description: TeX Live: LuaJIT, modified for use with LuaJITTeX The LuaJIT library as used within LuaJITTeX. Homepage: http://www.tug.org/texlive/ Package: libauthen-sasl-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 155 Maintainer: Debian Perl Group Architecture: all Version: 2.1600-1 Depends: perl Suggests: libdigest-hmac-perl, libgssapi-perl Description: Authen::SASL - SASL Authentication framework SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. . The framework allows different implementations of the connection class to be plugged in. At the time of writing there were two such plugins: - Authen::SASL::Perl This module implements several mechanisms and is implemented entirely in Perl. - Authen::SASL::Cyrus This module uses the Cyrus SASL C-library (both version 1 and 2 are supported). Homepage: https://metacpan.org/release/Authen-SASL Package: lmodern Status: install ok installed Priority: optional Section: fonts Installed-Size: 33270 Maintainer: Debian TeX maintainers Architecture: all Version: 2.004.5-3 Replaces: lm, lmodern-x11 Depends: tex-common (>= 6), fonts-lmodern (= 2.004.5-3) Conflicts: context (<= 2008.10.31-1), lm, lmodern-x11 Conffiles: /etc/X11/fonts/Type1/lmodern.scale de53b0d13162455c4774d0058a8e4498 Description: scalable PostScript and OpenType fonts based on Computer Modern The Latin Modern fonts, also known as "lm fonts", are a set of scalable fonts in PostScript Type 1 and OpenType formats. They are based on the PostScript Type 1 version of the Computer Modern fonts and contain many additional characters (mostly accented ones). . This package provides TeX support and Type1 (PostScript) fonts. If only the OpenType fonts are needed, please see the package fonts-lmodern. . See the description for fonts-lmodern package for more information. Homepage: http://www.gust.org.pl/projects/e-foundry/latin-modern/ Package: git Status: install ok installed Priority: optional Section: vcs Installed-Size: 28865 Maintainer: Gerrit Pape Architecture: amd64 Multi-Arch: foreign Version: 1:2.11.0-3+deb9u7 Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1) Provides: git-completion, git-core Depends: libc6 (>= 2.16), libcurl3-gnutls (>= 7.16.2), libexpat1 (>= 2.0.1), libpcre3, zlib1g (>= 1:1.2.0), perl, liberror-perl, git-man (>> 1:2.11.0), git-man (<< 1:2.11.0-.) Pre-Depends: dpkg (>= 1.17.13) Recommends: patch, less, rsync, ssh-client Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-email, git-gui, gitk, gitweb, git-arch, git-cvs, git-mediawiki, git-svn Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), stgit (<< 0.15), stgit-contrib (<< 0.15) Conffiles: /etc/bash_completion.d/git-prompt 7baac5c3ced94ebf2c0e1dde65c3b1a6 Description: fast, scalable, distributed revision control system 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 main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Homepage: https://git-scm.com/ Package: libsepol1 Status: install ok installed Priority: required Section: libs Installed-Size: 653 Maintainer: Debian SELinux maintainers Architecture: amd64 Multi-Arch: same Source: libsepol Version: 2.6-2 Depends: libc6 (>= 2.14) Description: SELinux library for manipulating binary security policies Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement®, Role-based Access Control, and Multi-level Security. . libsepol provides an API for the manipulation of SELinux binary policies. It is used by checkpolicy (the policy compiler) and similar tools, as well as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings. Homepage: http://userspace.selinuxproject.org/ Package: libitm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 127 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 Version: 6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.14) Description: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Homepage: http://gcc.gnu.org/ Package: libx11-data Status: install ok installed Priority: optional Section: x11 Installed-Size: 1666 Maintainer: Debian X Strike Force Architecture: all Multi-Arch: foreign Source: libx11 Version: 2:1.6.4-3+deb9u4 Breaks: libx11-6 (<< 2:1.4.1) Description: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libpython2.7-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 8558 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python2.7 Version: 2.7.13-2+deb9u6 Replaces: python2.7 (<< 2.7.5-0~) Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref Depends: libpython2.7-minimal (= 2.7.13-2+deb9u6), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, libexpat1 (>= 2.1~beta3), libffi6 (>= 3.0.4), libncursesw5 (>= 6), libreadline7 (>= 7.0~beta), libsqlite3-0 (>= 3.5.9), libssl1.1 (>= 1.1.0), libtinfo5 (>= 6) Breaks: python-urllib3 (<< 1.9.1-3) Description: Interactive high-level object-oriented language (standard library, version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 2.7's standard library. It is normally not used on its own, but as a dependency of python2.7. Package: libboost-mpi1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 3214 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-serialization1.62-dev (= 1.62.0+dfsg-4), libboost-mpi1.62.0 (= 1.62.0+dfsg-4), mpi-default-dev Suggests: libboost-graph1.62-dev Conflicts: libboost-mpi1.42-dev, libboost-mpi1.46-dev, libboost-mpi1.48-dev, libboost-mpi1.49-dev, libboost-mpi1.50-dev, libboost-mpi1.52-dev, libboost-mpi1.53-dev, libboost-mpi1.54-dev, libboost-mpi1.55-dev, libboost-mpi1.57-dev, libboost-mpi1.58-dev, libboost-mpi1.60-dev, libboost-mpi1.61-dev Description: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Homepage: http://www.boost.org/doc/html/mpi.html Package: python Status: install ok installed Priority: optional Section: python Installed-Size: 648 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python-defaults Version: 2.7.13-2 Replaces: python-dev (<< 2.6.5-2) Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref Depends: python2.7 (>= 2.7.13-1~), libpython-stdlib (= 2.7.13-2) Pre-Depends: python-minimal (= 2.7.13-2) Suggests: python-doc (= 2.7.13-2), python-tk (>= 2.7.13-1~) Breaks: update-manager-core (<< 0.200.5-2) Conflicts: python-central (<< 0.5.5) Description: interactive high-level object-oriented language (default version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python version (currently v2.7). Homepage: http://www.python.org/ Package: libxau6 Status: install ok installed Priority: optional Section: libs Installed-Size: 61 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxau Version: 1:1.0.8-1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Description: X11 authorisation library This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Package: texlive-latex-base-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 53787 Maintainer: Debian TeX Maintainers Architecture: all Multi-Arch: foreign Source: texlive-base Version: 2016.20170123-5 Depends: tex-common (>= 6), texlive-base (>= 2016.20170123-2) Description: TeX Live: Documentation files for texlive-latex-base This package provides the documentation for texlive-latex-base Homepage: http://www.tug.org/texlive/ Package: libboost-chrono1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-system1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class.Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * a tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * a thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Homepage: http://www.boost.org/libs/chrono/ Package: libidn11 Status: install ok installed Priority: standard Section: libs Installed-Size: 307 Maintainer: Debian Libidn Team Architecture: amd64 Multi-Arch: same Source: libidn Version: 1.33-1+deb9u1 Replaces: libidn11-dev Depends: libc6 (>= 2.14) Conflicts: libidn9-dev Description: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Homepage: https://www.gnu.org/software/libidn/ Package: libmpdec2 Status: install ok installed Priority: optional Section: libs Installed-Size: 254 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: mpdecimal Version: 2.4.2-1 Replaces: libmpdec2.3 Depends: libc6 (>= 2.14) Breaks: libmpdec2.3 Description: library for decimal floating point arithmetic (runtime library) mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic. Homepage: http://www.bytereef.org/mpdecimal/index.html Package: libxrandr2 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxrandr Version: 2:1.5.1-1 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6, libxrender1 Description: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libdbus-1-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 450 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: dbus Version: 1.10.32-0+deb9u1 Depends: libc6 (>= 2.17), libsystemd0 (>= 209) Recommends: dbus Breaks: dbus (<< 1.9.16-1~) Description: simple interprocess messaging system (library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . The daemon can be found in the dbus package. Homepage: http://dbus.freedesktop.org/ Package: libboost-system1.62.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 60 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Homepage: http://www.boost.org/libs/system/ Package: libgcc1 Status: install ok installed Priority: required Section: libs Installed-Size: 108 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: gcc-6 (6.3.0-18+deb9u1) Version: 1:6.3.0-18+deb9u1 Depends: gcc-6-base (= 6.3.0-18+deb9u1), libc6 (>= 2.14) Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Description: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Homepage: http://gcc.gnu.org/ Package: libgeos-3.5.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 2174 Maintainer: Debian GIS Project Architecture: amd64 Source: geos Version: 3.5.1-3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.0), libstdc++6 (>= 5.2) Description: Geometry engine for Geographic Information Systems - C++ Library GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. Functions provided include: . * spatial predicates (based on the DE-9IM model), * overlay functions (intersection, difference, union, symmetric difference), * buffer, * convex hull, * area and distance functions, and * topological validity checking . This package contains the C++ library. A stable C library is provided by the libgeos-c* package and should be preferred by third-parties programs. Homepage: https://trac.osgeo.org/geos/ Package: libboost-random1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 79 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost1.62-dev (= 1.62.0+dfsg-4), libboost-random1.62.0 (= 1.62.0+dfsg-4) Conflicts: libboost-random1.42-dev, libboost-random1.46-dev, libboost-random1.48-dev, libboost-random1.49-dev, libboost-random1.50-dev, libboost-random1.52-dev, libboost-random1.53-dev, libboost-random1.54-dev, libboost-random1.55-dev, libboost-random1.57-dev, libboost-random1.58-dev, libboost-random1.60-dev, libboost-random1.61-dev Description: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Homepage: http://www.boost.org/libs/random/ Package: libxcb-sync-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 176 Maintainer: Debian X Strike Force Architecture: amd64 Multi-Arch: same Source: libxcb Version: 1.12-1 Replaces: libxcb-sync0-dev Provides: libxcb-sync0-dev Depends: libxcb-sync1 (= 1.12-1), libxcb1-dev Conflicts: libxcb-sync0-dev Description: X C Binding, sync extension, development files This package contains the header and library files needed to build software using libxcb-sync, the sync extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Homepage: http://xcb.freedesktop.org Package: util-linux Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 3558 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: foreign Version: 2.29.2-1+deb9u1 Replaces: bash-completion (<< 1:2.1-4.1~), initscripts (<< 2.88dsf-59.2~), mount (= 2.26.2-3), mount (= 2.26.2-3ubuntu1), sysvinit-utils (<< 2.88dsf-59.1~) Pre-Depends: libblkid1 (>= 2.25), libc6 (>= 2.15), libfdisk1 (>= 2.29~rc2), libmount1 (>= 2.25), libncursesw5 (>= 6), libpam0g (>= 0.99.7.1), libselinux1 (>= 2.6-3~), libsmartcols1 (>= 2.28~rc1), libsystemd0, libtinfo5 (>= 6), libudev1 (>= 183), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Suggests: dosfstools, kbd | console-tools, util-linux-locales Breaks: bash-completion (<< 1:2.1-4.1~), cloud-utils (<< 0.27-1~), grml-debootstrap (<< 0.68), mount (= 2.26.2-3), mount (= 2.26.2-3ubuntu1), sysvinit-utils (<< 2.88dsf-59.4~) Conffiles: /etc/default/hwclock 3916544450533eca69131f894db0ca12 /etc/init.d/hwclock.sh 1ca5c0743fa797ffa364db95bb8d8d8e /etc/pam.d/runuser b8b44b045259525e0fae9e38fdb2aeeb /etc/pam.d/runuser-l 2106ea05877e8913f34b2c77fa02be45 Description: miscellaneous system utilities This package contains a number of important utilities, most of which are oriented towards maintenance of your system. Some of the more important utilities included in this package allow you to partition your hard disk, view kernel messages, and create new filesystems. Package: libustr-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 258 Maintainer: Vaclav Ovsik Architecture: amd64 Multi-Arch: same Source: ustr Version: 1.0.4-6 Depends: libc6 (>= 2.14) Description: Micro string library: shared library ustr (Micro string library) is a string API for C. It has tiny overhead over just plain strdup(), is much safer, is easier to use, is faster for many operations, can be used with read-only or automatically allocated data. You don't even need to link to the library to use it (so there are no dependencies). . This package contains the shared library. Homepage: http://www.and.org/ustr/ Package: fontconfig Status: install ok installed Priority: optional Section: fonts Installed-Size: 530 Maintainer: Keith Packard Architecture: amd64 Multi-Arch: foreign Source: fontconfig (2.11.0-6.7) Version: 2.11.0-6.7+b1 Replaces: fontconfig-config (<< 2.5.93-1) Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), fontconfig-config Pre-Depends: dpkg (>= 1.16.1) Description: generic font configuration library - support binaries Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . Fontconfig is not a rasterization library, nor does it impose a particular rasterization library on the application. The X-specific library 'Xft' uses fontconfig along with freetype to specify and rasterize fonts. . This package contains a program to maintain the fontconfig cache (fc-cache), a sample program to list installed fonts (fc-list), a program to test the matching rules (fc-match) and a program to dump the binary cache files in string form (fc-cat). It no longer makes fonts managed by defoma available to fontconfig applications. Package: liblzo2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 163 Maintainer: Peter Eisentraut Architecture: amd64 Multi-Arch: same Source: lzo2 (2.08-1.2) Version: 2.08-1.2+b2 Depends: libc6 (>= 2.14) Description: data compression library LZO is a portable, lossless data compression library. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. Homepage: http://www.oberhumer.com/opensource/lzo/ Package: libboost-program-options-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-program-options1.62-dev Description: program options library for C++ (default version) This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/program_options/ Package: fonts-lmodern Status: install ok installed Priority: optional Section: fonts Installed-Size: 10756 Maintainer: Debian TeX maintainers Architecture: all Multi-Arch: foreign Source: lmodern Version: 2.004.5-3 Replaces: lmodern (<= 2.004.2-1) Breaks: lmodern (<= 2.004.2-1) Conffiles: /etc/fonts/conf.avail/65-fonts-lmodern.conf d747c3c8c33e2a6a712bf8ee27bd3c7c Description: OpenType fonts based on Computer Modern The Latin Modern fonts, also known as "lm fonts", are a set of scalable fonts in PostScript Type 1 and OpenType formats. They are based on the PostScript Type 1 version of the Computer Modern fonts and contain many additional characters (mostly accented ones). . This package provides the OpenType variant of these fonts. For support for TeX and Type 1 (PostScript) fonts, see the lmodern package. . The Latin Modern fonts were generated using MetaType1, a program based on MetaPost for generating PostScript Type 1 fonts (ftp://bop.eps.gda.pl/pub/metatype1/). Their size is reasonable and they are usually considered to be of good quality (compared to cm-super, for instance; however, cm-super contains font families that have no equivalent in this package; additionally, there are character sets that are supported by cm-super and not by the Latin Modern fonts). Homepage: http://www.gust.org.pl/projects/e-foundry/latin-modern/ Package: python2.7-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 3812 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: allowed Source: python2.7 Version: 2.7.13-2+deb9u6 Replaces: python2.7 (<< 2.7.8-7~) Depends: libpython2.7-minimal (= 2.7.13-2+deb9u6), zlib1g (>= 1:1.2.0) Pre-Depends: libc6 (>= 2.15) Recommends: python2.7 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Description: Minimal subset of the Python language (version 2.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Package: ruby-power-assert Status: install ok installed Priority: optional Section: ruby Installed-Size: 35 Maintainer: Debian Ruby Extras Maintainers Architecture: all Multi-Arch: foreign Version: 0.3.0-1 Description: library showing values of variables and method calls in an expression Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied. Homepage: https://github.com/k-tsj/power_assert Ruby-Versions: all Package: libavahi-common-data Status: install ok installed Priority: optional Section: libs Installed-Size: 755 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: same Source: avahi Version: 0.6.32-2 Description: Avahi common data files Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains common data files for avahi. Homepage: http://avahi.org/ Package: libpython3.5-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 3749 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3.5 Version: 3.5.3-1+deb9u5 Depends: libc6 (>= 2.14), libssl1.1 (>= 1.1.0) Recommends: libpython3.5-stdlib Conflicts: binfmt-support (<< 1.1.2) Conffiles: /etc/python3.5/sitecustomize.py d6b276695157bde06a56ba1b2bc53670 Description: Minimal subset of the Python language (version 3.5) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.5-minimal. Package: libhttp-negotiate-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 6.00-2 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-message-perl Breaks: libwww-perl (<< 6.00) Description: implementation of content negotiation HTTP::Negotiate provides a complete implementation of the HTTP content negotiation algorithm. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. Homepage: http://search.cpan.org/dist/HTTP-Negotiate/ Package: sed Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 799 Maintainer: Clint Adams Architecture: amd64 Multi-Arch: foreign Version: 4.4-1 Pre-Depends: libc6 (>= 2.14), libselinux1 (>= 1.32) Description: GNU stream editor for filtering/transforming text sed reads the specified files or the standard input if no files are specified, makes editing changes according to a list of commands, and writes the results to the standard output. Homepage: https://www.gnu.org/software/sed/ Package: libcups2 Status: install ok installed Priority: optional Section: libs Installed-Size: 690 Maintainer: Debian Printing Team Architecture: amd64 Multi-Arch: same Source: cups Version: 2.2.1-8+deb9u7 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.16), libgnutls30 (>= 3.5.6), libgssapi-krb5-2 (>= 1.14+dfsg), zlib1g (>= 1:1.2.0) Suggests: cups-common Breaks: cups (<< 1.5.0) Description: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Homepage: https://www.cups.org/ Package: libsmartcols1 Status: install ok installed Priority: required Section: libs Installed-Size: 257 Maintainer: Debian util-linux Maintainers Architecture: amd64 Multi-Arch: same Source: util-linux Version: 2.29.2-1+deb9u1 Depends: libc6 (>= 2.17) Description: smart column output alignment library This smart column output alignment library is used by fdisk utilities. Package: libmpfr-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1029 Maintainer: Debian GCC Maintainers Architecture: amd64 Multi-Arch: same Source: mpfr4 Version: 3.1.5-1 Replaces: libgmp3-dev (<< 4.1.4-3) Depends: libgmp-dev, libmpfr4 (= 3.1.5-1) Suggests: libmpfr-doc Breaks: libgmp3-dev (<< 4.1.4-3) Description: multiple precision floating-point computation developers tools This development package provides the header files and the symbolic links to allow compilation and linking of programs that use the libraries provided in the libmpfr4 package. . MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). Homepage: http://www.mpfr.org/ Package: libwww-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 403 Maintainer: Debian Perl Group Architecture: all Version: 6.15-1 Depends: perl, ca-certificates, libencode-locale-perl, libfile-listing-perl, libhtml-parser-perl, libhtml-tagset-perl, libhtml-tree-perl, libhttp-cookies-perl, libhttp-date-perl, libhttp-message-perl, libhttp-negotiate-perl, liblwp-mediatypes-perl, liblwp-protocol-https-perl, libnet-http-perl (>= 6.07), liburi-perl, libwww-robotrules-perl, netbase Recommends: libhtml-form-perl, libhtml-format-perl, libhttp-daemon-perl, libmailtools-perl Suggests: libauthen-ntlm-perl Breaks: fusioninventory-agent (<< 2.1.8-2), gsutil (<< 3.1-1), libfrontier-rpc-perl (<< 0.07b4-6), libhttp-daemon-ssl-perl (<< 1.04-3), libhttp-proxy-perl (<< 0.24-2), libhttp-request-ascgi-perl (<< 1.2-2), libhttp-request-params-perl (<< 1.01-6), libjson-rpc-perl (<< 0.96-3), libpoe-perl (<< 2:1.2990-2), librpc-xml-perl (<< 0.74-2), libsoap-lite-perl (<< 0.7.12-3), libwww-mechanize-formfiller-perl (<< 0.10-2), libwww-mechanize-perl (<< 1.66-2), satutils (<= 0.6), tidy-proxy (<< 0.97-4) Description: simple and consistent interface to the world-wide web 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. Homepage: https://metacpan.org/release/libwww-perl Package: libboost-signals-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.62.0.1 Depends: libboost-signals1.62-dev Description: managed signals and slots library for C++ (default version) This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/signals/ Package: proj-data Status: install ok installed Priority: optional Section: libs Installed-Size: 14808 Maintainer: Debian GIS Project Architecture: all Source: proj Version: 4.9.3-1 Description: Cartographic projection filter and library (datum package) Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of selectable projection functions (over 100 projections). . Geod and invgeod perform geodesic (Great Circle) computations for determining latitude, longitude and back azimuth of a terminus point given a initial point latitude, longitude, azimuth and distance (direct) or the forward and back azimuths and distance between an initial and terminus point latitudes and longitudes (inverse). . This package contains auxiliary projection datum grids used by the library and tools. Homepage: https://github.com/OSGeo/proj.4/wiki Package: netbase Status: install ok installed Priority: important Section: admin Installed-Size: 44 Maintainer: Marco d'Itri Architecture: all Multi-Arch: foreign Version: 5.4 Conffiles: /etc/protocols bb9c019d6524e913fd72441d58b68216 /etc/rpc f0b6f6352bf886623adc04183120f83b /etc/services 567c100888518c1163b3462993de7d47 Description: Basic TCP/IP networking system This package provides the necessary infrastructure for basic TCP/IP based networking. Package: libwebp6 Status: install ok installed Priority: optional Section: libs Installed-Size: 462 Maintainer: Jeff Breidenbach Architecture: amd64 Multi-Arch: same Source: libwebp Version: 0.5.2-1+deb9u1 Depends: libc6 (>= 2.14) Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: http://webp.googlecode.com Package: zlib1g-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 414 Maintainer: Mark Brown Architecture: amd64 Multi-Arch: same Source: zlib Version: 1:1.2.8.dfsg-5+deb9u1 Provides: libz-dev Depends: zlib1g (= 1:1.2.8.dfsg-5+deb9u1), libc6-dev | libc-dev Conflicts: zlib1-dev Description: compression library - development zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the development support files. Homepage: http://zlib.net/ Package: libboost-python-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Debian Boost Team Architecture: amd64 Source: boost-defaults Version: 1.62.0.1 Depends: libboost-python1.62-dev Description: Boost.Python Library development files (default version) This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.62). Homepage: http://www.boost.org/libs/python/ Package: libpython3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 43 Maintainer: Matthias Klose Architecture: amd64 Multi-Arch: same Source: python3-defaults Version: 3.5.3-1 Depends: libpython3.5-dev (>= 3.5.3-1~) Description: header files and a static library for Python (default) 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.5). Homepage: http://www.python.org/ Package: libgmp3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 21 Maintainer: Debian Science Team Architecture: amd64 Source: gmp Version: 2:6.1.2+dfsg-1+deb9u1 Replaces: libgmp10-dev Depends: libgmp-dev (= 2:6.1.2+dfsg-1+deb9u1) Conflicts: libgmp10-dev (<< 2:5.0.1+dfsg-7) Description: Multiprecision arithmetic library developers tools This is a dummy package that simply pulls in libgmp-dev. It can safely be removed. Homepage: http://gmplib.org/ Package: libboost-log1.62-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 5232 Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.62 Version: 1.62.0+dfsg-4 Depends: libboost-log1.62.0 (= 1.62.0+dfsg-4), libboost1.62-dev (= 1.62.0+dfsg-4), libboost-filesystem1.62-dev (= 1.62.0+dfsg-4), libboost-system1.62-dev (= 1.62.0+dfsg-4), libboost-date-time1.62-dev (= 1.62.0+dfsg-4), libboost-thread1.62-dev (= 1.62.0+dfsg-4) Conflicts: libboost-log1.54-dev, libboost-log1.55-dev, libboost-log1.57-dev, libboost-log1.58-dev, libboost-log1.60-dev, libboost-log1.61-dev Description: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Homepage: http://www.boost.org/libs/log/ Package: libjsoncpp1 Status: install ok installed Priority: extra Section: libs Installed-Size: 239 Maintainer: Peter Spiess-Knafl Architecture: amd64 Multi-Arch: same Source: libjsoncpp Version: 1.7.4-3 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Description: library for reading and writing JSON for C++ jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human. It is useful for building config files, network communications protocols, etc. . This library provides following features: . * High-level data structures for collecting data from JSON. * Easy-to-use reader and writer. Homepage: https://github.com/open-source-parsers/jsoncpp