libnumber-fraction-perl

Perl extension to model fractions

Number::Fraction is a Perl module which allows you to work with fractions in your Perl programs.

libfuture-asyncawait-perl

deferred subroutine syntax for futures

Future::AsyncAwait provides syntax for deferring and resuming subroutines while waiting for Futures to complete. This syntax aims to make code that performs asynchronous operations using futures look neater and more expressive than simply using then chaining and other techniques on the futures themselves. It is also a similar syntax used by a number of other languages; notably C# 5, EcmaScript 6, Python 3, and lately even Rust is considering adding it.

gir1.2-girepository-3.0

Introspection data for GIRepository library, API version 3.0

GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation.

python3-django-allauth

Django app for local and social authentication (Python 3 version)

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication with the following supported providers:

libsystem-info-perl

package to obtain basic system information

System::Info tries to present system-related information, like number of CPUs, architecture, OS, and release related information in a system-independent way. This releases the user of this module of the need to know if the information comes from Windows, Linux, HP-UX, AIX, Solaris, Irix, or VMS, and if the architecture is i386, x64, pa-risc2, or arm.

libdbi-perl

Perl Database Interface (DBI)

DBI (DataBase Interface) is a Perl framework that provides a common interface to access various backend databases in a uniform manner. DBD (DataBase Driver) modules provide implementations for various backend data storage mechanisms including networked relational databases (particularly SQL databases) and even web services such as the Google search engine.