libmoox-thunking-perl

Allow Moo attributes to be "thunked"

MooX::Thunking is a Moo extension allowing another value for the "is" parameter to "has" in Moo: "thunked". If used, this will allow you to transparently provide either a real value for the attribute, or a "CodeLike" in Types::TypeTiny that when called will return such a real value.

python3-sqlalchemy-utc

SQLAlchemy type to store timezone aware datetime values

UtcDateTime type is equivalent to the built-in 'DateTime' with 'timezone=True' option enabled on vendors that support 'timestamptz' e.g. PostgreSQL, but on SQLite or MySQL, it shifts all 'datetime.datetime' values to UTC offset before store them, and returns timezone aware 'datetime.datetime' values through result sets.

r-cran-intergraph

GNU R coercion routines for network data objects

Functions implemented in this package allow to coerce (i.e. convert) network data between classes provided by other R packages. Currently supported classes are those defined in packages: network and igraph.

libsvtav1dec0

Scalable Video Technology for AV1 (libsvtav1dec shared library)

The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is a work-in-progress targeting performance levels applicable to both VOD and Live encoding / transcoding video applications. The SVT-AV1 decoder implementation is targeting future codec research activities.

librccl1

ROCm Communication Collectives Library - library

RCCL (pronounced "Rickle") is a library of collective communication routines built on the AMD ROCm platform and optimized for discrete AMD GPUs. It implements routines such as all-reduce, all-gather, reduce, broadcast, reduce-scatter, gather, scatter and all-to-all. The library is optimized for high bandwidth over channels including PCIe, xGMI, InfiniBand Verbs or TCP/IP sockets and supports an arbitrary number of GPUs.

python3-makefun

Small library to dynamically create Python functions

makefun helps one create functions dynamically, with the signature of their choice. It was largely inspired by decorator and functools, and created mainly to cover some of their limitations.