kdesdk-strigi-analyzers-dbg
debugging symbols for the KDE Software Development Kit module
labplot
interactive graphing and analysis of scientific data
LabPlot provides an easy way to create, manage and edit plots. It allows you
to produce plots based on data from a spreadsheet or on data imported from
external files. Plots can be exported to several pixmap and vector graphic
formats.
g++-10-powerpc64le-linux-gnu
GNU C++ compiler (cross compiler for ppc64el architecture)
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
gdc-10-arm-linux-gnueabi
GNU D compiler (version 2) (cross compiler for armel architecture)
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
libtomcat7-java
Servlet and JSP engine -- core libraries
Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
specifications from Sun Microsystems, and provides a "pure Java" HTTP web
server environment for Java code to run.
libnoggit-java
Fast streaming JSON parser for Java
Noggit is the world's fastest streaming JSON parser for Java.
Features:
* Fast! Measured as the fastest JSON parser on char[], String input.
* Streaming API (StAX/pull-parser like) for both easy and efficient parsing
* Conforms to the JSON standard: http://www.ietf.org/rfc/rfc4627.txt
* Memory efficiency
* incremental parsing (Reader-based) in order to handle huge messages
* a single byte of state needed per nested object or array
* does not read large objects (including primitives) completely
into memory unless asked
* can eliminate most copying, allowing the user to provide
the output buffer for values
* can handle primitives of any size (does not attempt to parse
numerics into a certain language primitives unless asked)
* Simple serialization of objects (List, Map, etc)
* Optional creation of objects (List, Map, etc) when parsing.