python3-colcon-python-setup-py

Extension for colcon to identify packages with setup.py

This package is part of Robot OS version 2 (ROS2). It extends colcon, the meta build tool used in ROS2, by identifying packages with a setup.py file by introspecting the arguments to the setup() function call of setuptools.

python3-typeshed

collection of library stubs for Python, with static types

Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects.

any2fasta

convert various sequence formats to FASTA

Established tools like readseq and seqret from EMBOSS, both create mangled IDs containing | or . characters, and there is no way to fix this behaviour. This resultes in inconsitences between .gbk and .fna versions of files in pipelines.

librnd4

Ringdove 2D CAD library framework

librnd is a modular framework library for 2D CAD applications. It provides the following built-in features: - hierarchic configuration files - flexible menu and hotkey system - HID API for CLI/GUI frontend - multi-layer rendering support - interactive drawing tool infrastructure - action infrastructure - polygon clipping - turing complete user scripting

obs-cli

command-line remote control for OBS Studio

OBS-cli is a command-line remote control for Open Broadcaster Software (OBS) Studio. It requires the obs-websocket plugin to be installed on your system.

libhalide13-0

fast, portable computation on images and tensors

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Halide currently targets: * CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V * Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT * GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal, Microsoft Direct X 12 Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process.