libperl-metrics-simple-perl
module to provide metrics of Perl code
Perl::Metrics::Simple is a Perl module that provides several useful methods
for static analysis of one or many Perl files. It currently offers these
metrics: packages, subroutines, lines of code, and an approximation of
cyclomatic (mccabe) complexity for the subroutines and the "main" portion
of the code.
libperl-prereqscanner-notquitelite-perl
Perl module for scanning Perl code for prerequisites
Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It
passes almost all the scanning tests for Perl::PrereqScanner and
Module::ExtractUse (ie. except for a few dubious ones), and runs slightly
faster than PPI-based Perl::PrereqScanner. However, it doesn't run as fast as
Perl::PrereqScanner::Lite (which uses an XS lexer).
libjose0
Javascript Object Signing and Encryption (José) - library
This package provides the shared library for José, a C-language
implementation of the Javascript Object Signing and Encryption
standards.
lambda-align
Local Aligner for Massive Biological DatA
Lambda is a local biosequence aligner optimized for many query sequences
and searches in protein space. It is compatible to the de facto standard tool
BLAST, but often outperforms the best currently available alternatives at
reproducing BLAST’s results and is the fastest compared with the current
state of the art at comparable levels of sensitivity.
libexperimental-perl
pragma for making experimental features easy
The experimental pragma provides an easy and convenient way to enable or
disable experimental features.
node-lodash
Lo-dash is a Node.js utility library
Lodash makes JavaScript easier by taking the hassle out of working with arrays
, numbers, objects, strings, etc. Lodash’s modular methods are great for:
* Iterating arrays, objects, & strings
* Manipulating & testing values
* Creating composite functions