gccgo-x86-64-linux-gnu
Go compiler (based on GCC) for the amd64 architecture
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.
node-tap-mocha-reporter
Format a TAP stream using Mocha's set of reporters
This module allows one to format node-tap output like output
of Mocha test framework.
libboinc7
libraries of BOINC the client depends on
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing using volunteered computer
resources.
gm2-13-sparc64-linux-gnu
GNU Modula-2 compiler for the sparc64-linux-gnu architecture
This is the GNU Modula-2 compiler for the sparc64-linux-gnu architecture,
which compiles Modula-2 on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
node-stack-utils
Captures and cleans stack traces
This modules provides API for working with nodejs stack traces.
Ones could create new stack traces instance simulating for instance
deep call of function, or clean existing stack trace. This API
includes function to call up and down on stack trace.
node-detective
find all require() calls by walking the AST
This modules allows one to determine modules depends by
walking AST tree and detecting require() call.