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.
wmamixer is an applet for window maker which displays the current volume level both numerically and visiaully with a volume bar. It includes the ability to toggle through different outputs to show their respective volume level.
Wmcpuload displays the current CPU usage, expressed as a percentile and a chart, and has an LCD look-alike user interface. The back-light may be turned on and off by clicking the mouse button over the application. If the CPU usage hits a certain threshold, an alarm-mode will alert you by turning back-light on.
SpiderMonkey is Mozilla's JavaScript engine written in C/C++.
SpiderMonkey is Mozilla's JavaScript engine written in C/C++.
This package provides an email client built based on Mozilla Thunderbird. It supports email, news feeds, chat, calendar and contacts.
IceCat is the GNU version of the Firefox browser. It is entirely free software, which does not recommend non-free plugins and addons. It also features built-in privacy-protecting features. This package also includes the geckodriver command, which can be useful for automated web testing.
This package provides an email client built based on Mozilla Thunderbird. It supports email, news feeds, chat, calendar and contacts.
This package contains the various language localization data files (language pack extensions) for icecat-l10n. The individual localization packages can be installed by using the output associated with their name.
SpiderMonkey is Mozilla's JavaScript engine written in C/C++.
This package provides an email client built based on Mozilla Thunderbird. It supports email, news feeds, chat, calendar and contacts.
lz4json is a little utility to unpack lz4json files as generated by Firefox's bookmark backups and session restore. This is a different format from what the normal lz4 utility expects. The data is dumped to stdout.
IceCat is the GNU version of the Firefox browser. It is entirely free software, which does not recommend non-free plugins and addons. It also features built-in privacy-protecting features. This package also includes the geckodriver command, which can be useful for automated web testing.
This package contains the various language localization data files (language pack extensions) for icedove-l10n. The individual localization packages can be installed by using the output associated with their name.
Firefox Decrypt is a tool to extract passwords from Mozilla (Firefox, Waterfox, Thunderbird, SeaMonkey) profiles.
Collaborative editor that supports multiple documents in one session and a multi-user chat. Gobby allows multiple users to edit the same document together over the internet in real-time.
libinfinity is a library to build collaborative text editors. Changes to the text buffers are synced to all other clients over a central server. Even though a central server is involved, the local user sees his changes applied instantly and the merging is done on the individual clients.
Library that provides synced document buffers. It supports multiple documents in one session. Obby is used by the Gobby collaborative editor.
Library which that provides a TCP protocol abstraction for C++.
The godef command prints the source location of definitions in Go programs.
This Package implements a Go analysis pass that verifies that an fxevent.Logger implementation handles all known fxevent types. As a special case for no-op or fake fxevent.Loggers, it ignores implementations that handle none of the event types.
Pronounced ``Go please'', this is the official Go language server developed by the Go team. It provides IDE features to any LSP-compatible editor.
gomacro is an almost complete Go interpreter, implemented in pure Go. It offers both an interactive REPL and a scripting mode, and does not require a Go toolchain at runtime (except in one very specific case: import of a 3rd party package at runtime).
Gore is a Go REPL that offers line editing and auto-completion. Some of its features include:
Line editing with history
Multi-line input
Package importing with completion
Evaluates any expressions, statements and function declarations
No ``evaluated but not used'' errors
Code completion
Showing documents
Auto-importing (gore -autoimport)
mnc (my next cron) opens the user's crontab and echos the time when the next cronjob will be ran.