cpp-7-hppa-linux-gnu
GNU C preprocessor
mlucas
program to perform Lucas-Lehmer test on a Mersenne number
mlucas is an open-source (and free/libre) program for performing Lucas-Lehmer
test on prime-exponent Mersenne numbers, that is, integers of the form
2 ^ p - 1, with prime exponent p. In short, everything you need to search for
world-record Mersenne primes! It has been used in the verification of various
Mersenne primes, including the 45th, 46th, 48th, 49th and 50th found Mersenne
prime.
postgresql-15-periods
PERIODs and SYSTEM VERSIONING for PostgreSQL
This extension attempts to recreate the behavior defined in SQL:2016
(originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
idea is to figure out all the rules that PostgreSQL would like to adopt (there
are some details missing in the standard) and to allow earlier versions of
PostgreSQL to simulate the behavior once the feature is finally integrated.
libpdfbox2-java
PDF library for Java
The Apache PDFBox library is an open source Java tool for working with PDF
documents. This project allows creation of new PDF documents, manipulation
of existing documents and the ability to extract content from documents.
gcc-13-powerpc64-linux-gnu
GNU C compiler for the powerpc64-linux-gnu architecture
This is the GNU C compiler for the powerpc64-linux-gnu architecture,
a fairly portable optimizing compiler for C.
python-pytest-pep8
pytest plugin to check PEP8 requirements