This is a staging site. Uploads will not persist. Testing only.
gfortran-12-multilib-powerpc64-linux-gnu
GNU Fortran compiler (multilib support) (cross compiler for ppc64 architecture)
This is the GNU Fortran compiler, which compiles Fortran on platforms
supported by the gcc compiler.
gfortran-12-multilib-sparc64-linux-gnu
GNU Fortran compiler (multilib support) (cross compiler for sparc64 architecture
This is the GNU Fortran compiler, which compiles Fortran on platforms
supported by the gcc compiler.
gfortran-12-multilib-x86-64-linux-gnux32
GNU Fortran compiler (multilib support) (cross compiler for x32 architecture)
This is the GNU Fortran compiler, which compiles Fortran on platforms
supported by the gcc compiler.
gfortran-12-powerpc64-linux-gnu
GNU Fortran compiler
This is the GNU Fortran compiler, which compiles
Fortran on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
python3-graphql-core
GraphQL implementation for Python, a port of GraphQL.js (Python3 version)
GraphQL-core 3 is a Python 3.6+ port of GraphQL.js, the JavaScript reference
implementation for GraphQL, a query language for APIs created by Facebook.
GraphQL-core provides a reference implementation for the GraphQL
specification but is also a useful utility for operating on GraphQL files
and building sophisticated tools.
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.