lazarus-3.0

IDE for Free Pascal - suite

Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.

libp11-kit0

library for loading and coordinating access to PKCS#11 modules - runtime

The p11-kit library provides a way to load and enumerate Public-Key Cryptography Standard #11 modules, along with a standard configuration setup for installing PKCS#11 modules so that they're discoverable. It also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process.

guerillabackup

resilient, distributed backup and archiving solution

GuerillaBackup is a backup solution for tailoring special purpose backup data flows, e.g. in rugged environments, with special legal constraints (privacy regulations, cross border data storage), need for integration of custom data processing, auditing or quality assurance code. It is kept small to ease code audits and does not attempt to duplicate features, stable and trusted high quality encryption, networking or storage solutions already provide. So for example it can be integrated with your choice of trusted transports (ssh, SSL, xmpp, etc.) to transfer backups to other nodes according to predefined or custom transfer policies. GuerillaBackup ensures security by encrypting data at source and only this key can be used to decrypt the data.

libgraph-moreutils-perl

utilities for Perl graphs

Graph::MoreUtils provides additional utilities for Perl graph handling. These utilities work with Perl Graph class objects.

liborlite-perl

lightweight SQLite-specific ORM

ORLite is a Perl module that implements an object-relational mapper designed specifically for SQLite. It follows many of the same principles as the ::Tiny series of modules and has a design that aligns directly to the capabilities of SQLite.

libtest-expectandcheck-perl

expect/check-style unit testing with object methods

Test::ExpectAndCheck creates objects that assist in writing unit tests with mocked object instances. Each mock instance will expect to receive a given list of method calls. Each method call is checked that it received the right arguments, and will return a prescribed result. At the end of each test, each object is checked to ensure all the expected methods were called.