python3-smbus2

another pure Python implementation of the python-smbus package

Currently supported features are: Get i2c capabilities (I2C_FUNCS) SMBus Packet Error Checking (PEC) support read_byte write_byte read_byte_data write_byte_data read_word_data write_word_data read_i2c_block_data write_i2c_block_data write_quick process_call read_block_data write_block_data block_process_call i2c_rdwr - combined write/read transactions with repeated start

libgm2-17-armel-cross

GNU Modula-2 standard library (runtime library)

This is the GNU Modula-2 standard library that comes with the gm2 compiler.

libsundials-arkode5

differential equation solver (SUNDIALS library)

This package contains the library for differential equation (ODE) system solvers from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). ARKODE is a solver for multi-rate ODE systems (initial value problems) given in explicit form M*dy/dt = f(t,y)

hut

CLI tool for sr.ht

hut is a command line tool to interact with the sr.ht code forge (aka SourceHut). hut uses the GraphQL APIs to interact with the various sr.ht services.

libgm2-17-ppc64el-cross

GNU Modula-2 standard library (runtime library)

This is the GNU Modula-2 standard library that comes with the gm2 compiler.

node-rewire

Easy monkey-patching for node.js unit tests

rewire adds a special setter and getter to modules making it possible to modify their behaviour for better unit testing. It provides functionality for