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.

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.

libptime-ocaml

POSIX time for OCaml (runtime)

Ptime has platform independent POSIX time support in pure OCaml. It provides a type to represent a well-defined range of POSIX timestamps with picosecond precision, conversion with date-time values, conversion with RFC 3339 timestamps and pretty printing to a human-readable, locale-independent representation.

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.