libpinyin7

library to deal with PinYin

libstorm9

Library for accessing the MPQ archives

The StormLib library is a pack of modules, written in C++, which are able to read and also to write files from/to the MPQ archives.

libstfl0

structured terminal forms language/library

stfl is a library which implements a curses-based widget set for text terminals.

verilog-mode

emacs mode for Verilog code

This package provides an emacs major mode for editing files in the Verilog code. It features syntax highlighting and auto-indentation.

libblis4

BLAS-like Library Instantiation Software Framework (32bit,meta)

BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users.

libchi-memoize-perl

memoization implementation backed by CHI

CHI::Memoize is an implementation of the memoization technique using CHI. Memoize caches the inputs and outputs of a function, if the function is called again with the same inputs, CHI::Memoize intervenes and provides the cached result. For slow functions, time is saved, at the expence of space.