libghc-unsafe-prof

unified interface to unsafe functions; profiling libraries

SafeHaskell introduced the notion of safe and unsafe modules. In order to make as many as possible modules "safe", the well-known unsafe functions were moved to distinguished modules. This makes it hard to write packages that work with both old and new versions of GHC. This package provides a single module, System.Unsafe, that exports the unsafe functions from the base package. It provides them in a style ready for qualification.

python3-readability

Pulls the main body of HTML document and cleans it up

Given an HTML document, it pulls out the main body text and cleans it up. The module extract the main content of an HTML document, separating meaningful content pertaining the subject from cruft like navigation links, ads, footnotes and sidebar content. This Python module is based off the arc90 ruby readability project.

python-swiftsc

simple client library of OpenStack Swift

This tool is simple client library of OpenStack Swift. This tool is intended to be used in the module and Python script other. The main purpose of this tool is used as a core module for backup tool.

brebis

fully automated backup checker

Brebis parses backups (archives and file tree) to perform several different checks in order to verify your backup integrity and its associated content.

python-beanstalkc

simple beanstalkd client library for Python

beanstalkc is a simple beanstalkd client library for Python. beanstalkd is a fast, distributed, in-memory workqueue service. Beanstalkc is written in pure Python and is compatible with eventlet and gevent.

libabsl20220623

extensions to the C++ standard library

Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's C++ codebase and has been extensively tested and used in production. In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs.