This package provides the SimGrid simulation toolkit. To use SimGrid, you usually compile a C program and link it with the SimGrid simulator, with (e.g): gcc -lsimgrid -o sendrecv sendrecv.c The various shared libraries are included in the main package, because as of today, no external software using them directly is known to exist. But they could be split out to separate packages if needed.