This is a staging site. Uploads will not persist. Testing only.

librcutils0d

C Utilities and Data Structures for ROS 2

This package is part of ROS 2, the Robot Operating System. It provides basic macros, functions, and data structures for the ROS 2 codebase.

gccgo-13

GNU Go compiler

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

gfortran-13

GNU Fortran compiler

This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

gdc-13

GNU D compiler (version 2)

This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code.

librcpputils0d

C++ Utilities for ROS 2

This package is part of ROS 2, the Robot Operating System. It provides basic macros, functions, and data structures for the ROS 2 codebase.

ispc

Intel Implicit SPMD Program Compiler

ispc is a compiler for a variant of the C programming language, with extensions for single program, multiple data programming. Under the SPMD model, the programmer writes a program that generally appears to be a regular serial program, though the execution model is actually that a number of program instances execute in parallel on the hardware.