python3-backoff

Function decoration for backoff and retry

This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.

jtreg7

Regression Test Harness for the OpenJDK platform

jtreg is the test harness used by the OpenJDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests -- in other words, just about any type of test except a conformance test, which belong in a TCK.

jh71xx-tools

StarFive JH71xx bootloader recovery and updater tool

This utility is used to download the bootloader recovery firmware, the second stage bootloader and the ddrinit firmware to the CPU via UART.

libunibreak6

line breaking library for Unicode (shared library)

libunibreak is an implementation of the Unicode line breaking algorithm described at http://www.unicode.org/reports/tr29/tr29-21.html

r-cran-jquerylib

obtain 'jQuery' as an HTML dependency object in GNU R

Obtain any major version of 'jQuery' (<https://code.jquery.com/>) and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown'). Most R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.

libsimgrid3.30

Toolkit for scalable simulation of distributed applications

SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning.