lua-messagepack
pure Lua implementation of MessagePack
Lua module that provides an API to convert Lua data structures to MessagePack,
and vice versa.
libstarpufft-1.3-2
Task scheduler for heterogeneous multicore machines
StarPU is a runtime system that offers support for heterogeneous
multicore machines. While many efforts are devoted to design efficient
computation kernels for those architectures (e.g. to implement BLAS
kernels on GPUs or on Cell's SPUs), StarPU not only takes care of
offloading such kernels (and implementing data coherency across
the machine), but it also makes sure the kernels are executed as
efficiently as possible.
libstarpu-1.3-4
Task scheduler for heterogeneous multicore machines
python-pytest-mock
thin-wrapper around mock for easier use with py.test (Python 2 module)
This plugin installs a "mocker" fixture which is a thin-wrapper
around the patching API provided by the excellent "mock" package, but
with the benefit of not having to worry about undoing patches at the
end of a test.
libmrpt-expr2.1
Mobile Robot Programming Toolkit - expr library
More about MRPT libraries in: https://www.mrpt.org/Libraries
python-bandit
Security oriented static analyzer for Python code - Python 2.7
Bandit is a tool designed to find common security issues in Python code. To
do this Bandit processes each file, builds an Abstract Syntaxt Tree (AST),
and runs appropriate plugins against the AST nodes. Once Bandit has
finished scanning all the files it generates a report.