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.
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.
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 modeline support for a battery indicator.
This is a major mode for GNU Emacs, to allow for easy and robust editing of Pseudotaxus pseudocode files.
A Lexer for Pygments, following what could be a standardized pseudocode.
A script and library based around the idea of making it easier to patch precompiled binaries to work with GNU/Guix.
A grab-bag collection of procedures I use in my projects.
A convenience script for handling many git repos with similar remotes.
Pseudotaxus is a collection of standard symbols (words and punctuation) that lend some consistent form to the definition of an algorithm in pseudocode. It's meant to provide pseudocode with an interpretable form, syntax-highlighting, and most importantly a limit on which words carry predefined meaning in a listing.
An implementation of a variation on the Zettelkasten method of notetaking in GNU Emacs, leveraging org-mode, plain-text, and pdf-tools to create a directory of notes.
Genpro is a tool written in Guile Scheme to easily and consistently create and iterate on papers in an academic setting.
It's meant to provide me with an easy way to set up and compile LaTeX projects in the formats my professors want them in, as well as allow them to be hosted online after completion.
A grab-bag collection of procedures I use in my projects.
A personal collection of scripts written to aid with system administration tasks.
A collection of algorithms implemented within the syntax of the Pseudotaxus variant of Pseudocode.
Mostly just a repository of my solutions to various coding challenges, but also any tools I make along the way.
A grab-bag collection of procedures I use in my projects.
SampleHive let’s you manage your audio samples in a nice and simple way, just add a directory where you store all your samples, or drag and drop a directory on it to add samples to it, and it will help sort, search, play and view some information about the sample.
Bufler is like a butler for your buffers, presenting them to you in an organized way based on your instructions. The instructions are written as grouping rules in a simple language, allowing you to customize the way buffers are grouped. The default rules are designed to be generally useful, so you don't have to write your own.
It also provides a workspace mode which allows frames to focus on buffers in certain groups. Since the groups are created automatically, the workspaces are created dynamically, rather than requiring you to put buffers in workspaces manually..
An Emacs Lisp library for interacting with a Haskell language server such as haskell-language-server using Microsoft's Language Server Protocol.
nerd-icons theme for dired
Edit, visualize, build and run Faust code
LICENSE templates for yasnippet