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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
nwg-displays is an output management utility for sway and Hyprland Wayland compositor, inspired by wdisplays and wlay.
nwg-bar is a Golang replacement to the nwgbar command (a part of nwg-launchers), with some improvements. Originally aimed at sway, works with wlroots-based compositors only.
This application is a part of the nwg-shell project.
nwg-dock-hyprland is a fully configurable (w/ command line arguments and CSS) GTK3 based dock, written in Go, aimed exclusively at Hyprland Wayland compositor. It features pinned buttons, task buttons, the workspace switcher and the launcher button.
This application is a part of the nwg-shell project.
Typobuster is a simplified text editor with a wide selection of transformations and automatic correction of common typos.
This application is a part of the nwg-shell project.
nwg-menu provides the MenuStart plugin to nwg-panel. It also may be used standalone, however, with a little help from command line arguments.
This application is a part of the nwg-shell project.
nwg-shell-wallpapers is a selection of wallpapers contributed to the nwg-shell project.
gopsuinfo is a Go version of the psuinfo python script. It provides gopsuinfo, a gopsutil-based command, to display system usage info as text in panels like Waybar or icon/text in tint2 and nwg-panel executors.
This application is a part of the nwg-shell project.
X2Go enables you to access a graphical desktop of a computer via SSH (Secure Shell). This package provides the X2Go Client, which can connect to the X2Go Server. Basic features of X2Go include:
Graphical remote desktop that works well over both low bandwidth and high bandwidth connections
The ability to disconnect and reconnect to a session, even from another client
Support for sound
Support for as many simultaneous users as the computer's resources will allow
Traffic is securely tunneled over SSH
File sharing from client to server
Printer sharing from client to server
Easily select from multiple desktop environments (e.g., MATE, GNOME, KDE)
Remote support possible via desktop sharing
The ability to access single applications by specifying the name of the desired executable in the client configuration or selecting one of the pre-defined common applications.
NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when using X applications over a network, especially a slow one. This package provides the following libraries:
NX_X11NX's modified X Window System (X11) library
XcompNX differential compression library for X11
XcompshadSession shadowing library
The following commands are also provided:
nxagentAgent providing NX transport of X sessions
nxproxyThe NX proxy (client) binary
nxdialogHelper script
Library for passing boot parameters from Solo5 to MirageOS.
This package provides string type based on [Bigarray], for use in I/O and C-bindings.
This package is a no-op ppx rewriter. It is used as a lint tool to enforce some coding conventions across all Jane Street packages.
This extension provides a syntax for string interpolation.
Helper functions for writing expect tests.
Traditional implementation of priority queues using a binary heap encoded in a resizable array.
Logs provides a logging infrastructure for OCaml. Logging is performed on sources whose reporting level can be set independently. Log message report is decoupled from logging and is handled by a reporter.
Base is a complete and portable alternative to the OCaml standard library. It provides all standard functionalities one would expect from a language standard library. It uses consistent conventions across all of its module.
Base aims to be usable in any context. As a result system dependent features such as I/O are not offered by Base. They are instead provided by companion libraries such as ocaml-stdio.
This library helps embed location information inside executables and libraries
Eio_main selects an appropriate backend (e.g. eio_linux or eio_luv), depending on your platform.
Camomile is a Unicode library for OCaml. Camomile provides Unicode character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, collation and locale-sensitive case mappings, and more. The library is currently designed for Unicode Standard 3.2.
This package provides a parser of email address according RFC822, RFC2822, RFC5321 and RFC6532. It handles UTF-8 email addresses and encoded-word according RFC2047.
An implementation inspired by Okasaki & Gill's paper 'Fast Mergeable Integer Maps.'
Defines compile-time constants used in Jane Street libraries such as Base, Core, and Async. This package has an unstable interface; it is intended only to share configuration between different packages from Jane Street. Future updates may not be backward-compatible, and we do not recommend using this package directly.
This library provides minimal support for Canonical S-expressions. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs.
This library only provides a few helpers for simple applications. If you need more advanced support, such as parsing from more fancy input sources, you should consider copying the code of this library given how simple parsing S-expressions in canonical form is.
To avoid a dependency on a particular S-expression library, the only module of this library is parameterised by the type of S-expressions.