Package: apport-kde Description-md5: c8fd570a74a013e8fc3c502dd64152ce Description-en: KDE frontend for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a KDE frontend for browsing and handling the crash reports. Package: apport-noui Description-md5: 5cfad9aa6d06a624d5f60c2375d26631 Description-en: tools for automatically reporting Apport crash reports apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . Installing this package will configure your system to automatically submit all new Apport crash reports. Package: apport-valgrind Description-md5: 21b17902929fcb9d5f6a9bcc53f2af83 Description-en: valgrind wrapper that first downloads debug symbols apport-valgrind is a valgrind wrapper that automatically downloads related available debug symbols and provides them to valgrind's memcheck tool, which is executed. The output is a valgrind log file ("valgrind.log") that contains stack traces (with as many symbols resolved as available) and that shows memory leaks. Package: busybox Description-md5: b7707908219c331294f3f9e8d926a9dc Description-en: Tiny utilities for small and embedded systems BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . This package installs the BusyBox binary but does not install symlinks for any of the supported utilities. Some of the utilities can be used in the system by installing the busybox-syslogd, busybox-udhcpc or busybox-udhcpd packages. Package: busybox-syslogd Description-md5: 6d204aacbcadc9711030ab99f904ca3b Description-en: Provides syslogd and klogd using busybox The system log daemon is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts. . The kernel log daemon listens to kernel message sources and is responsible for prioritizing and processing operating system messages. . The busybox implementation of the syslogd is particular useful on embedded, diskless (netboot) or flash disk based systems because it can use a fixed size ring buffer for logging instead of saving logs to the disk or sending it to remote logging servers. The ring buffer can be read using the (also busybox based) command logread. . This package provides the glue to the busybox syslogd and klogd to be used in the system by providing the appropriate symbolic links and scripts. Package: chkrootkit Description-md5: 1fb422eb07ad1833888e688ab81e8df9 Description-en: rootkit detector The chkrootkit security scanner searches the local system for signs that it is infected with a 'rootkit'. Rootkits are set of programs and hacks designed to take control of a target machine by using known security flaws. . Types that chkrootkit can identify are listed on the project's home page. . Please note that where chkrootkit detects no intrusions, this does not guarantee that the system is uncompromised. In addition to running chkrootkit, more specific tests should always be performed. Package: clojure1.8 Description-md5: 375367a1e5611012be8bf354320a8e10 Description-en: Lisp dialect for the JVM Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. Package: dh-apport Description-md5: a5c779df9e0b356100c76151d7cef527 Description-en: debhelper extension for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a debhelper extension to make it easier for other packages to include apport hooks. Package: ec2-hibinit-agent Description-md5: 90b00d26095ca500f0bc7b0f0d3dc95c Description-en: Amazon EC2 hibernation agent The purpose of this agent is to create a setup for an instance to support hibernation feature. . The setup is created only on supported instance types. Package: extlinux Description-md5: 414e5877200f459574bf4120db85ccc3 Description-en: collection of bootloaders (Linux ext2/ext3/ext4, btrfs, and xfs bootloader) syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). . This package contains the bootloader for Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX). Package: gettext-el Description-md5: a9d28f54d889f7c47e492c902c81accf Description-en: Emacs po-mode for editing gettext .po files This package contains po-mode.el for easy .po editing using emacs. Package: gradle Description-md5: dc7c348ba78fae9c679e7d8a527a89ff Description-en: Powerful build system for the JVM Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. Package: gradle-debian-helper Description-md5: ecdc14ab6558e348c752209d5b6475e2 Description-en: Helper tools for building Debian packages with Gradle gradle-debian-helper contains helper tools to ease the packaging of Gradle based projects in Debian. It consists in: . * a Gradle plugin resolving the dependencies against the system Maven repository (/usr/share/maven-repo). The resolver uses the same Maven rule files that maven-debian-helper and maven-repo-helper employ (debian/maven.rules, debian/maven.ignoreRules). * a debhelper class detecting Gradle build files, initializing the plugin and running Gradle in offline mode. Package: gradle-doc Description-md5: 04f26ebf5272e7198f7e00b417ed2738 Description-en: Powerful build system for the JVM - Documentations Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains Gradle API Javadoc. Package: groovy Description-md5: 722015325f3e393c005ff78ae5b6eed4 Description-en: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. Package: groovy-doc Description-md5: 711cfc7b2963e0fd15f0a229342ad565 Description-en: Agile dynamic language for the Java Virtual Machine (documentation) Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. . This package includes the Groovy API javadocs, and examples. Package: idn Description-md5: c73d65fb80d0787b438d9f81db3da87b Description-en: Command line and Emacs interface to GNU Libidn 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 idn command-line tool and its Emacs lisp interface. Package: jarwrapper Description-md5: 3ec7df94fe3bf54bc2eb2bb6ff245986 Description-en: Run executable Java .jar files Jarwrapper sets up binfmt-misc to run executable jar files using the installed java runtime. . It also includes a /usr/share/jarwrapper/java-arch.sh script to convert Debian architecture names into java names to locate libjvm.so Package: java-propose-classpath Description-md5: 309a04a51c19035f07af976a1ca3370d Description-en: Helper script to suggest a classpath for jar files java-propose-classpath analyzes a set of jar files and the installed jars on the system to suggest a correct classpath for use with jh_classpath/jh_manifest . This package should not be in any build-depends since java-propose-classpath cannot be run automatically. Package: javahelper Description-md5: d45b9daf1c52a4839fc72a1c8d80017d Description-en: Helper scripts for packaging Java programs Javahelper contains several scripts which help in packaging Java programs. . jh_depends searches jars to find which packages they depend on, similar to dh_shlibdeps. It will also add depends on jarwrapper for packages with executable jars. . jh_classpath will register the classpath dependencies for each jar so that they can be automatically loaded when that jar is used by other programs. . jh_manifest updates the manifest in jar files according to a provided spec so that the resultant jar files will work with jarwrapper-enabled packages. . jh_exec looks for symlinks to jars which should be executable and makes them executable . jh_build builds java files to jars for you. . jh_installlibs installs library jars into the correct locations . jh_makepkg generates a template for a Debian Java package for you . jh_installeclipse installs features/plugins built by pde-build. . jh_setupenvironment prepares an out of source built for eclipse builds. . jh_generateorbitdir creates and populates an orbit dir for eclipse builds. . jh_compilefeatures compiles eclipse features based on feature ids. . /usr/share/javahelper/java-vars.mk provides a selection of useful variables such as various JVM paths and the JVM name for the architecture . /usr/share/javahelper/java-arch.sh converts Debian architecture names into java names to locate libjvm.so in non-make build systems . javahelper provides CDBS and dh macros so that it can be used with those package build systems. . Note that some of the eclipse helpers depends on packages not pulled by default (like with devscripts). You can find these scripts in Suggests. Package: jaxb Description-md5: 2c7429e13d7be2d82c8254b77f747baf Description-en: JAXB Reference Implementation (Command Line Tools) GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. . This package contains the xjc and schemagen command line tools. Package: jaxe Description-md5: 0057381fc7ed766937803877ac69326b Description-en: JAva Xml Editor Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. Package: jaxws Description-md5: e0a17fd403cc956991e83603e1f9d8e6 Description-en: JAX-WS Reference Implementation (Command Line Tools) The Java API for XML-Based Web Services (JAX-WS) provides the API implementation for creating web services, particularly SOAP services. . The JAX-WS Reference Implementation (JSR-224) provides the actual implementation behind the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. . This package contains the wsgen and wsimport command line tools. Package: jruby Description-md5: b966216a2f0f9bd9e3cd74e7c9fe80af Description-en: 100% pure-Java implementation of Ruby JRuby is an implementation of the ruby language using the JVM. . It aims to be a complete, correct and fast implementation of Ruby, at the same time as providing powerful new features such as concurrency without a global interpreter lock, true parallelism and tight integration to the Java language to allow one to use Java classes in Ruby programs and to allow JRuby to be embedded into a Java application. . JRuby can be used as a faster version of Ruby, it can be used to run Ruby on the JVM and access powerful JVM libraries such as highly tuned concurrency primitives, it can also be used to embed Ruby as a scripting language in your Java program, or many other possibilities. Package: jtreg Description-md5: 611519f9a173fc2ad95de16a2d1a0c04 Description-en: Regression Test Harness for the OpenJDK platform jtreg is the test harness used by the OpenJDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests -- in other words, just about any type of test except a conformance test, which belong in a TCK. Package: jython Description-md5: c09f9033a073d1f7301992f5f47163eb Description-en: Python seamlessly integrated with Java Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. . Jython is complementary to Java and allows the two languages to be freely mixed. It is especially suited for embedded scripting, interactive experimentation and rapid application development, and it can interact with Java packages or with running Java applications. Package: jython-doc Description-md5: c962bf50c611a5ef15704e3db84eb289 Description-en: Jython documentation including API docs Official documentation for Jython, an implementation of Python seamlessly integrated with Java. This includes detailed Jython usage information as well as the API documentation for the Jython classes. . This package only contains documentation specific to Jython; for general Python documentation including a Python language reference and tutorial, see Python web site : http://docs.python.org/. Package: libclojure1.8-java Description-md5: 93c1db04e8e2532bb929bfe3e88ed517 Description-en: Lisp dialect for the JVM (library) Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. . This package contains the library. Package: libcodemodel-java Description-md5: d5e5bf9b1ec1efe81e627d8f7e833229 Description-en: Java library for code generators CodeModel is a Java library for code generators; it provides a way to generate Java programs in a way much nicer than PrintStream.println(). This project is a spin-off from the JAXB Reference Implementation for its schema compiler to generate Java source files. Package: libcommons-lang3-java Description-md5: d471bd30add9658db6186b5f3d60db27 Description-en: Apache Commons Lang utility classes Apache Commons Lang is a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. . The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods. . Apache Commons Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. Package: libcommons-lang3-java-doc Description-md5: a8b5251f1adbfddbcf850e0aa93cc1f1 Description-en: Apache Commons Lang utility classes (documentation) Apache Commons Lang is a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. . The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods. . Apache Commons Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. . This package contains the API documentation of libcommons-lang3-java. Package: libdd-plist-java Description-md5: 916d4f7ed4a93f1311bec37bd318e9e3 Description-en: Java library for working with property lists This library enables your Java application to handle property lists of various formats. Property lists are files used to store user settings and serialized objects.They originate from the NeXSTEP programming environment and are now a basic part of the Cocoa framework (OS X and iOS) as well as the GNUstep framework. Package: libflamingo-java Description-md5: 87c368b95e3d2b53e69097bf8c3f51cc Description-en: Provides a swing ribbon container for Java applications The goal of this project is to provide a Swing implementation of the ribbon container and related components. The components have consistent visuals under the existing core and third-party look-and-feels, respect the DPI settings of the user desktop and follow the core Swing guidelines in the external APIs and the internal implementation details. Package: libflamingo-java-doc Description-md5: 402daedb68aed8540d41b18500e85cc6 Description-en: Provides a swing ribbon container for Java applications (documentation) The goal of this project is to provide a Swing implementation of the ribbon container and related components. The components have consistent visuals under the existing core and third-party look-and-feels, respect the DPI settings of the user desktop and follow the core Swing guidelines in the external APIs and the internal implementation details. . This package contains API documentation (Javadoc) for libflamingo-java. Package: libgles2-mesa Description-md5: 635a93bcd1440d16621693fe064c2aa9 Description-en: transitional dummy package This is a transitional dummy package, it can be safely removed. Package: libgmbal-commons-java Description-md5: fdb982a55c8269ac91d26a6194412fb6 Description-en: GlassFish MBean Annotation Library (Common APIs) The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. . This package contains the common APIs used by Gmbal. Package: libgmbal-java Description-md5: 23c420069473fe71a7593986fbce1289 Description-en: GlassFish MBean Annotation Library The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. Package: libgmbal-pfl-java Description-md5: 2ba786c83e0aba1c4d27e367f17fe138 Description-en: GlassFish MBean Annotation Library (Primitive Function Library) The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. . This package contains the Primitive Function Library used by Gmbal (PFL) Package: libgpars-groovy-java Description-md5: 93eda5aa5ac62e105a810a51670a6023 Description-en: open-source concurrency library for Groovy Library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Package: libgpars-groovy-java-doc Description-md5: befec2317e497213c3adc8a9892acad8 Description-en: documentation for libgpars-groovy-java Documentation for GPars that is a library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Package: libgradle-core-java Description-md5: 0c6217316a01ebb760a13500b1ba8d3a Description-en: Powerful build system for the JVM - Core libraries Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains the Gradle Core API library. Package: libgradle-plugins-java Description-md5: 5d26540d5ad9b62edacb93637ecd29c9 Description-en: Powerful build system for the JVM - All plugins Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains the standard Gradle plugins except: . * Zinc compiler * Kotlin DSL * AWS S3 * Google APIs Package: libidn11-java Description-md5: 0c8f901ab06c323e7f8b2327e440794a Description-en: Java port of the GNU Libidn library, an IDN implementation GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. Currently the Nameprep, Kerberos 5 and XMPP Stringprep profiles are supported. . This package contains the native Java port of the library. Package: libistack-commons-java Description-md5: ede4ef727ae8f175723f810aaadfde9b Description-en: Common code for some Glassfish projects The iStack Commons project was created to promote code reuse. The shared parts of JAXP, JAXB, SAAJ, and JAX-WS projects are included in this library to reduce the footprint of end products using them. Package: libjaxb-api-java Description-md5: 47a01497b37764e46e83eb5da951f366 Description-en: Java Architecture for XML Binding API The goal of the JAXB project is to develop and evolve the code base for the Reference Implementation (RI) of JAXB, the Java Architecture for XML Binding. . This library contains the JAXB (JSR 222) API. Package: libjaxb-java Description-md5: 66e61644019b23e6f63f0f5c087432d8 Description-en: JAXB Reference Implementation GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. Package: libjaxb-java-doc Description-md5: 73eb127216e8b37e008e53f1c9cd9316 Description-en: JAXB Reference Implementation -- documentation GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. . This package contains the Javadoc API. Package: libjaxe-java Description-md5: 59378995c69022954f703b6de332f977 Description-en: JAva Xml Editor - library Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. . This package provides a java library to run Jaxe. Package: libjaxe-java-doc Description-md5: b06afd2bee135b09adfa01d63fe4561b Description-en: JAva Xml Editor - Library documentation Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. . This package provides the documentation for the java library. Package: libjaxrpc-api-java Description-md5: 52d02eb0c82e3925abc3a17142830eed Description-en: Java API for XML based RPC (JAX-RPC) JAX-RPC is an API for building Web services and clients that used remote procedure calls (RPC) and XML. Often used in a distributed client/server model, an RPC mechanism enables clients to execute procedures on other systems. In JAX-RPC, a remote procedure call is represented by an XML-based protocol such as SOAP. The SOAP specification defines envelope structure, encoding rules, and a convention for representing remote procedure calls and responses. These calls and responses are transmitted as SOAP messages over HTTP. Package: libjaxrs-api-java Description-md5: fcf8c6b0b2bfe61bf085296911718110 Description-en: Java API for RESTful Services (JAX-RS) The Java API for RESTful Web Services provides portable APIs for developing, exposing and accessing Web applications designed and implemented in compliance with principles of REST architectural style. Package: libjaxws-api-java Description-md5: aca951601c138524d2909c9c25a6ffac Description-en: Java API for XML-Based Web Services The Java API for XML-Based Web Services (JAX-WS) provides the API specification for creating web services, particularly SOAP services. . The JAX-WS API defines the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. Package: libjaxws-java Description-md5: 5d68dfe840a5e958be8f3ca3d83c483b Description-en: JAX-WS Reference Implementation (Library) The Java API for XML-Based Web Services (JAX-WS) provides the API implementation for creating web services, particularly SOAP services. . The JAX-WS Reference Implementation (JSR-224) provides the actual implementation behind the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. Package: libjnr-posix-java Description-md5: 30ed9730abd06236b2e3590c90136e1a Description-en: basic POSIX-like functions for Java This package is a Java library providing access to various POSIX functions like chmod(2), link(2) or getuid(2) through dynamic loading of native libraries with JNA. Package: libjnr-posix-java-doc Description-md5: 61833b323b8c89d21febff83e1d23a25 Description-en: Java JNR-POSIX library API documentation This package includes the development documentation for the JNR-POSIX library which provides access to various POSIX functions like chmod(2), link(2) or getuid(2) through dynamic loading of native libraries with JNA. Package: libjws-api-java Description-md5: 95e597cd0f2aa393f42a50a8d0afdf82 Description-en: Java EE Web Services Metadata API (JSR 181) This API defines Java annotations to enable easy definition of Java Web Services in a Java EE container. . This API was a standard part of the JDK since Java 6 (the javax.jws package) and was removed in Java 11. Package: liblaf-plugin-java Description-md5: dadb06e1685bbdcc04380a0761fb172e Description-en: Support for third-party components in Java look-and-feel libraries The goal of this project is to provide a generic plugin framework for look-and-feels and define the interface of a common kind of plugins - the component plugins. Package: liblaf-plugin-java-doc Description-md5: e43557eb04a9fb6d09d554e115502b7c Description-en: Support for third-party components in Java look-and-feel libraries (doc) The goal of this project is to provide a generic plugin framework for look-and-feels and define the interface of a common kind of plugins - the component plugins. . This package contains API documentation (Javadoc) for liblaf-plugin-java. Package: liblaf-widget-java Description-md5: 299e5f68522f2c29b71f596fb85fb55b Description-en: Java widget toolbox for other look-and-feel libraries Laf-Widget project provide support for and base set of additional behaviour and widgets in look-and-feels libraries. . The list of currently provided widgets (from v4) * Auto-completion (model-based / free-text) on editable combo boxes. * Hover preview of minimized internal frames on desktop icons. * Menu search panel on menu bars. * Hover preview of tab in tabbed panes. * Overview dialog on tabbed panes with optional periodic refresh. * Tab paging on tabbed panes. * Password strength checker on password fields. * Lock border on non-editable text components and model editable combobox. * Select all text in text component on focus gain. * Context menu on text components with edit actions (copy / paste / cut ...). * Enhanced drag-and-drop support for trees. * Scroll pane selector. * Selecting / deselecting in text components on Escape key press. . Laf-Widget is used by substance look-and-feel since 3.0 Package: liblaf-widget-java-doc Description-md5: 0ae5267d3611fef0ece425f7ecb71408 Description-en: Java widget toolbox for look-and-feel libraries - documentation Laf-Widget project provide support for and base set of additional behaviour and widgets in look-and-feels libraries. . The list of currently provided widgets (from v4) * Auto-completion (model-based / free-text) on editable combo boxes. * Hover preview of minimized internal frames on desktop icons. * Menu search panel on menu bars. * Hover preview of tab in tabbed panes. * Overview dialog on tabbed panes with optional periodic refresh. * Tab paging on tabbed panes. * Password strength checker on password fields. * Lock border on non-editable text components and model editable combobox. * Select all text in text component on focus gain. * Context menu on text components with edit actions (copy / paste / cut .... * Enhanced drag-and-drop support for trees. * Scroll pane selector. * Selecting / deselecting in text components on Escape key press. . Laf-Widget is used by substance look-and-feel since 3.0 . This package contains API documentation (Javadoc) for liblaf-widget-java. Package: liblogback-java Description-md5: c911f2163fbb79f27f505654b1afb151 Description-en: flexible logging library for Java Logback is a reliable, generic, fast and flexible logging library for Java. It's intended as a successor to the popular log4j project. . The logback-core module lays the groundwork for the other two modules. . The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or java.util.logging (JUL). . The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality. Package: liblogback-java-doc Description-md5: a9f205d99e0b78d90bd373c6e30966a6 Description-en: flexible logging library for Java - documentation Logback is a reliable, generic, fast and flexible logging library for Java. It's intended as a successor to the popular log4j project. . The logback-core module lays the groundwork for the other two modules. . The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or java.util.logging (JUL). . The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality. . This package provides the API documentation and manual for Logback. Package: libmaven-bundle-plugin-java Description-md5: 3db251b06d023214f20f879914c3afd5 Description-en: Maven plugin to handle artifact OSGi metadata Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . This plugin allow you to handle artifact OSGi metadata of your artifact (JAR, WAR). It manage a new type of packaging "bundle" in your POM. . This plugin depends on Felix Bundle Repository and BND for low-level handling of metadata. Package: libmaven-compiler-plugin-java Description-md5: e0e234f9ca5fcd0adf64cf5bd521e58b Description-en: Maven Compiler plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . The Compiler Plugin is used to compile the sources of your project. The default compiler is javac and is used to compile Java sources. Package: libmaven-dependency-plugin-java Description-md5: 3c29c5e1f3f209a76724dd0dc389fc47 Description-en: Maven Dependency Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This plugin provides dependency manipulation (copy, unpack) and analysis. Package: libmaven-enforcer-plugin-java Description-md5: c0d090850f16fffc77c7f0d0b89503c8 Description-en: Maven build rule execution framework Enforcer is a Maven build rule execution framework. Maven Enforcer Plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more standard rules: * alwaysPass - Always passes... used to test plugin configuration. * alwaysFail - Always fail... used to test plugin configuration. * bannedDependencies - enforces that excluded dependencies aren't included. * evaluateBeanshell - evaluates a beanshell script. * requireReleaseDeps - enforces that no snapshots are included as dependencies. * requireReleaseVersion - enforces that the artifact is not a snapshot. * requireMavenVersion - enforces the Maven version. * requireJavaVersion - enforces the JDK version. * requireOS - enforces the OS / CPU Archictecture. * requirePluginVersions - enforces that all plugins have a specified version. * requireProperty - enforces the existence and values of properties. * requireFilesDontExist - enforces that the list of files do not exist. * requireFilesExist - enforces that the list of files do exist. * requireFilesSize - enforces that the list of files exist and are within a certain size range. Custom rules are easy to make with the maven-enforcer-rule-api. Package: libmaven-javadoc-plugin-java Description-md5: 70c0543dcc6effb9a18d9d11b0f52b8b Description-en: Maven Javadoc Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . The Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. Package: libmaven-jaxb2-plugin-java Description-md5: 9993014ba27a3754bceab37bf1111cf5 Description-en: Maven JAXB 2.x Plugin Project Maven2 plugin for JAXB 2.x XJC compiler to generate Java sources from XML Schemas. Package: libmaven-plugin-tools-java Description-md5: 0c6c3c21cdb2866207ee7ed03967a57e Description-en: Maven Plugin Tools Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships some basic POM tools. Package: libopenjfx-java Description-md5: 238d2eecdf8319dd2b316de08d5badf5 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (Java libraries) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the Java libraries only, installing it won't add the JavaFX classes to the default classpath automatically. The integration with the JRE is provided by the openjfx package. Package: libopenjfx-java-doc Description-md5: ac88b714fc6ab003feed1a3c9d501728 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (Javadoc) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the API documentation for libopenjfx-java. Package: libopenjfx-jni Description-md5: aee76293940d3c485509232524f9f5e1 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (native libraries) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the native libraries for libopenjfx-java. Package: libplexus-languages-java Description-md5: 8e34cbf54dcf8b5a06d7dcf6c8e03913 Description-en: Plexus shared language features Plexus Languages maintains shared language features used by the Plexus components, such as parsing or extracting modules information in various ways for the Java language. Package: librngom-java Description-md5: 296a7d897a20320238aeb2f4b5daaef5 Description-en: Java library for parsing RELAX NG grammars RNGOM is an open-source Java library for parsing RELAX NG grammars. . In particular, RNGOM can: * parse the XML syntax * parse the compact syntax * check all the semantic restrictions as specified in the specification * parse RELAX NG into application-defined data structures * build a default data structure based around the binarized simple syntax or another data structure that preserves more of the parsed information * parse foreign elements/attributes in a schema * parse comments in a schema Package: libsaaj-java Description-md5: a645b49a8b642a1632cecb62de0fa2c6 Description-en: SOAP with Attachment API for Java The SOAP with Attachments API for Java (SAAJ) provides the API for creating and building SOAP messages. The SAAJ API conforms to the Simple Object Access Protocol (SOAP) 1.1 and 1.2 specifications, and the SOAP with Attachments specification. . The SAAJ API defines the javax.xml.soap package which was integrated to the JRE since Java 6 and was eventually removed in Java 11. Package: libstax-ex-java Description-md5: 7329ed197485eb0f6ca75685644dbebc Description-en: Extended StAX API This project develops a few extensions to complement JSR-173 StAX API in the following area. . * Enable parser instance reuse (which is important in the high-performance environment like JAXB and JAX-WS) * Improve the support for reading from non-text XML infoset, such as FastInfoset. * Improve the namespace support. Package: libstax2-api-java Description-md5: 4da95c6001e24c6d3d589da87c807c9c Description-en: Extension to StAX API for parsing XML documents StAX 2 is an extension to StAX (Streaming API for XML), a Java API to read and write XML documents. It adds some features over the original API, such as typed access API and read/write validation (with pluggable validators). Package: libsurefire-java Description-md5: bab89622b27ed7a11502370f4e3469da Description-en: Surefire test framework for Java Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the surefire test framework and the maven-surefire-plugin. Package: libtrident-java Description-md5: 823cb2d0f39f91cb940c9fa64aa92f15 Description-en: Animation library for Java applications The main goal of Trident project is to provide a general purpose animation library for Java applications. Animations are a natural fit for modern client applications, and Trident has special built-in support for Java based UI toolkits such as Swing and SWT. The classes for the Android are not included. Package: libtrident-java-doc Description-md5: 441eac6f28803850b43357df15cb7d99 Description-en: Animation library for Java applications (documentation) The main goal of Trident project is to provide a general purpose animation library for Java applications. Animations are a natural fit for modern client applications, and Trident has special built-in support for Java based UI toolkits such as Swing and SWT. . This package contains API documentation (Javadoc) for libtrident-java. Package: libtxw2-java Description-md5: 4ec2a173009deb2634f3c9969c4b5ab9 Description-en: Typed XML Writer for Java A Java library that allows client applications to write arbitrary well-formed typed XML documents. Package: libwoodstox-java Description-md5: 1cf64be6b7e268cb8a064e96ced1f2f9 Description-en: High-performance XML processor Woodstox is a high-performance, validating, namespace-aware, StAX-compliant (JSR-173), open source XML-processor written in Java. XML processor means that it handles both input (parsing) and output (writing, serialization), as well as supporting tasks such as validation. Package: libxsom-java Description-md5: 9aa289ec6a4e0b8e301de6604b4ee229 Description-en: XML Schema Object Model Java library XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema documents and inspect information in them. It is expected to be useful for applications that need to take XML Schema as an input. Package: linux-aws-edge Description-md5: a360a2f58d38d9ba68cb893f8c81bf34 Description-en: Complete Linux kernel for AWS systems. This package will always depend on the latest complete Linux kernel available for AWS systems. Package: linux-aws-edge-tools-4.18.0-1010 Description-md5: c311ad6ed43b827f0335b7cb51fab024 Description-en: Linux kernel version specific tools for version 4.18.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1010 on 64 bit x86. You probably want to install linux-tools-4.18.0-1010-. Package: linux-aws-headers-4.18.0-1010 Description-md5: 30af77ed6745e7b2934fa7af6cdae9fd Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1010/debian.README.gz for details Package: linux-buildinfo-4.18.0-1010-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-headers-4.18.0-1010-aws Description-md5: 879b1dab8fd74cd16af1c75ccf210cc9 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1010/debian.README.gz for details. Package: linux-headers-aws-edge Description-md5: a7480e6794e1196fe6c4493bb10de495 Description-en: Linux kernel headers for AWS systems. This package will always depend on the latest kernel headers available for AWS systems. Package: linux-image-4.18.0-1010-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-aws-edge Description-md5: f5900f8bb5fe9e4927d8cbe98b340ae1 Description-en: Linux kernel image for AWS systems. This package will always depend on the latest kernel image available for AWS systems. Package: linux-modules-4.18.0-1010-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-4.18.0-1010-aws Description-md5: 846e21b7db30bf8b8cdc5cf9fdc4fcd4 Description-en: Linux kernel version specific tools for version 4.18.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1010 on 64 bit x86. Package: linux-tools-aws-edge Description-md5: 1c760f9cd682d4a2ce1e4f32facd8003 Description-en: Linux kernel versioned tools for AWS systems. This package will always depend on the latest Linux kernel versioned tools available for AWS systems. Package: maven-debian-helper Description-md5: 1339aa9bab67b5b17d46e9f968b15eef Description-en: Helper tools for building Debian packages with Maven maven-debian-helper is a set of tools used to generate Debian packages from Maven projects and build them in a manner that complies with the Debian policies. Package: mesa-opencl-icd Description-md5: 10fe1749fa432fa001ccca2f3b268b84 Description-en: free implementation of the OpenCL API -- ICD runtime This package contains the mesa implementation of the OpenCL (Open Compute Language) library, which is intended for use with an ICD loader. OpenCL provides a standardized interface for computational analysis on graphical processing units. Package: mesa-va-drivers Description-md5: c89bbf6e4f80a47acafd5858be814f3c Description-en: Mesa VA-API video acceleration drivers These libraries provide the Video Acceleration API (VA-API) for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VA-API for some gallium drivers. Package: mesa-vulkan-drivers Description-md5: de68f7559174261711b175701783338c Description-en: Mesa Vulkan graphics drivers Vulkan is a low-overhead 3D graphics and compute API. This package includes Vulkan drivers provided by the Mesa project. Package: network-manager-config-connectivity-debian Description-md5: ee9b0c2af33d572bf2dba6f733d3d44b Description-en: NetworkManager configuration to enable connectivity checking This package contains a configuration file which enables NetworkManager's connectivity checking functionality. . NetworkManager will try to connect to a Debian server to determine the connection status. . This is particularly useful for captive portal detection. . No user data is transmitted in the connectivity checks, but merely contacting the Debian connectivity check servers reveals that the user is running a Debian(-based) operating system with NetworkManager. Package: network-manager-fortisslvpn Description-md5: f78a696714b7e5461d10e9fd4bb1a5f2 Description-en: network management framework (Fortinet SSLVPN plugin core) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides a VPN plugin for Fortinet SSLVPN. Package: network-manager-fortisslvpn-gnome Description-md5: 290f772ef315306502f1e3e3c238454e Description-en: network management framework (Fortinet SSLVPN plugin GNOME GUI) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the GNOME bits of NetworkManager's Fortinet SSLVPN plugin. Package: openjdk-11-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-11-jre-dcevm Description-md5: 68e6b77fa629f8c7692e213584cd125f Description-en: Alternative VM for OpenJDK 11 with enhanced class redefinition The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of the Java HotSpot VM that allows unlimited redefinition of loaded classes at runtime. The current hotswapping mechanism of the HotSpot VM allows only changing method bodies. This enhanced VM allows adding and removing fields and methods as well as changes to the super types of a class. . This alternative VM is enabled by adding the -dcevm option when invoking the java command. Package: openjdk-11-jre-zero Description-md5: c714861c802c9808def07d5329c6ed78 Description-en: Alternative JVM for OpenJDK, using Zero The package provides an alternative runtime using the Zero VM. Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Package: openjfx Description-md5: c81023d9b26926c1219881c76843995a Description-en: JavaFX/OpenJFX - Rich client application platform for Java JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. Package: openjfx-source Description-md5: c01ab725de38eaf161e002db642eda0e Description-en: JavaFX/OpenJFX - Rich client application platform for Java (sources) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the source archive to be used with an IDE. Package: python-apport Description-md5: 23518535b15759d78d26010a6b43517a Description-en: Python library for Apport crash report handling This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail. Package: python-curtin Description-md5: 31e48f4bf426e243b1a4f94280ebcafb Description-en: Library and tools for curtin installer This package provides python library for use by curtin. Package: python-gi-cairo Description-md5: e531132cde7475ea3077c4d44b37a39d Description-en: Python Cairo bindings for the GObject library 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 Cairo bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. Package: python-gobject Description-md5: 0972cedec40e0869495e1025aa320af1 Description-en: Python 2.x bindings for GObject - transitional package This package will bring the two versions of GObject Python modules: the deprecated gobject module, and the new gobject-introspection system. It is here for upgrade purposes only. You can remove it safely when nothing else depends on it. Package: python-problem-report Description-md5: 06dbdefca60b63fb6c44c8daf9a9cc5f Description-en: Python library to handle problem reports This Python library provides an interface for creating, modifying, and accessing standardized problem reports for program and kernel crashes and packaging bugs. . These problem reports use standard Debian control format syntax (RFC822). Package: qemu Description-md5: 976dc9e06bc50e9bc7637e1a34042953 Description-en: fast processor emulator QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. QEMU has two operating modes: . * User mode emulation: QEMU can launch Linux processes compiled for one CPU on another CPU. * Full system emulation: QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . As QEMU requires no host kernel patches to run, it is very safe and easy to use. . This package is a metapackage depending on all qemu-related packages. Package: qemu-guest-agent Description-md5: c2bc281a0e5a8e6c2185b336580fd595 Description-en: Guest-side qemu-system agent QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Package: qemu-system Description-md5: e4c58b37c60d1fc987e614cbc6f62355 Description-en: QEMU full system emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Package: qemu-system-mips Description-md5: 9ae71e5c6f9c8388bc2c1a7dd03588a5 Description-en: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following mips hardware: mips mipsel mips64 mips64el. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-misc Description-md5: 143f8bbce10b891e473510e55f54135b Description-en: QEMU full system emulation binaries (miscellaneous) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, M68k (ColdFire), MicroBlaze, and SH4 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha cris lm32 m68k microblaze microblazeel moxie nios2 or1k sh4 sh4eb tricore xtensa xtensaeb unicore32. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-sparc Description-md5: 8584000e342fca564033238e7f61d913 Description-en: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following sparc hardware: sparc sparc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-user Description-md5: b7a34d8d1377ca0beb573e0e2b4ce914 Description-en: QEMU user mode emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel so it will be possible to run foreign binaries directly. However, this might not be suitable for using inside foreign chroots, in which case it is possible to use qemu-user-static package instead of qemu-user-binmft, -- qemu-user-static will register statically linked binfmt handlers instead. Package: qemu-user-binfmt Description-md5: b9d172841422ce933839d1a34cce7b20 Description-en: QEMU user mode binfmt registration for qemu-user QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides binfmt support registration for the user mode emulation binaries from qemu-user. This is an empty package, it does not contain any additional files, only registration scripts which run at install and remove times. Package: qemu-user-static Description-md5: 5d8ec17cec68244efa918fa841e2964c Description-en: QEMU user mode emulation binaries (static version) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries, built statically. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If binfmt-support package is installed, qemu-user-static package will register binary formats which the provided emulators can handle, so that it will be possible to run foreign binaries directly. Package: scala Description-md5: c4ad9c8cdc32b480c48dbf9014880a0d Description-en: Scala programming language Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package includes the various tools used to develop code written in Scala. It includes a compiler (scalac), an interpreter and script runner (scala), the offline compiler (fsc), and source-scanning documentation generator (scaladoc). Package: scala-doc Description-md5: 5d64d78025d0602fe45ed81e50239854 Description-en: Scala API documentation Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package contains the API documentation for Scala. Package: scala-library Description-md5: 7ae8b8396c71d0f69fee3c25d120c634 Description-en: Scala standard library Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package contains the run-time library needed to run Scala programs. It also provides scalacheck and scala-partest. Package: substance Description-md5: 14752af4e817f8a51bed33849ce0ed59 Description-en: cross-platform look & feel for Swing applications The goal of this project is to provide a configurable and customizable production-quality Java look and feel library for Swing applications. This Java look and feel is available for JDK 5.0+ only. Package: substance-doc Description-md5: 9c4bbdd9cc1d2cbbf81558036c9e7cb3 Description-en: cross-platform look & feel for Swing applications - documentation The goal of this project is to provide a configurable and customizable production-quality Java look and feel library for Swing applications. This Java look and feel is available for JDK 5.0+ only. . This package contains API documentation (Javadoc) for substance. Package: substance-flamingo Description-md5: c8d68e1a2eb21e88fe5c94a655603b45 Description-en: Substance Flamingo plugin The goal of this project is to provide a consistent apperance for Flamingo components (see libflamingo-java) under the substance Substance (see substance) look-and-feel. This requires a JDK version 5.0+. Package: substance-flamingo-doc Description-md5: cc4b8088bc9ae37ee6aebe7fc027418b Description-en: Substance Flamingo plugin (documentation) The goal of this project is to provide a consistent apperance for Flamingo components (see libflamingo-java) under the substance Substance (see substance) look-and-feel. This requires a JDK version 5.0+. This package contains API documentation (Javadoc) for substance-flamingo. Package: substance-swingx Description-md5: 9ce52f3223ecb0a325c7ba92207e3135 Description-en: Swingx componennts for substance L&F The goal of this project is to provide a consistent apperance for SwingX components (see libswingx-java) under the substance (see substance) look-and-feel. Package: substance-swingx-doc Description-md5: 97f101e9c600e34e67e6592640c401ca Description-en: Swingx componennts for substance L&F (documentation) The goal of this project is to provide a consistent apperance for SwingX components (see libswingx-java) under the substance (see substance) look-and-feel. This package contains API documentation (Javadoc) for substance-swingx. Package: syslinux-efi Description-md5: ad8ad4a95efc35ec00ded5d850b4debc Description-en: collection of bootloaders (UEFI bootloader) syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). . This package contains the bootloader for the Unified Extensible Firmware Interface (EFI). Package: syslinux-utils Description-md5: c0539e9d0c7965a4c803fe26df75b3a5 Description-en: collection of bootloaders (utilities) syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). . This package contains the auxiliary utilities. Package: testng Description-md5: d2b6208d4934fc7baa97ad9dc66a441f Description-en: testing framework for Java TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: * Annotations. * Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.) * Test that your code is multithread safe. * Flexible test configuration. * Support for data-driven testing (with @DataProvider). * Support for parameters. * Powerful execution model (no more TestSuite). * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.) * Embeds BeanShell for further flexibility. * Default JDK functions for runtime and logging (no dependencies). * Dependent methods for application server testing. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc. Package: udhcpc Description-md5: e2345d2807e5393b509c38303e4ee886 Description-en: Provides the busybox DHCP client implementation Busybox contains a very small yet fully functional RFC compliant DHCP client formerly known as udhcpc. . This package contains the glue to use the busybox udhcpc as DHCP client in the system by providing the appropriate symbolic links and scripts. Package: udhcpd Description-md5: c737b2b2b9534ba766d99f6de6c31668 Description-en: Provides the busybox DHCP server implementation Busybox contains a very small yet fully function RFC compliant DHCP server formerly known as udhcpd. . This package contains the glue to use the busybox udhcpd as DHCP server in the system by providing the appropriate symbolic links and scripts. Package: xkb-data-i18n Description-md5: ad18c9da1cefd47e5b70e985c477f20e Description-en: X Keyboard Extension (XKB) configuration data translations This package contains translations used by xkb-data. Users should not install this package. Package: linux-buildinfo-4.18.0-1010-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-4.18.0-1010-aws Description-md5: 0f185c44327266e3c4a04164dae91eee Description-en: Linux kernel version specific cloud tools for version 4.18.0-1010 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1010 on ARMv8. Package: linux-headers-4.18.0-1010-aws Description-md5: d35a6d444d389e4562b6664beaf83909 Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1010/debian.README.gz for details. Package: linux-image-4.18.0-1010-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1010-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-4.18.0-1010-aws Description-md5: b0fccdf055b27dfa4493ea2ff501a7ad Description-en: Linux kernel version specific tools for version 4.18.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1010 on ARMv8.