libstdc++-13-pic-mips64r6el-cross

GNU Standard C++ Library v3 (shared library subset kit) (mips64r6el)

This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems.

r-cran-susier

GNU R sum of single effects linear regression

Implements methods for variable selection in linear regression based on the "Sum of Single Effects" (SuSiE) model, as described in Wang et al (2020) <DOI:10.1101/501114>. These methods provide simple summaries, called "Credible Sets", for accurately quantifying uncertainty in which variables should be selected. The methods are motivated by genetic fine-mapping applications, and are particularly well-suited to settings where variables are highly correlated and detectable effects are sparse. The fitting algorithm, a Bayesian analogue of stepwise selection methods called "Iterative Bayesian Stepwise Selection" (IBSS), is simple and fast, allowing the SuSiE model be fit to large data sets (thousands of samples and hundreds of thousands of variables).

libghc-copilot-prof

Stream DSL for writing embedded C programs.; profiling libraries

Copilot is a stream-based runtime verification framework implemented as an embedded domain-specific language (EDSL) in Haskell. Programs can be interpreted for testing, or translated into C99 code to be incorporated in a project, or as a standalone application. The C99 backend output is constant in memory and time, making it suitable for systems with hard realtime requirements.

libcatmandu-oai-perl

modules for working with OAI repositories within the Catmandu framework

Catmandu::OAI contains modules for working with OAI repositories.

google-android-sources-30-installer

Google's 'Sources for Android 30' Installer

This package will download the Google's Sources for Android 30 package and unpacks it into Debian-friendly paths.

python3-pytz-deprecation-shim

Shims to help you safely remove pytz

pytz has served the Python community well for many years, but it is no longer the best option for providing time zones. pytz has a non-standard interface that is very easy to misuse; this interface was necessary when pytz was created, because datetime had no way to represent ambiguous datetimes, but this was solved in Python 3.6, which added a fold attribute to datetimes in PEP 495. With the addition of the zoneinfo module in Python 3.9 (PEP 615), there has never been a better time to migrate away from pytz.