python3-cbor
Python3 Implementation of RFC 7049. Concise Binary Object Representation (CBOR)
CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes
to a binary format which is smaller and faster to generate and parse.
gstreamer1.0-opencv
GStreamer OpenCV plugins
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
libghc-hint-prof
runtime Haskell interpreter (GHC API wrapper); profiling libraries
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
and even coerce them into values. The library is thread-safe and type-safe
(even the coercion of expressions to values). It is, esentially, a huge subset
of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this
version was not tested with GHC.6).
libghc-indexed-traversable-prof
Indexed Traversables for Haskell; profiling libraries
This package provides three useful generalizations:
class Functor f => FunctorWithIndex i f | f -> i where
\ imap :: (i -> a -> b) -> f a -> f b
libghc-math-functions-prof
Special functions and Chebyshev polynomials; profiling libraries
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
useful in statistical and numerical computing.
libghc-monoid-subclasses-prof
subclasses of Monoid; profiling libraries
A hierarchy of subclasses of Monoid together with their instances
for all data structures from base, containers, and text packages.