libubsan0-powerpc-cross

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++.

python-libxmp

Python library for XMP metadata

Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats.

language-pack-touch-el

Ubuntu Touch translations for language Greek, Modern (1453-)

python3-pydispatch

Python 3 signal dispatching mechanism

PyDispatcher provides the Python programmer with a multiple-producer-multiple-consumer signal-registration and routing infrastructure for use in multiple contexts. The mechanism of PyDispatcher started life as a highly rated recipe in the Python Cookbook. The project aims to include various enhancements to the recipe developed during use in various applications.

fortunes-debian-hints

Debian Hints for fortune

This package provides a set of hints and tips on using Debian, in a fortune database format. New Debian users (or administrators) may find its advice particularly sage or helpful, and even veteran Debianites might find some new tidbits.

python3-gflags

implementation of the Google command line flags module - Python 3.x

GFlags defines a distributed command line system, replacing systems like getopt(), optparse and manual argument processing. Rather than an application having to define all flags in or near main(), each Python module defines flags that are useful to it. When one Python module imports another, it gains access to the other's flags.