gobjc-5-m68k-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.
libqgis-gui2.8.3
QGIS - shared gui library
cpp-5-sh4-linux-gnu
GNU C preprocessor
A macro processor that is used automatically by the GNU C compiler
to transform programs before actual compilation.
python3-socks
Python 3 SOCKS client module
This module was designed to allow developers of Python
software that uses the Internet or another TCP/IP-based
network to add support for connection through a SOCKS proxy
server with as much ease as possible.
postgresql-9.5-pgtap
Unit testing framework extension for PostgreSQL 9.5
pgTAP is a suite of database functions that make it easy to write
TAP-emitting unit tests in psql scripts suitable for harvesting,
analysis, and reporting by a TAP harness, such as those used in Perl
and PHP applications.
postgresql-9.5-preprepare
pre prepare your PostgreSQL statements server side
The pre_prepare module for PostgreSQL aims to prepare all your statements as
soon as possible and in a way that allows client queries not to bother at all
and just call EXECUTE.