aspell-eo

Esperanto dictionary for aspell

This is the Esperanto dictionary for use with the aspell spellchecker. The dictionary is based on the words from Plena Ilustrita Vortaro, with additional country/language names.

linux-support-4.12.0-2

Support files for Linux 4.12

libpegdown-java

Lightweight Markdown processing library

Pegdown is nearly 100% compatible with the original Markdown specification and fully passes the original Markdown test suite. On top of the standard Markdown feature set pegdown implements a number of extensions similar to what other popular Markdown processors offer.

libasync-http-client-java

Java Asynchronous HTTP Client

Async HTTP Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.

kffmpegthumbnailer

video thumbnailer for KDE

python3-pyodbc

Python3 module for ODBC database access

A Python3 DB API 2 module for ODBC. No 3rd party libraries are required. Only native Python datatypes are used, such as decimal and datetime. It implements the Python Database API Specification v2.0. For example: import pyodbc Next, create a connection by passing an ODBC connection string to the connect method. This step causes ODBC to load the database driver (the SQL Server driver in this example) and connect to the database. cnxn = pyodbc.connect('DSN=northwind')