pd-ableton-link

integration of Ableton Link into Pure Data

[abl_link~] is a Pd object that integrates Ableton Link into Pure Data (Pd). It has four outlets, which emit the index of the current step (at the beginning of each step), the current phase and beat time on each DSP tick, as well as the tempo on tempo changes. Phase and beat time are Link concepts. The purpose of the step feature is to generate events in Pd at a given rate (measured in steps per beat).

libadasockets11

bindings for socket services in Ada: shared library

This package provides a binding for socket services to be used with GNAT (the GNU Ada compiler). One can use it to write clients and servers that will talk with programs written in Ada or any other programming language.

php-net-ldap3

Object oriented interface for searching and manipulating LDAP entries

A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories. It enables access to LDAP directories with an object-oriented interface. It layers on top of PEAR:Net_LDAP2.

lib32gphobos76-amd64-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

libxrdcryptolite2

Light version of cryptograpic library for xrootd

This package contains the light version of the xrootd cryptograpic library.

libarray-base-perl

array index offseting

Array::Base implements automatic offsetting of array indices. In normal Perl, the first element of an array has index 0, the second element has index 1, and so on. This module allows array indexes to start at some other value. Most commonly it is used to give the first element of an array the index 1 (and the second 2, and so on), to imitate the indexing behaviour of FORTRAN and many other languages. It is usually considered poor style to do this.