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.
Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
UW ttyp0 is a family of bitmap programmer's fonts in bdf format. It covers most of the Latin and Cyrillic alphabet, Greek, Armenian, Georgian (only Mkhedruli), Hebrew (without cantillation marks), Thai, most of IPA (but no UPA), standard punctuation, common symbols, some mathematics, line graphics, a few dingbats, and Powerline delimiter symbols. For many characters, several stylistic variants are provided (e.g., regular, dotted, or slashed zero, raised or centered tilde and asterisk, Russian, Serbian, or Bulgarian Cyrillic characters), that can be selected at installation time. In addition to Unicode (ISO 10646-1), UW ttyp0 supports about thirty 8-bit encodings (code pages).
Simple money accounting CLI application.
Simple money accounting CLI application.
My opiniated window manager
A bundle of fzf-based commands and mappings for Vim. fzf runs asynchronously and can be orders of magnitude faster than similar Vim plugins.
Odin is a general-purpose programming language with distinct typing, built for high performance, modern systems, and built-in data-oriented data types.
Simple fennel tests runner library/runner. Tests are just functions in test modules which call assertion functions. Faith supports PUC Lua ("regular" Lua) 5.1 to 5.4 as well as LuaJIT.
Docker Compose is a tool for defining and running multi-container Docker applications. A Compose file is used to configure an application’s services. Then, using a single command, the containers are created and all the services are started as specified in the configuration.
vim-abolish contains various helpers for text abbreviation, substitution and coercion.
St implements a simple and lightweight terminal emulator. It implements 256 colors, most VT10X escape sequences, utf8, X11 copy/paste, antialiased fonts (using fontconfig), fallback fonts, resizing, and line drawing.
A Vim colorscheme based on plan9 and the Acme editor. In keeping with Acme, it doesn't do syntax highlighting (almost). Instead, colors are only used to define vim's interface. Bold and italics are used sparingly.
Penlight is a set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.
dkjson is a JSON module written in Lua. It supports UTF-8. dkjson is written in Lua without any dependencies, but when LPeg is available dkjson can use it to speed up decoding.
Iron allows you to quickly interact with the repl without having to leave your work buffer. It's both a plugin and a library, allowing for better user experience and extensibility at the same time.
vim-visualstar is a Vim plugin to provide a star feature for Visual-mode. In other words, you can search your selection text in Visual-mode.
Convert a set of bdf or pcf fonts in a bitmap only sfnt (otb)
Fzf is an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.
A language server for fennel. Supports Go-to-definition, and a little bit of completion suggestions. Fennel-LS uses static analysis, and does not execute your code.
vim-minisnip allows you to quickly insert "templates" into files. Among all the other snippet plugins out there, the primary goal of minisnip is to be as minimal and lightweight as possible.
btdu is a sampling disk usage profiler for btrfs. It works according to the following algorithm:
Pick a random point on the disk in use
Find what is located at that point
Add the path to the results
Repeat the above steps indefinitely
Though it works by taking random samples, it is "eventually" accurate.
Docker Compose is a tool for defining and running multi-container Docker applications. A Compose file is used to configure an application’s services. Then, using a single command, the containers are created and all the services are started as specified in the configuration.
cntb is a command-line interface (CLI) for managing your products from Contabo like VPS and VDS.
This package provides two scripts that will backup PostgreSQL databases in a cluster. They are supposed to be run in scheduled jobs. pg_backup.sh runs regular backups, pg_backup_rotated.sh runs rotated backups.