librrd8
time-series data storage and display system (runtime library)
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
server load average). It stores the data in Round Robin Databases (RRDs),
a very compact way that will not expand over time. RRDtool processes the
extracted data to enforce a certain data density, allowing for useful
graphical representation of data values.
gcc-8-x86-64-linux-gnu-base
GCC, the GNU Compiler Collection (base package)
libasan5-x32-cross
AddressSanitizer -- a fast memory error detector
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
ruby-instance-storage
Ruby Library for managing class instances with dictionary
If you include this library in your class, it assigns Symbol to each class
instances. From this feature, you can access instances with this name.
libcpp-common0d
Robot OS utility library
This package is part of Robot OS (ROS). It contains the C++ library
libcpp_common which is code for doing things that are not necessarily ROS
related, but are useful for multiple packages. This includes things like the
ROS_DEPRECATED and ROS_FORCE_INLINE macros, as well as code for getting
backtraces.
libatomic1-x32-cross
support library providing __atomic built-in functions
library providing __atomic built-in functions. When an atomic call cannot
be turned into lock-free instructions, GCC will make calls into this library.