gm2-12-powerpc64le-linux-gnu

GNU Modula-2 compiler (cross compiler for ppc64el architecture)

This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code.

libdt-utils5

Device tree related library

libdt-utils provides the foundation for dt-utils' tools. It provides a programmer with an API to analyze device tree files and is an alternative to libfdt.

libwmf-0.2-7-gtk

Windows metafile conversion GTK pixbuf plugin

Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)...

python3-backoff

Function decoration for backoff and retry

This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.

gm2-12-i686-linux-gnu

GNU Modula-2 compiler (cross compiler for i386 architecture)

This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code.

python3-refurb

tool for refurbishing and modernizing Python codebases (Python3 version)

A tool for refurbishing and modernizing Python codebases. It can give hints on possible improvements and new features to use in an existing Python codebase. Refurb is not a style/type checker. It is not meant as a first-line of defense for linting and finding bugs, it is meant for making good code even better.