perl-modules-5.24

Core Perl modules

Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed.

postgresql-9.6-repack

reorganize tables in PostgreSQL databases with minimal locks

pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly.

postgresql-9.6-pgmemcache

PostgreSQL interface to memcached

pgmemcache is an extension for PostgreSQL that provides an API to memcached through user-defined functions.

libctemplate3

Simple but powerful template language for C++

This package contains a library implementing a simple but powerful template language for C++. It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. This limits the power of the template language without limiting the power of the template *system*. Indeed, Google's "main" web search uses this system exclusively for formatting output.

ctpp2-utils

Tools for ctpp template conversion

libcunit1

Unit Testing Library for C

CUnit is a simple framework for incorporating test cases in your C code similar to JUnit or CppUnit. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results.