gcc-5-multilib-sparc64-linux-gnu

GNU C compiler (multilib support)

This is the GNU C compiler, a fairly portable optimizing compiler for C.

gcompris-sound-kn

Kannada sound files for GCompris

GCompris is a collection of educational games for small children.

gobjc-5-multilib-mips64-linux-gnuabi64

GNU Objective-C compiler (multilib support)

This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler.
application for creating 3D structures

structure-synth

application for creating 3D structures

Structure Synth is a tool for generating 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures. Structure Synth offers a graphical environment with multiple tabs, syntax highlighting, and OpenGL preview. Integration with third-party renderers (such as Sunflow and POV-Ray) is possible using a flexible template based export system.

gobjc-5-mips64el-linux-gnuabi64

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.

python-sortedcontainers

sorted container types: SortedList, SortedDict, and SortedSet (Python 2)

Python’s standard library is great until you need a sorted container type. Many will attest that you can get really far without one, but the moment you really need a sorted list, dict, or set, you’re faced with a dozen different implementations, most using C-extensions without great documentation and benchmarking.