libpqmarble2t64

Collection of useful functions and reusable widgets

Paulo Queiroz's collection of useful functions and reusable widgets.

libprotoc32t64

protocol buffers compiler library

Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.

gnustep-back0.31

GNUstep GUI Backend

It is a backend component for the GNUstep GUI Library. The implementation of the GNUstep GUI Library is designed in two parts. The first part is the front-end component which is independent of platform and display system. This front-end is combined with a back-end component which handles all of the display system dependent such as specific calls to the X Window System.

libvolk3.1

vector optimized functions

Vector-Optimized Library of Kernels is designed to help applications work with the processor's SIMD instruction sets. These are very powerful vector operations that can give signal processing a huge boost in performance.

libopencv-ml406

computer vision Machine Learning library

This package contains the OpenCV (Open Computer Vision) Machine Learning runtime libraries.

blueprint-compiler

Markup language for GTK user interface files

GtkBuilder XML format is quite verbose, and many app developers don't like using WYSIWYG editors for creating UIs. Blueprint files are intended to be a concise, easy-to-read format that makes it easier to create and edit GTK UIs. Internally, it compiles to GtkBuilder XML as part of an app's build system. It adds no new features, just makes the features that exist more accessible. Another goal is to have excellent developer tooling--including a language server--so that less knowledge of the format is required. Hopefully this will increase adoption of cool advanced features like GtkExpression.