libinih1
simple .INI file parser
inih (INI Not Invented Here) is a simple .INI file parser written in C.
It's only a couple of pages of code, and it was designed to be small and
simple, so it's good for embedded systems. It's also more or less
compatible with Python's ConfigParser style of .INI files, including
RFC 822-style multi-line syntax and name: value entries.
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.