mysql-server-5.7

MySQL database server binaries and system database setup

python-redmine

Python library for the Redmine RESTful API (Python 2)

Python Redmine is a library for communicating with a Redmine project management application. Redmine exposes some of it's data via RESTful (Representational State Transfer) application programming interface (API) for which Python Redmine provides a simple but powerful Pythonic API inspired by a well-known Django object-relational mapping (ORM).

jclassinfo

extracts information from Java class files

jclassinfo reads Java class files and extract useful information from them, such as: * the classes/methods/constants/fields provided * their dependencies * the version of the virtual machine necessary to run them * a full disassembly of the bytecode * other attributes

python-ruamel.ordereddict

dictionary that keeps keys in insertion resp. sorted order

This package is an implementation of an ordered dictionary with Key Insertion Order (KIO: updates of values do not affect the position of the key), Key Value Insertion Order (KVIO, an existing key's position is removed and put at the back).

libwebsockets7

lightweight C websockets library

python-cbor

Python Implementation of RFC 7049. Concise Binary Object Representation (CBOR)

CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes to a binary format which is smaller and faster to generate and parse.