python3-aioazuredevops

get data from the Azure DevOps API

Get data from the Azure DevOps API using aiohttp.

minetest-mod-meshport

Minetest mod - export areas to meshes for 3D rendering

Meshport is a mod which allows easy exporting of scenes from Minetest to obj files, complete with materials and textures. These models can be imported directly into Blender or another 3D program for rendering and animation.

lua-lsqlite3

Lua wrapper for the SQLite3 library

LuaSQLite 3 is a thin wrapper around the public domain SQLite3 database engine. The lsqlite3 module supports the creation and manipulation of SQLite3 databases. Most sqlite3 functions are called via an object-oriented interface to either database or SQL statement objects.

libmuparserx4.0.12

mathematical expression parser library

The evaluation of a mathematical expression is a standard task required in many applications. It can be solved by either using a standard math expression parser such as muparser or by embedding a scripting language such as Lua. There are however some limitations: Although muparser is pretty fast it will only work with scalar values and although Lua is very flexible it does neither support binary operators for arrays nor complex numbers. So if you need a math expression parser with support for arrays, matrices and strings muparserx may be able to help you. It was originally based on the original muparser engine but has since evolved into a standalone project with a completely new parsing engine.

python3-mini-buildd

minimal build daemon - Python library and user tool

Mini-buildd is an easy-to-configure autobuilder and repository for deb packages.

jose-util

Implementation of JOSE standards (JWE, JWS, JWT) in Go (program)

go-jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. This includes support for JSON Web Encryption, JSON Web Signature, and JSON Web Token standards.