libgf-complete1t64

Galois Field Arithmetic - shared library

Galois Field arithmetic forms the backbone of erasure-coded storage systems, most famously the Reed-Solomon erasure code. A Galois Field is defined over w-bit words and is termed GF(2^w). As such, the elements of a Galois Field are the integers 0, 1, . . ., 2^w − 1. Galois Field arithmetic defines addition and multiplication over these closed sets of integers in such a way that they work as you would hope they would work. Specifically, every number has a unique multiplicative inverse. Moreover, there is a value, typically the value 2, which has the property that you can enumerate all of the non-zero elements of the field by taking that value to successively higher powers.

gnucobol3

COBOL compiler

GnuCOBOL (formerly OpenCOBOL) is a free, modern COBOL compiler. GnuCOBOL implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014 standards and X/Open COBOL, as well as many extensions included in other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others).

libgimp2.0t64

Libraries for the GNU Image Manipulation Program

This package includes the libgimp libraries, which are necessary to run GIMP and third-party GIMP plugins.

libpyside2-py3-5.15t64

Python 3 bindings for Qt5 (base files)

pyside2 provides Python bindings for Qt 5.x framework.

elpa-org-tree-slide

presentation tool for org-mode

The main purpose of this elisp is to handle each tree in an org buffer as a slide by simple narrowing. This emacs lisp is a minor mode for Emacs Org-mode.

php-league-uri-components

URI components manipulation library

This package contains concrete URI components instances represented as immutable value objects.