python3-pako

Universal package manager library (Python 3)

Often, scripts need to install system dependencies using the native package manager of the user's OS. Typically, this is solved by having some bash script that runs apt-get, assuming the user is on Ubuntu. Smarter scripts use hand crafted code to detect the user's platform and aggregate a set of dependencies on a few of the more popular platforms. This approach is different: - pako install libgdbm-devel sdl2-dev On Ubuntu, this command will run: - sudo apt-get install -y libgdbm-dev libsdl2-dev However, on Solus, this will run: - sudo eopkg install -y gdbm-devel sdl2-devel Works as follows: - Parse package format (devel/debug/normal library or executable) - Look up package managers that exist in PATH - Format parsed package with common package convention of package manager

libgnuradio-qtgui3.10.4

gnuradio Qt graphical user interface functions

QT-based graphical sinks for gnuradio applications. Implements opengl, raster and native plotting methods, and supports a QT Style Sheet (QSS) file to adjust the look. Part of the main gnuradio build.

libbiojava5-java

Java API to biological data and applications (version 5)

This package presents the Open Source Java API to biological databases and a series of mostly sequence-based algorithms.

libgphobos3-mips64r6el-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

libgphobos3-mips64el-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

libgnuradio-pdu3.10.4

gnuradio streaming protocol library

Protocol Data Units library provides signal processing blocks that operate on Protocol Data Unit format messages. Many such blocks are analogs of streaming API functionality. Part of the main gnuradio build.