libace-flreactor-8.0.1

ACE-GUI reactor integration for FLTK

Recognizing the need to write reactor-based GUI applications, the ACE community has created several reactor extensions for use with X Window System. Each of these extends the ACE_Select_Reactor to work with a specific toolkit. By using these reactors, your GUI application can remain single threaded yet still respond to both GUI events, such as button presses, and your own application events.

libace-8.0.1

C++ network programming framework

This package contains the ADAPTIVE Communication Environment (ACE) framework.

python3-psutils

PostScript document handling libraries

Library for psutils, a collection of utilities is for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing.

lua-resty-lrucache

Simple LRU cache for the ngx_lua module

The LRU cache resides completely in the Lua VM and is subject to Lua GC. As such, do not expect it to get shared across the OS process boundary. The upside is that you can cache arbitrary complex Lua values (such as deep nested Lua tables) without the overhead of serialization (as with ngx_lua's shared dictionary API). The downside is that your cache is always limited to the current OS process (i.e. the current Nginx worker process). It does not really make much sense to use this library in the context of init_by_lua because the cache will not get shared by any of the worker processes (unless you just want to "warm up" the cache with predefined items which will get inherited by the workers via fork()).

python3-sdjson

single-dispatch JSON encoder for Python

Module uses functools.singledispatch to support custom encoders for Python built-in classes and user-created classes.

python3-pylatex

Python library for creating LaTeX files and snippets

PyLaTeX is a Python library for creating and compiling LaTeX files or snippets. The goal of this library is being an easy, but extensible interface between Python and LaTeX.