Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Bootstrap binaries of the GNU Compiler Collection
This package provides the reference implementation of BQN, a programming language inspired by APL.
dbqn is a Java implementation of the BQN programming language that does not need to be bootstrapped, based on an earlier Java implementation of APL by the same author.
This package provides a browser extension that redirects sites to their privacy friendly alternative frontends. It's possible to toggle all redirects on and off and the extension will default to using random instances if none are selected.
Native messaging host for the Web eID browser extension that performs signing and authentication operations with Estonian ID cards. The web-eid program can also be used directly in command-line mode.
It requires a running pcscd service and a compatible card reader.
The NoScript Security Suite is a software providing extra protection for web browsers.
This browser extension provides auto-updated RSS feed bookmark folders.
This piece of software wraps around the zx2c4 pass shell command. It has to be installed for the PassFF browser extension to work properly.
This package provides a browser extension for changing tab bar colour to match website theme.
This extension will allow you to access your zx2c4 pass repository directly from your web browser. You can choose to automatically fill and submit login forms if a matching password entry is found.
uBlock Origin is a wide spectrum blocker for IceCat and ungoogled-chromium.
Play to Kodi is a browser add-on that can send video, audio, and other supported content to the Kodi media center.
uBlock Origin is a wide spectrum blocker for IceCat and ungoogled-chromium.
This package provides an extension allow the browser to work together with the KeePassXC password manager.
Gnulib is a central location for common infrastructure needed by GNU packages. It provides a wide variety of functionality, e.g., portability across many systems, working with Unicode strings, cryptographic computation, and much more. The code is intended to be shared at the level of source files, rather than being a standalone library that is distributed, built, and installed. The included gnulib-tool script helps with using Gnulib code in other packages. Gnulib also includes copies of licensing and maintenance-related files, for convenience.
Build is a massively-parallel software build system implemented on top of GNU Make, designed with the following tasks in mind:
configuration
building
testing
installation
Build has features such as:
Position-independent makefiles.
Non-recursive multi-makefile include-based structure.
Leaf makefiles are full-fledged GNU makefiles, not just variable definitions.
Complete dependency graph.
Inter-project dependency tracking.
Extensible language/compiler framework.
Waf is a build system framework for configuring, compiling and installing applications.
Features:
Automatic build order: the build order is computed from input and output files, among others
Automatic dependencies: tasks to execute are detected by hashing files and commands
Performance: tasks are executed in parallel automatically, the startup time is meant to be fast (separation between configuration and build)
Flexibility: new commands and tasks can be added very easily through subclassing, bottlenecks for specific builds can be eliminated through dynamic method replacement
Extensibility: though many programming languages and compilers are already supported by default, many others are available as extensions
IDE support: Eclipse, Visual Studio and Xcode project generators (waflib/extras/)
Documentation: the application is based on a robust model documented in The Waf Book and in the API docs
Python compatibility: cPython 2.7 to 3.x, Jython 2.7 and PyPy
A JSON compilation database is used in the Clang project to provide information on how a given compilation unit is processed. With this, it is easy to re-run the compilation with alternate programs. Bear is used to generate such a compilation database.
Waf is a build system framework for configuring, compiling and installing applications.
Features:
Automatic build order: the build order is computed from input and output files, among others
Automatic dependencies: tasks to execute are detected by hashing files and commands
Performance: tasks are executed in parallel automatically, the startup time is meant to be fast (separation between configuration and build)
Flexibility: new commands and tasks can be added very easily through subclassing, bottlenecks for specific builds can be eliminated through dynamic method replacement
Extensibility: though many programming languages and compilers are already supported by default, many others are available as extensions
IDE support: Eclipse, Visual Studio and Xcode project generators (waflib/extras/)
Documentation: the application is based on a robust model documented in The Waf Book and in the API docs
Python compatibility: cPython 2.7 to 3.x, Jython 2.7 and PyPy
SCons is a software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
osc is a command line interface to the Open Build Service. It allows you to checkout, commit, perform reviews etc. The vast majority of the OBS functionality is available via commands and the rest can be reached via direct API calls.
ACR tries to replace autoconf functionality generating a full-compatible configure script, but relying on Bourne shell script instead of m4.
GN is a tool that collects information about a project from .gn files and generates build instructions for the Ninja build system.
compdb is a command line tool to manipulate compilation databases. It eases the usage of tooling in a codebase by spoon-feeding the right compilation options.