unoconv
converter between LibreOffice document formats
This package provides a commandline utility which can convert from
any document format that LibreOffice can import to any document format
it can export. It uses LibreOffice's UNO bindings for non-interactive
conversion of documents.
libfindbugs-java
Static java code analyzer to find bugs (Library)
FindBugs is a program which uses static analysis to look for bugs in Java
code. It can analyze programs compiled for any version of Java, from 1.0
to 1.8.
vilistextum
a HTML to text converter
Vilistextum is a small and fast HTML to text / ascii converter
specifically programmed to get the best out of incorrect html. It is
quite fault-tolerant and deals well with badly-formed or otherwise
quirky HTML. It is able to optimize for ebook reading, collapse
multiple blank lines, and create footnotes out of links.
node-nth-check
performant nth-check parser & compiler
This module can be used to parse & compile nth-checks, as they are found
in CSS 3's nth-child() and nth-last-of-type().
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-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.