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

gm2-12-sparc64-linux-gnu

GNU Modula-2 compiler (cross compiler for sparc64 architecture)

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

node-is-redirect

Check if a number is a redirect HTTP status code

The class of HTTP response status codes from 300 to 308 indicates the client must take additional action to complete the request. Many of these status codes are used in URL redirection. A user agent may carry out the additional action with no user interaction only if the method used in the second request is GET or HEAD. A user agent may automatically redirect a request. A user agent should detect and intervene to prevent cyclical redirects. From this package you can check if the number is a redirect HTTP status code.

php-mock

mock built-in PHP functions

PHP-Mock is a testing library which mocks non deterministic built-in PHP functions like time() or rand(). This is achieved by PHP's namespace fallback policy. Therefore it is required to be in a non global namespace context and call the function unqualified.

gm2-12-x86-64-linux-gnux32

GNU Modula-2 compiler (cross compiler for x32 architecture)

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

php-malkusch-lock

mutex library for exclusive code execution

Lock library to provide serialized execution of PHP code. It helps executing critical code in concurrent situations.

php-mock-integration

integration package for PHP-Mock

This is a support package for PHP-Mock integration into other frameworks. It is used by integrations into PHPUnit, Mockery, and Prophecy (phpspec).