python3-serializable
base class with serialization methods
"Serialisation" refers to the transformation of objects into
a bitstream and back into the original structure. The idea
expressed by this class has a direct analogy to Java:
A method is declared thattransform the object into, e.g., a
JSON formatted file. Another method knows how to reinstantiate
the object from that output.
libzstd-jni-java
JNI bindings for Zstd (Java files)
Native library that provides a fast and high-compression lossless algorithm
for Android, Java, and all JVM languages. It features static
compress/decompress methods, implementation of InputStream and OutputStream
for transparent compression of data streams fully compatible with the "zstd"
program, and minimal performance overhead.
python3-concurrent-log-handler
Additional log handler for Python's standard logging package
This handler will write log events to a log file which is rotated when
the log file reaches a certain size. Multiple processes can safely write
to the same log file concurrently. Rotated logs can be gzipped if desired.
Both Windows and POSIX systems are supported. An optional threaded queue
logging handler is provided to perform logging in the background.
r-cran-r.rsp
Dynamic Generation of Scientific Reports
The RSP markup language makes any text-based document come alive. RSP
provides a powerful markup for controlling the content and output of
LaTeX, HTML, Markdown, AsciiDoc, Sweave and knitr documents (and
more), e.g. 'Today's date is <%=Sys.Date()%>'. Contrary to many other
literate programming languages, with RSP it is straightforward to loop
over mixtures of code and text sections, e.g. in month-by-month
summaries. RSP has also several preprocessing directives for
incorporating static and dynamic contents of external files (local or
online) among other things. Functions rstring() and rcat() make it
easy to process RSP strings, rsource() sources an RSP file as it was
an R script, while rfile() compiles it (even online) into its final
output format, e.g. rfile('report.tex.rsp') generates 'report.pdf' and
rfile('report.md.rsp') generates 'report.html'. RSP is ideal for self-
contained scientific reports and R package vignettes. It's easy to use
- if you know how to write an R script, you'll be up and running
within minutes.
libzstd-jni1
JNI bindings for Zstd (Architecture-specific files)
Native library that provides a fast and high-compression lossless algorithm
for Android, Java, and all JVM languages. It features static
compress/decompress methods, implementation of InputStream and OutputStream
for transparent compression of data streams fully compatible with the "zstd"
program, and minimal performance overhead.
gnat-12-riscv64-linux-gnu
GNU Ada compiler
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).