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.
GitButler is a Git client that lets you work on multiple branches at the same time. It allows you to quickly organize file changes into separate branches while still having them applied to your working directory. Features include virtual branches, easy commit management, and GitHub integration.
Kooha is a minimalist screen recorder for GNOME. It allows you to capture your screen with a simple click, without having to configure complicated settings. It supports recording from microphones and desktop audio simultaneously, and can save recordings in WebM, MP4, GIF, and Matroska formats.
Ironbar is a customizable and feature-rich GTK4 bar for Wayland compositors. It supports CSS theming, popups, and integrations with native desktop libraries. Features include workspaces, tray icons, clock, volume control, network status, and custom widgets via Lua scripting.
Niri scrollable-tiling Wayland compositor with shared memory (SHM) fallback for PipeWire screencasting. This fixes screen sharing in browsers like Chrome that cannot handle DMA-BUF formats.
Noctalia is a minimal desktop shell for Wayland compositors, built on Quickshell (Qt/QML). It provides a status bar, panels, application launcher, notifications, lock screen, idle management, OSD, theming, wallpaper management, desktop widgets, dock, and multi-monitor support. Noctalia natively supports Niri, Hyprland, Sway, Scroll, Labwc and MangoWC.
noctalia-qs is a custom fork of Quickshell, the QtQuick-based desktop shell toolkit, with patches and defaults specific to the Noctalia Shell ecosystem. It adds support for the ext-background-effect-v1 Wayland protocol. The binary is named quickshell (with a qs alias) and is a drop-in replacement for upstream Quickshell when running Noctalia.
AJATT-style passive listening and condensed audio without bloat.
Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!
ncnn is a high-performance neural network inference computing framework optimized for mobile platforms. ncnn is deeply considerate about deployment and uses on mobile phones from the beginning of design. ncnn does not have third-party dependencies. It is cross-platform and runs faster than all known open-source frameworks on mobile phone cpu.
suckless_dictpopup is a very lightweight program to show popups with the dictionary entries of the selected text. It uses Xlib for displaying the popup and sdcv for the dictionary lookup.
Rikaitan Deinflector Reference Implementation in C++.
A set of helpful programs to enhance goldendict for immersion learning.
Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries. Mini-XML only requires a make program and a C99 compatible compiler - GCC works, as do most vendors' C compilers.
GoldenDict is a feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict, Babylon, Lingvo, Dictd, AARD, MDict, SDict) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case.
Xcdat is a C++17 header-only library of a fast compressed string dictionary based on an improved double-array trie structure.
C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.
Despite its name, libcurl's easy interface is anything but, and making mistakes, misusing it is a common source of error and frustration. Using the more expressive language facilities of C++17 'or C++11 in case you use cpr < 1.10.0', this library captures the essence of making network calls into a few concise idioms.
Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features, and simple BDD macros.
Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests.
Frege is a Haskell for the JVM
This package provides a GTK4 bindings generator for Go.
Package go4.org/unsafe/assume-no-moving-gc exists so you can depend on it from unsafe code that wants to declare that it assumes that the Go runtime does not use a moving garbage collector. Specifically, it asserts that the caller is playing stupid games with the addresses of heap-allocated values. It says nothing about values that Go's escape analysis keeps on the stack. Ensuring things aren't stack-allocated is the caller's responsibility.
This is a weakref map for Go 1.18, with some inspiration from @urlhttps://github.com/xeus2001/go-weak,xeus2001's weakref implementation.
Bindings for Gio, autogenerated by haskell-gi.
Please see the README on Github at <https://github.com/IvanMalison/gtk-sni-tray#readme>