python3-img2pdf
Lossless conversion of raster images to PDF (library)
This module will take a list of raster images and produce a PDF file with the
images embedded in it. JPEG and JPEG2000 images will be included without
recompression. Raster images in other formats will be included with zip/flate
encoding which usually leads to an increase in the resulting size because
formats like png compress better than PDF which just zip/flate compresses the
RGB data. As a result, this module is able to losslessly wrap images into a
PDF container with a quality to filesize ratio that is typically better (in
case of JPEG and JPEG2000 images) or equal (in case of other formats) than
that of existing tools.
python3-flask-paranoid
Simple user session protection
Flask-Paranoid protects user sessions. When a client connects to this
application, a "paranoid" token will be generated according to the IP address
and user agent. In all subsequent requests, the token will be recalculated and
checked against the one computed for the first request. If the session cookie
is stolen and the attacker tries to use it from another location, the
generated token will be different, and in that case the extension will clear
the session and block the request.
libghc-fgl-arbitrary-prof
QuickCheck support for fgl; profiling libraries
Provides Arbitrary instances for fgl graphs (to avoid adding a
QuickCheck dependency for fgl whilst still making the instances
available to others).
node-highlight
Transitional package for node-hightlight.js
This is a transitional package to ease upgrades to the node-highlight.js
package. It can safely be removed.
libcsp1
Cubesat Space Protocol Library
libjsonrpccpp-stub0
library for stub generation of libjsonrpccpp based applications
This package provides the stub generator library for the libjson-rpc-cpp
framework. It can automatically generate full functioning C++ and JavaScript
JSON-RPC Client classes, which are ready to use.