libtext-capitalize-perl

routines for title-like formatting of strings

Text::Capitalize provides some routines for title-like formatting of strings. The simple capitalize function just makes the initial character of each word uppercase, and forces the rest to lowercase.

libmujoco2.2.2

Multi-Joint dynamics with Contact. A general purpose physics simulator.

MuJoCo stands for Multi-Joint dynamics with Contact. It is a general purpose physics engine that aims to facilitate research and development in robotics, biomechanics, graphics and animation, machine learning, and other areas which demand fast and accurate simulation of articulated structures interacting with their environment.

libtext-names-perl

module for proper name parsing, normalization, recognition and classification

Text::Names provides a number of name normalization routines, plus high-level parsing and name comparison utilities such as those illustrated in the synopsis.

libnginx-mod-http-brotli-static

Brotli lossless compression support for Nginx - static

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.

libnginx-mod-http-memc

Extended memcached commands module for Nginx

This module supports almost the whole memcached ascii protocol, and provides many more commands than the embedded memcached module in Nginx. The libnginx-mod-http-srcache-filter module can be configured to use that module to cache responses.

python3-trio-websocket

Server and client Python library of the WebSocket protocol (Python3 version)

This library implements both server and client aspects of the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework. This library passes the Autobahn Test Suite.