libpcl-stereo1.9

Point Cloud Library - stereo library

libhash-flatten-perl

flatten/unflatten complex data hashes

Hash::Flatten converts back and forth between a nested hash structure and a flat hash of delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs).

libdata-xml-clojure

library for reading and writing XML data

data.xml includes utilities for writing and reading XML, it can also create XML documents from Clojure data structures and vice versa. It internaly uses the Java Streaming API for XML (StAX) and features lazy parsing.

libdpkg-log-perl

module for parsing and analysing dpkg log files

DPKG::Log is a perl library which aims at parsing and analysing a dpkg logfile.

postgresql-9.6-pgtap

Unit testing framework extension for PostgreSQL 9.6

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.

libfile-counterfile-perl

persistent counter class for Perl

File::CounterFile implements a persistent counter class. Each counter is represented by a separate file in the file system. File locking is applied, so multiple processes might try to access the same counters at the same time without risk of counter destruction.