gobjc-11-riscv64-linux-gnu
GNU Objective-C compiler
This is the GNU Objective-C compiler, which compiles
Objective-C on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
gobjc++-11-powerpc64-linux-gnu
GNU Objective-C++ compiler
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
python3-html5rdf
HTML parser based on the WHATWG HTML specification
A pure-python library for parsing HTML to DOMFragment objects for the use in
RDFLib.
libghc-tasty-ant-xml-prof
Render tasty output to XML for Jenkins; profiling libraries
A tasty ingredient to output test results in XML, using the Ant schema. This
XML can be consumed by the Jenkins continuous integration framework.
python3-disptrans
Dispersion-Compensated Algorithm
It is an algorithm for the analysis for electromagnetic
waveguides. It allows one to map dispersive waveguide data
from the frequency-domain to distance-domain, and vice versa.
python3-django-cleanup
Clean up old files for Django's FileField and ImageField
The django-cleanup app automatically deletes files for FileField,
ImageField and subclasses. When a FileField's value is changed and
the model is saved, the old file is deleted. When a model that has
a FileField is deleted, the file is also deleted. A file that is set
as the FileField's default value will not be deleted.