gnat-13-hppa-linux-gnu
GNU Ada compiler for the hppa-linux-gnu architecture
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
gnat-13-m68k-linux-gnu
GNU Ada compiler for the m68k-linux-gnu architecture
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
gnat-13-powerpc-linux-gnu
GNU Ada compiler for the powerpc-linux-gnu architecture
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
gnat-13-sparc64-linux-gnu
GNU Ada compiler for the sparc64-linux-gnu architecture
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
gobjc++-13-alpha-linux-gnu
GNU Objective-C++ compiler for the alpha-linux-gnu architecture
This is the GNU Objective-C++ compiler for the alpha-linux-gnu architecture,
which compiles Objective-C++ on platforms supported by the gcc compiler.
It uses the gcc backend to generate optimized code.
python3-tokenize-rt
wrapper around the Python stdlib `tokenize` which roundtrips
The stdlib tokenize module does not properly roundtrip. This wrapper
around the stdlib provides two additional tokens ESCAPED_NL and
UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and
tokens_to_src to roundtrip.