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 personal computer is capable of hosting small graphical applications, programmable in a unique assembly language. It was designed with an implementation-first mindset with a focus on creating portable tools and games.
Frotz is an interpreter for Infocom games and other Z-machine games in the text adventure/interactive fiction genre. This version of Frotz complies with standard 1.0 of Graham Nelson's specification. It plays all Z-code games V1-V8, including V6, with sound support through libao, and uses ncurses for text display.
This StumpWM Module provides a notifications server for StumpWM.
A very simple PDF parser.
Python SSDP library
.
Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm. Originally a player for MS-DOS, MikMod has been ported to other platforms, such as Unix, Macintosh, BeOS, and Java.
A single-header C++ library for base64 encoding/decoding.
Gerbil is an opinionated dialect of Scheme designed for Systems Programming, with a state of the art macro and module system on top of the Gambit runtime. The macro system is based on quote-syntax, and provides the full meta-syntactic tower with a native implementation of syntax-case. It also provides a full-blown module system, similar to PLT Scheme's (sorry, Racket) modules. The main difference from Racket is that Gerbil modules are single instantiation, supporting high performance ahead of time compilation and compiled macros.
.
xkeyboard-config provides a database for X Keyboard (XKB) Extension. There are five components that define a complete keyboard mapping: symbols, geometry, keycodes, compat, and types; these five components can be combined together using the rules component of this database.
Python humanize utilities
Unixodbc is a library providing an API with which to access data sources. Data sources include SQL Servers and any software with an ODBC Driver.
.
A collection of algorithms implemented within the syntax of the Pseudotaxus variant of Pseudocode.
A personal collection of scripts written to aid with system administration tasks.
A grab-bag collection of procedures I use in my projects.
A grab-bag collection of procedures I use in my projects.
Mostly just a repository of my solutions to various coding challenges, but also any tools I make along the way.
This is a major mode for GNU Emacs, to allow for easy and robust editing of Pseudotaxus pseudocode files.
A script and library based around the idea of making it easier to patch precompiled binaries to work with GNU/Guix.
A convenience script for handling many git repos with similar remotes.
A Lexer for Pygments, following what could be a standardized pseudocode.