python3-readtime
Calculates reading time for text based on Medium's read time formula
This library determines the time it takes for an average reader to finish a
given piece of text. Using Medium's read time formula, it calculates the
reading duration by considering factors such as word count and the number of
images present. The default speed is set to 265 words per minute for English
text, with adjustments made for texts in other languages like Chinese,
Japanese, and Korean, which are measured by character count. Image counts also
play a role, affecting the overall time calculation to reflect a more accurate
reading experience. Ideal for assessing text-based content, this tool accounts
for word and image density to estimate how long readers might need to engage
with material.
lib64go21-mips-cross
Runtime library for GNU Go applications (64bit)
Library needed for GNU Go applications linked against the
shared library.
lib64gphobos3-mips-cross
Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
lib64gphobos3-mipsel-cross
Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
gcc-14-arc-linux-gnu-base
GCC, the GNU Compiler Collection (base package)
This package contains files common to all languages and libraries
contained in the GNU Compiler Collection (GCC).
python3-beanie
Asynchronous Python object-document mapper (ODM) for MongoDB (Python 3)
When using Beanie each database collection has a corresponding Document that
is used to interact with that collection. In addition to retrieving data,
Beanie allows you to add, update, or delete documents from the collection as
well.