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.
This module implements support for sending messages in a MUC to affiliated users who are not in the room. This is a custom extension by Tigase to allow push notifications from MUCs to users who are not currently connected.
This module implements support for a Tigase XMPP extension, Priority of notifications. It is a custom extension to XEP-0357: Push Notifications.
This module uses the blocklists set by admins for blocking s2s connections.
So if an admin blocks a bare domain using Blocking Command via mod_blocklist then no s2s connections will be allowed to or from that domain.
This module implements support for a group of push notification extensions by the Tigase team that allow a client to specify filters to be applied to push notifications. It is a custom extension to XEP-0357: Push Notifications.
This module implements XEP-0425: Message Moderation.
Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.
This module implements support for a Encrypted Push Notifications, a custom extension to XEP-0357: Push Notifications.
This module implements a Unified Push Provider that uses XMPP to talk to a Push Distributor (e.g. Conversations).
It allows push notifications to be delivered to apps on your device over XMPP. This means notifications can be delivered quickly and efficiently (apps don't need to repeatedly poll for new notifications).
it's tiny and doesn't support many features
A graphical hex editor for the uxn-varvara system, with additional support for disassembling Uxntal and displaying ASCII and .icn sprites.
A port of Tetris to the uxn-varvara machine, complete with music!
A stack effect checker for Uxntal based on FORTH-style stack-effect comment annotations to vectors and routines. Runnable as an optional step before compilation.
A spritesheet editor for the uxn-varvara system, supporting the chr format used for both the Famicom and uxn-varvara.
A debugger for the uxn-varvara ecosystem, built for uxn roms. Evaluates from the reset vector to the first BRK.
A font editor for the uxn-varvara system, made for the uf2 font format, especially useful for making fonts for uxn-varvara programs.
The uxn-varvara implementation of the ORCĪ language and terminal livecoding environment. This version does support direct audio output, but requires a shim in order to output MIDI signals.
A basic softsynth playable by interpreting the keyboard as if it was a chromatic button accordion. Supports custom keyboard layouts, as well as a stradella bass mode.
A graphical card game where each 54-card deck is a dungeon. Diamonds are shields, hearts are potions, and spades and clubs are monsters.
A Forth for the uxn-varvara system, with the main rom containing a full graphical Forth system, with a block editor and varvara-specific words.
Hiragana and katakana learning program for uxn-varvara.
kati is an experimental GNU make clone. The main goal of this tool is to speed-up incremental build of Android. Currently, kati does not offer a faster build by itself. It instead converts your Makefile to a ninja file.
Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.