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.
Hiragana and katakana learning program for uxn-varvara.
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 port of Tetris to the uxn-varvara machine, complete with music!
A font editor for the uxn-varvara system, made for the uf2 font format, especially useful for making fonts for uxn-varvara programs.
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 stack effect checker for Uxntal based on FORTH-style stack-effect comment annotations to vectors and routines. Runnable as an optional step before compilation.
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.
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.
Jobb is a tool to create Opaque Binary Blob (OBB) files for Android.
This library allows to manipulate FAT file systems using the Java programming language. Because of its age and simplicity, FAT can be called the least common denominator in file systems, being used in digital cameras, cell phones, etc. and being supported by almost every operating system in existence. This project aims at making FAT file systems accessible for Java programs without using the operating system to interpret the on-disk structures. Instead, it provides a pure Java implementation of the FAT specification.
This package contains code describing the API used to load and interact with layoutlib in Android. It is to be packaged with clients accessing layoutlib.