gobjc-12-mipsel-linux-gnu

GNU Objective-C compiler

This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

python3-trml2pdf

translation of RML (Report Markup Language) from ReportLab, to PDF

trml2pdf is a translator which converts high level XML markup into PDF documents. RML (Report Markup Language) describes the precise layout of a printed document, and trml2pdf converts this to a finished document in one step.

gobjc-12-multilib-mips64-linux-gnuabi64

GNU Objective-C compiler (multilib support) (cross compiler for mips64 architect

This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler.

python3-flake8-class-newline

flake8 extension to lint for a method newline after a Class definition

PEP8 recommends surrounding every class method with a single blank line. See https://www.python.org/dev/peps/pep-0008/#blank-lines However flake8 is ambiguous about the first method having a blank line above it.

libghc-unicode-collation-prof

Haskell implementation of the Unicode Collation Algorithm; profiling libraries

This library provides a pure Haskell implementation of the Unicode Collation Algorithm. It is not as fully-featured or as performant as @text-icu@, but it avoids a dependency on a large C library. Locale-specific tailorings are also provided.

libtext-balanced-perl

Perl module for extraction of delimited text from strings

Text::Balanced provides various extract_... subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. By default, that prefix is optional whitespace (/\s*/), but can be changed.