python3-statmake

Applies STAT information from a Stylespace to a variable font

statmake takes a user-written Stylespace that defines OpenType STAT information for an entire font family and then (potentially subsets and) applies it to a specific variable font. This spares users from having to deal with raw TTX dumps and juggling with nameIDs.

libloader-java

Java general purpose resource loading framework

LibLoader is a general purpose resource loading framework. It has been designed to allow one to load resources from any physical location and to allow the processing of that content data in a generic way, totally transparent to the user of that library.

node-symbol-observable

Symbol.observable ponyfill

This module provides Symbol.observable for older JavaScript environments which does not implement it natively.

libcatalyst-plugin-static-simple-perl

Catalyst plugin for easy serving of static pages

Catalyst::Plugin::Static::Simple is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you.

liblicense-cli

Command line interface for license metadata

A command line interface for the liblicense library, which reads and writes license information for a given file or the system default.

node-stream-iterate

Iterate through the values in a stream

stream-iterate module recursively iterate through each item in the stream. stream is a user defined list of objects. This module can be used to implement things like a streaming merge sort.