python3-pyequihash

python bindings for libequihash: memory-hard Proof-of-Work

Equihash implements the algorith as described in "Equihash: Asymmetric Proof-of-Work Based on the Generalized Birthday Problem" by Alex Biryukov and Dmitry Khovratovich, 2016, DOI:10.14722/ndss.2016.23108. This code, by Stefan Marsiske, is a fork of an ealier implementation by Khovratovich at https://github.com/khovratovich/equihash/ ; it provides a library, a C API and Python bindings. The cryptographic password storage SPHINX (pwdsphinx and libsphinx) depend upon equihash.

python3-radicale-dovecot-auth

Dovecot authentication plugin for Radicale

Plugin to connect Radicale (a CalDAV (calendar) and CardDAV (contact) server) to the Dovecot authentication system.

ntpd-rs

Rust-based NTP implementation with NTS support

ntpd-rs is an NTP implementation written in Rust, emphasizing security and stability. It provides both client and server functionalities and supports NTS.

libppx-enumerate-ocaml

list all values of a finite type (runtime files)

This package generates a list with all possible values of a finite type.

python3-bytecode

Python module to generate, modify and optimize Python bytecode

The bytecode module can be used to write Python bytecode directly and then convert it into an executable Python code object. It also provides a pure Python implementation of the Peephole Optimizer introduced in CPython 3.6.

libppx-globalize-ocaml

copy local values to the global heap (runtime files)

This package provides a ppx rewriter to copy local values to the global heap.