_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


my-frotz 2.54
Dependencies: ao@1.2.2-5-g20dc8ed libmodplug@0.8.9.0 libsamplerate@0.1.9 libsndfile@1.2.2-0.68f6c16 libvorbis@1.3.7 ncurses@6.2.20210619 which@2.21 perl@5.36.0 pkg-config@0.29.2
Channel: yewscion
Location: cdr255/utils.scm (cdr255 utils)
Home page: http://frotz.sourceforge.net
Licenses: GPL 2+
Build system: gnu
Synopsis: Portable Z-machine interpreter (ncurses version) for text adventure games
Description:

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.

codechallenge-solutions 0.0.1
Dependencies: guile@3.0.11
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://github.com/yewscion/codechallenge-solutions
Licenses: AGPL 3+
Build system: gnu
Synopsis: Toy Repository for Code Challenge Solutions.
Description:

Mostly just a repository of my solutions to various coding challenges, but also any tools I make along the way.

patchelf-wrapper 0.0.1-2.d25559c
Dependencies: guile@3.0.11
Propagated dependencies: grep@3.11 patchelf@0.18.0
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://github.com/yewscion/patchelf-wrapper
Licenses: AGPL 3+
Build system: gnu
Synopsis: A tool to use patchelf with GNU/Guix
Description:

A script and library based around the idea of making it easier to patch precompiled binaries to work with GNU/Guix.

genpro 1.0.0-beta-1.072ccf0
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://cdr255.com/projects/genpro/
Licenses: AGPL 3
Build system: gnu
Synopsis: Generate and Publish Academic Projects
Description:

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.

c-cdr255 0.0.1
Dependencies: guile@3.0.9
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://cdr255.com/projects/c-cdr255
Licenses: AGPL 3+
Build system: gnu
Synopsis: Yewscion's C Library
Description:

A grab-bag collection of procedures I use in my projects.

pseudotaxus-emacs 0.0.1-1.fe4d77a
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://cdr255.com/projects/pseudotaxus/
Licenses: AGPL 3+
Build system: gnu
Synopsis: A major mode for editing Pseudotaxus files
Description:

This is a major mode for GNU Emacs, to allow for easy and robust editing of Pseudotaxus pseudocode files.

emacs-compost-mode 0.1.0-1.c546f13
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://cdr255.com/projects/compost-mode
Licenses: AGPL 3+
Build system: emacs
Synopsis: Notetaking Mode for GNU Emacs
Description:

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.

emacs-cdr255 0.0.1
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://cdr255.com/projects/emacs-cdr255
Licenses: AGPL 3+
Build system: gnu
Synopsis: Yewscion's Emacs Lisp Library
Description:

A grab-bag collection of procedures I use in my projects.

guile-cdr255 0.2.0-1.660e70d
Dependencies: guile@3.0.11
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://sr.ht/~yewscion/guile-cdr255
Licenses: AGPL 3+
Build system: gnu
Synopsis: Yewscion's Guile Library
Description:

A grab-bag collection of procedures I use in my projects.

python-pygments-pseudotaxus 1.1.0-1.74f8837
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://git.sr.ht/~yewscion/pygments-lexer-pseudocode-std
Licenses: AGPL 3
Build system: python
Synopsis: Pygments Lexer for Pseudotaxus Pseudocode
Description:

A Lexer for Pygments, following what could be a standardized pseudocode.

pseudotaxus 0.0.1-1.cf94750
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://cdr255.com/projects/pseudotaxus
Licenses: AGPL 3+
Build system: gnu
Synopsis: Somewhat-standardized pseudocode syntax
Description:

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.

pseudotaxus-grove 0.0.1-1.4cc9a64
Dependencies: guile@3.0.11
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://cdr255.com/projects/pseudotaxus-grove/
Licenses: AGPL 3+
Build system: gnu
Synopsis: The Pseudotaxus Core Library
Description:

A collection of algorithms implemented within the syntax of the Pseudotaxus variant of Pseudocode.

pagr 0.0.1-1.8a68e53
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://git.sr.ht/~yewscion/pagr
Licenses: AGPL 3
Build system: gnu
Synopsis: Push all git repos
Description:

A convenience script for handling many git repos with similar remotes.

