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.
libghc-hslua-cli-prof
command-line interface for Lua; profiling libraries
This haskell library provides an embeddable command-line interface for Lua.
The interface is compatible with the standard Lua interpreter, i.e., the `lua`
executable provided in a default Lua installation.
elpa-bpftrace-mode
simple major mode for bpftrace scripts
bpftrace-mode is a simple mode for editing bpftrace files.
It builds atop of cc-mode for indentation and syntax highlighting.
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.