Package: ninja-build Version: 1.8.2-1rusoft1~18.04.1 Architecture: amd64 Maintainer: Felix Geyer Installed-Size: 293 Depends: libc6 (>= 2.15), libstdc++6 (>= 5.2) Conflicts: ninja Filename: pool/ubuntu-bionic/amd64/ninja-build/ninja-build_1.8.2-1rusoft1~18.04.1_amd64.deb Size: 94508 MD5sum: 9f840f5a3b96967364011dba50ed96c2 SHA1: 1c25018563a718cc4680e12f19a193f51dee139c SHA256: 82029133d1a4d191abfe61016001e6b421abb6a79cf95be7f9729bad3bc7c4fd Section: devel Priority: optional Multi-Arch: foreign Homepage: https://ninja-build.org/ Description: small build system closest in spirit to Make Ninja is yet another build system. It takes as input the interdependencies of files (typically source code and output executables) and orchestrates building them, quickly. . Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from the Chromium browser project, which has over 30,000 source files and whose other build systems can take ten seconds to start building after changing one file. Ninja is under a second. Package: valgrind Version: 1:3.20.0-1rusoft1.1~18.04.1 Architecture: amd64 Maintainer: Alessandro Ghedini Installed-Size: 82241 Depends: libc6 (>= 2.14), libc6-i386 (>= 2.3.4), libc6-dbg Recommends: valgrind-dbg, gdb Suggests: valgrind-mpi, kcachegrind, alleyoop, valkyrie (>> 1.3.0) Breaks: valgrind-dev Replaces: valgrind-dev Filename: pool/ubuntu-bionic/amd64/valgrind/valgrind_3.20.0-1rusoft1.1~18.04.1_amd64.deb Size: 16184292 MD5sum: b066fc996bd973bfbc517b93b5fe9811 SHA1: 717830faaccde4e46c9c8ca1005bb82d7160acfe SHA256: 29110d53774a98681e4b0375004ac35828ae5562d57a8c0adfd85b02e2e53087 Section: devel Priority: optional Homepage: https://www.valgrind.org/ Description: instrumentation framework for building dynamic analysis tools Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools. . The Valgrind distribution currently includes six production-quality tools: * a memory error detector (Memcheck) * two thread error detectors (Helgrind and DRD) * a cache and branch-prediction profiler (Cachegrind) * a call-graph generating cache and branch-prediction profiler (Callgrind) * a heap profiler (Massif) It also includes three experimental tools: * a stack/global array overrun detector (SGCheck) * a second heap profiler that examines how heap blocks are used (DHAT) * a SimPoint basic block vector generator (BBV) Package: valgrind-mpi Source: valgrind Version: 1:3.20.0-1rusoft1.1~18.04.1 Architecture: amd64 Maintainer: Alessandro Ghedini Installed-Size: 401 Depends: libc6 (>= 2.4), libopenmpi2, valgrind (= 1:3.20.0-1rusoft1.1~18.04.1) Recommends: gdb Filename: pool/ubuntu-bionic/amd64/valgrind/valgrind-mpi_3.20.0-1rusoft1.1~18.04.1_amd64.deb Size: 139716 MD5sum: 7af72eebfbc50c6e47b5af748eb7db7b SHA1: 99782e85cd6352c49e3b8da246fd056080a61f21 SHA256: 198990dba76f73203ea3f786514aaa1736ceed424c1a4241331039a6f61d7466 Section: devel Priority: optional Homepage: https://www.valgrind.org/ Description: instrumentation framework for building dynamic analysis tools (MPI module) Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools. . This package provides the "mpiwrap" library for debugging distributed-memory applications which use the MPI message passing standard.