watchman

File watching service

Watchman can be used to watch files and record when they actually change. It can be used to trigger actions (such as rebuilding assets) when matching files change. If you require to perform an action based on whether a file changes or not, watchman may be the tool you need. By giving watchman a pattern and an action to take when the files change, you can trigger an activity to be taken.

primus-vk

Vulkan layer for GPU offloading

Typically you want to display an image rendered on a more powerful GPU on a display managed by an internal GPU. The layer in this package will direct rendering commands to a dedicated, more powerful GPU an when such an image is displayed it will be copied to the integrated CPU for displaying.

droidlysis

Property extractor for Android apps

DroidLysis is a property extractor for Android apps. It automatically disassembles the Android application you provide and looks for various properties within the package or its disassembly. DroidLysis can be used over Android packages (apk), Dalvik executables (dex), Zip files (zip), Rar files (rar) or directories of files.

acpi-override-initramfs

initramfs-tools hook to override ACPI tables

Linux supports overriding ACPI tables by adding them in the very beginning of initrd.

libslepc64-real3.19

Scalable Library for Eigenvalue Problem Computations (64-bit)

SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix.

python3-asciitree

Draw tree structures using (ASCII or Unicode) characters

This package contains functions to draw a tree structure, similar to the tree Debian package, from arbitrary nested Python data structures, with configurable layout, sets of characters (ASCII or various Unicode line drawing), etc. It includes predefined structure traversal methods for (optionally ordered) dictionaries but allows the user to write their own to traverse custom data structures.