yewscion-scripts 0.2.1-1.12e0b72
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://git.sr.ht/~yewscion/yewscion-scripts
Licenses: AGPL 3
Build system: gnu
Synopsis: Utility Scripts from yewscion
Description:

A personal collection of scripts written to aid with system administration tasks.

sample-hive 0.9.0_alpha.1
Dependencies: wxwidgets@3.2.10 taglib@2.1.1 sqlite@3.39.3 yaml-cpp@0.9.0 libsndfile@1.2.2-0.68f6c16 spdlog@1.15.3 aubio@0.4.9
Channel: nebula
Location: nebula/packages/audio.scm (nebula packages audio)
Home page: https://gitlab.com/samplehive/sample-hive
Licenses: GPL 3+
Build system: meson
Synopsis: A simple, modern audio sample browser/manager for GNU/Linux.
Description:

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.

ventoy 1.1.16
Dependencies: at-spi2-core@2.52.0 bash-minimal@5.2.37 cairo@1.18.4 coreutils@9.1 dosfstools@4.2 exfat-utils@1.4.0 gawk@5.3.0 gcc@14.3.0 glib@2.86.0 glibc@2.41 grep@3.11 gdk-pixbuf@2.44.4 gtk+@3.24.51 qtbase@5.15.17 sed@4.9 pango@1.56.4 parted@3.7 util-linux@2.40.4 xz@5.4.5
Channel: nebula
Location: nebula/packages/disk.scm (nebula packages disk)
Home page: https://www.ventoy.net
Licenses: GPL 3
Build system: binary
Synopsis: Tool to create bootable USB drives for ISO/WIM/IMG/VHD(x)/EFI files
Description:

Ventoy is an open source tool to create bootable USB drives. You can copy many image files at a time and Ventoy will give you a boot menu to select them.

emacs-nixos-options 0.0.1
Propagated dependencies: emacs-company@1.0.2 emacs-consult@3.6
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/travisbhartwell/nix-emacs.git
Licenses: GPL 3+
Build system: emacs
Synopsis: A set of useful Emacs modes and functions for users of Nix and Nix OS.
Description:

A set of useful Emacs modes and functions for users of Nix and Nix OS.

emacs-0x0 1.0.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://git.sr.ht/~willvaughn/emacs-0x0
Licenses: GPL 3+
Build system: emacs
Synopsis: Integration with https://0x0.st, envs.sh, ttm.sh, and self-hosted services.
Description:

Upload whatever you need to a pastebin server. The commands `0x0-upload-file',`0x0-upload-text' and `0x0-upload-kill-ring', which respectively upload (parts of) the current buffer, a file on your disk and a string from the minibuffer can be used too.

The default host and the host this package is named after is https://0x0.st. Consider donating to https://liberapay.com/mia/donate if you like the service.

emacs-flutter 0.1.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/amake/flutter.el.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Flutter tools for Emacs
Description:

Emacs tools for working with the Flutter SDK

emacs-faustine 1.0.1
Propagated dependencies: emacs-faust-mode@0.2
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://bitbucket.org/yphil/faustine.git
Licenses: GPL 3+
Build system: emacs
Synopsis: A major mode/IDE for editing Faust code
Description:

Edit, visualize, build and run Faust code

emacs-nerd-icons-dired 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-2.d41902f
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/nerd-icons-dired
Licenses: GPL 3
Build system: emacs
Synopsis: nerd-icons theme for dired
Description:

nerd-icons theme for dired

emacs-file-info 0.5
Propagated dependencies: emacs-hydra@0.15.0 emacs-browse-at-remote@0.14.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/Artawower/file-info.el
Licenses: GPL 3+
Build system: emacs
Synopsis: All necessary information about current file in hydra + posframe.
Description:

Package for quick view and copy all necessary information about current opened file.

emacs-kaolin-themes 1.7.7
Propagated dependencies: emacs-autothemer@0.2.18
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/ogdenwebb/emacs-kaolin-themes
Licenses: GPL 3+
Build system: emacs
Synopsis: Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Description:

Kaolin is a set of eye pleasing themes for GNU Emacs with support for a large number of modes and external packages.

emacs-treemacs-nerd-icons 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-2.d41902f emacs-treemacs@3.2
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses: GPL 3
Build system: emacs
Synopsis: nerd-icons theme for treemacs
Description:

nerd-icons theme for treemacs

Total packages: 73977