dpm-name-server-postgres
DPM nameserver server with postgres database backend
The LCG Disk Pool Manager (DPM) creates a storage element from a set
of disks. It provides several interfaces for storing and retrieving
data such as RFIO and SRM version 1, version 2 and version 2.2.
This package provides a DPM nameserver that uses postgres as its
database backend.
libkohana3.2-mod-image-php
swift, secure, and small PHP 5 framework, image module
Kohana is a web application framework for PHP 5 that implements Hierarchical
Model View Controller (HMVC). It was designed to be secure, lightweight, and
easy to use.
lua-orbit
MVC web framework for Lua
Orbit is a library for developing web applications according to
the Model-View-Controller paradigm in Lua.
camlp4-extra
Pre Processor Pretty Printer for OCaml - extras
libobus-ocaml-bin
pure OCaml implementation of D-Bus (command-line tools)
OBus is a pure OCaml implementation of D-Bus. It aims to provide a
clean and easy way for OCaml programmers to access and provide D-Bus
services.
libghc-psqueue-prof
Priority Search Queue; profiling libraries
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
'Binding' is a product of a key and a priority. Bindings
can be inserted, deleted, modified and queried in
logarithmic time, and the binding with the least priority
can be retrieved in constant time. A queue can be built
from a list of bindings, sorted by keys, in linear time.