libmoosex-singleton-perl

Moose extension to turn a class into a singleton

MooseX::Singleton lets you easily change your Moose class into a singleton, which is a class that only has one instance in an application. All you should need to do is change your use of "use Moose" to "use MooseX::Singleton". This module uses a new class metaclass and instance metaclass, so if you're doing metamagic you may not be able to use this.

libsane-perl

Perl bindings for the SANE (Scanner Access Now Easy) Project

The Sane module allows you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API.

libnet-mac-vendor-perl

module to look up the vendor by OUI

The Institute of Electrical and Electronics Engineers (IEEE) assigns an Organizational Unique Identifier (OUI) to manufacturers of network interfaces. Each interface has a Media Access Control (MAC) address of six bytes. The first three bytes are the OUI.

linux-perf-4.13

Performance analysis tools for Linux 4.13

tl-parser

command-line tool to parse TL scheme to tlo file

This tool parses the TL scheme and compile the scheme to tlo file. It is part of the telegram-cli.

ruby-em-mongo

Ruby EventMachine driver for MongoDB

An EventMachine client for MongoDB. Originally based on RMongo, this client aims to be as API compatible with ruby-mongo driver as possible. For methods that do not retrieve data from the database the API of em-mongo should be identical (though a subset) to the ruby-mongo driver.