gobjc++-13-mips64el-linux-gnuabi64

GNU Objective-C++ compiler for the mips64el-linux-gnuabi64 architecture

This is the GNU Objective-C++ compiler for the mips64el-linux-gnuabi64 architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

ocaml-crunch

convert a filesystem into a static OCaml module (tool)

ocaml-crunch takes a directory of files and compiles them into a standalone OCaml module which serves the contents directly from memory. This can be convenient for libraries that need a few embedded files (such as a web server) and do not want to deal with all the trouble of file configuration.

libhipblas0

portable interface for GPU BLAS - library

hipBLAS is a wrapper library that provides a common interface to rocBLAS and cuBLAS. The hipBLAS library is designed to help applications using cuBLAS to port their code to the ROCm platform.

libcamera0.0.5

complex camera support library

libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications.

libalgorithm-backoff-perl

modules providing various backoff strategies for retry

This package provides several classes that implement various backoff strategies for setting delay between retry attempts.

libcall-context-perl

module to sanity-check calling context

If your function only expects to return a list, then a call in some other context is, by definition, an error. The problem is that, depending on how the function is written, it may actually do something expected in testing, but then in production act differently.