This is a staging site. Uploads will not persist. Testing only.

gm2-13-mipsisa32r6el-linux-gnu

GNU Modula-2 compiler for the mipsisa32r6el-linux-gnu architecture

This is the GNU Modula-2 compiler for the mipsisa32r6el-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code.

gobjc++-13-mipsisa32r6-linux-gnu

GNU Objective-C++ compiler for the mipsisa32r6-linux-gnu architecture

This is the GNU Objective-C++ compiler for the mipsisa32r6-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

python3-mashumaro

fast and well tested serialization library

In Python, you often need to dump and load objects based on the schema you have. It can be a dataclass model, a list of third-party generic classes or whatever. Mashumaro not only lets you save and load things in different ways, but it also does it super quick.

isochron

Tool for Time Sensitive Networking testing

The isochron program is a real-time application for testing Time Sensitive Networking equipment. It works by monitoring the network synchronization status and sending time-triggered Ethernet packets. It has a server-client architecture and it measures network latency by taking multiple timestamps (some hardware, some software) along the path of the packets.

libmartchus-qtforkawesome1t64

C++ library that conveniently enables the use of Fork Awesome in Qt

Qt ForkAwesome is a C++ library that conveniently enables the use of Fork Awesome in Qt applications. Qt ForkAwesome enumerates and encodes Fork Awesome as Qt resources, it provides an 'enum' of the icon-font definitions, and it enables font glyphs to be used in cases where Qt requires traditional icons. Qt ForkAwesome uses FreeType to render, hint, and antialias icon-fonts.

r-cran-rcpptoml

'Rcpp' Bindings to Parser for Tom's Obvious Markup Language

The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at <https://toml.io/en/>) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle (in C++11) to R.