libplayerinterface3.0-dev

Networked server for robots and sensors - interface library dev files

python3-treetime

inference of time stamped phylogenies and ancestral reconstruction (Python 3)

TreeTime provides routines for ancestral sequence reconstruction and the maximum likelihoo inference of molecular-clock phylogenies, i.e., a tree where all branches are scaled such that the locations of terminal nodes correspond to their sampling times and internal nodes are placed at the most likely time of divergence.

libmuparserx4.0.7

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.

libpython3.9

Shared Python runtime library (version 3.9)

Python is a high-level, interactive, object-oriented language. Its 3.9 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics.

node-is-binary-path

check if a filepath is a binary file

This library checks if a filepath is a binary file by checking known binary file extensions list.

junit5

JUnit regression test framework for Java

JUnit is a framework to write repeatable tests.