guile-semver

guile implementation of Semantic Versioning

This is a Guile implementation of the Semantic Versioning 2.0.0 specification. It provides tools for reading, writing, and comparing Semantic Versions (SemVers).

libpetsc64-complex3.17

Shared libraries for version 3.17 of 64-bit PETSc with Complex Numbers

PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries.

libgit2-1.5

low-level Git library

libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API.

gdc-12-multilib-mips64el-linux-gnuabi64

GNU D compiler (version 2, multilib support) (cross compiler for mips64el archit

This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code.

python3-django-ckeditor

Django admin CKEditor integration

django-ckeditor integrates the CKEditor WYSIWYG editor into the Django amdin. It provides a RichTextField a RichTextUploadingField, CKEditorWidget and CKEditorUploadingWidget utilizing CKEditor with image uploading and browsing support included.

python3-flake8-comprehensions

flake8 extension that checks for re-use of builtin identifiers

Python allows one to override Python comprehensions as parameters, but although could be useful in some really specific use cases, the general approach is to not do that as code then can suddenly break without a clear trace.