python3-werkzeug

Collection of utilities for WSGI applications (Python 3.x)

The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python.

r-bioc-golubesets

exprSets for golub leukemia data

representation of public golub data with some covariate data of provenance unknown to the maintainer at present; now employs ExpressionSet format

spf-tools-perl

SPF tools (spfquery, spfd) based on the Mail::SPF Perl module

A collection of Sender Policy Framework (SPF) tools that are based on the fully RFC-conforming Mail::SPF Perl module. The following tools are included in this package:

libx509-ocaml

X.509 PKI purely in OCaml (runtime)

X.509 is a public key infrastructure used mostly on the Internet. It consists of certificates which include public keys and identifiers, signed by an authority. Authorities must be exchanged over a second channel to establish the trust relationship. This library implements most parts of RFC5280 and RFC6125. The Public Key Cryptography Standards (PKCS) defines encoding and decoding (in ASN.1 DER and PEM format), which is also implemented by this library - namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.

libvulkan1

Vulkan loader library

The Loader implements the main VK library. It handles layer management and driver management. The loader fully supports multi-gpu operation. As part of this, it dispatches API calls to the correct driver, and to the correct layers, based on the GPU object selected by the application.
GUI editor for SQLite databases

sqlitebrowser

GUI editor for SQLite databases

SQLite Database Browser is a visual tool used to create, design and edit database files compatible with SQLite. Its interface is based on QT, and is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. Controls and wizards are available for users to: - Create and compact database files - Create, define, modify and delete tables - Create, define and delete indexes - Browse, edit, add and delete records - Search records - Import and export records as text - Import and export tables from/to CSV files - Import and export databases from/to SQL dump files - Issue SQL queries and inspect the results - Examine a log of all SQL commands issued by the application