Package: ninja-build Version: 1.8.2-1rusoft1~18.04.1 Architecture: i386 Maintainer: Felix Geyer Installed-Size: 316 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2) Conflicts: ninja Filename: pool/ubuntu-bionic/i386/ninja-build/ninja-build_1.8.2-1rusoft1~18.04.1_i386.deb Size: 105304 MD5sum: 4715c70795dae3a4fe0843ad24ac54e6 SHA1: b16abaf633881cfaf0ad7b58a38887f9ce461660 SHA256: cd4f743931b2bd32a7152c4651516a712b46ac4487464bfb32cf03c74f7ea893 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: i386 Maintainer: Alessandro Ghedini Installed-Size: 43904 Depends: libc6 (>= 2.7), 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/i386/valgrind/valgrind_3.20.0-1rusoft1.1~18.04.1_i386.deb Size: 8774448 MD5sum: ebe384d7ad0ea3f4ee79bf59bae88a05 SHA1: 8f332b6c1774fdd909a8ad4e40e19c3ea4e2fd3a SHA256: d340605e9e7fa9e6815933ecaf3c10d9ef3e1f9c4479a4f4ae82a38ea19e2b37 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: i386 Maintainer: Alessandro Ghedini Installed-Size: 348 Depends: libc6 (>= 2.4), libopenmpi2, valgrind (= 1:3.20.0-1rusoft1.1~18.04.1) Recommends: gdb Filename: pool/ubuntu-bionic/i386/valgrind/valgrind-mpi_3.20.0-1rusoft1.1~18.04.1_i386.deb Size: 136084 MD5sum: 38b81c4fae6a3e2238bf9dfa1e8e9019 SHA1: 9dcc8ea304e23f27beddd4dcad5e7884a74fc973 SHA256: 25f2379e88da00b02962f2dbc6e44935a6e4c7e5a6dbe492ee658df6b1be9334 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.