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

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.


libcubescript 1.0.0
Channel: bugchan
Location: bugchan/packages/libcubescript.scm (bugchan packages libcubescript)
Home page: https://git.octaforge.org/OctaForge/libcubescript
Licenses: Zlib
Build system: meson
Synopsis: An embeddable, thread-safe implementation of the cubescript language
Description:

Cubescript is a minimal scripting language first introduced in the Cube FPS and carried over into derived games and game engines such as Sauerbraten. Originally being little more than a few hundred lines of code, serving primarily as the console and configuration file format of the game, it grew more advanced features as well as a bytecode VM.

Nowadays, it is a minimal but relatively fully featured scripting language based around the concept that everything can be interpreted as a string. It excels at its original purpose as well as things like text preprocessing. It comes with a Lisp-like syntax and a variety of standard library functions.

Libcubescript is a project that aims to provide an independent, improved, separate implementation of the language, available as a library, intended to satisfy the needs of the OctaForge project. It was originally forked from Cubescript as present in the Tesseract game/engine and gradually rewritten; right now, very little of the original code remains. At language level it is mostly compatible with the other implementations (although with a stricter parser and extra features), while the standard library does not aim to be fully compatible. Some features are also left up to the user to customize, so that it is not tied to game engines feature-wise.

Like the codebase it is derived from, it is available under the permissive zlib license, and therefore compatible with just about anything.

sbcl-araneae 0.0.0-0.c119041
Dependencies: sbcl@2.5.8 sbcl-serapeum@0.0.0-12.c08442a sbcl-trivial-types@0.0.1 sbcl-polymorphic-functions@0.5.2 sbcl-dexador@0.9.15-3.d7ac217 sbcl-jzon@1.1.4 sbcl-quri@0.7.0-0.03ecaf3 sbcl-alexandria@1.4-0.009b7e5
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
Home page: https://gitlab.com/bigbookofbug/araneae
Licenses: AGPL 3+
Build system: asdf/sbcl
Synopsis: A family of utilities for common lisp web interactions
Description:

Araneae is a small library intended to provide a handful of utilities for working with libraries such as dexador or jzon. Taking a type-based approach, it aims for both speed and correctness.

sbcl-websocket-driver 0.2.0-1.5bd3556
Dependencies: sbcl-babel@0.5.0-3.627d6a6 sbcl-clack@2.1.0-1.4916ebb sbcl-fast-http@0.2.0-2.502a377 sbcl-fast-io@1.0.0-3.a4c5ad6 sbcl-fast-websocket@0.1-1.baeeadd sbcl-event-emitter@0.0.1-0.cb0e15f sbcl-sha1@1.0-0.be8b1b1 sbcl-cl-base64@3.3.4-1.577683b sbcl-split-sequence@2.0.1 sbcl-bordeaux-threads@0.9.3 sbcl-quri@0.7.0-0.03ecaf3
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
Home page: https://github.com/fukamachi/websocket-driver
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: WebSocket server/client for Common Lisp
Description:

This library provides a WebSocket server and client implementation for Common Lisp.

sbcl-sanity-clause 0.7.2-1.023640c
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-arrows@0.2.0-0.df7cf00 sbcl-cl-ppcre@2.1.1 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-local-time@1.0.6-4.40169fe sbcl-cl-str@0.21 sbcl-trivial-types@0.0.1 sbcl-parse-float@0.0.0-2.3074765 sbcl-quri@0.7.0-0.03ecaf3
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
Home page: https://github.com/fisxoj/sanity-clause
Licenses: LGPL 3
Build system: asdf/sbcl
Synopsis: Data serialization/contract library for Common Lisp
Description:

This library is a data validation/contract library. It may be used for configuration data, validating an api response, or documents from a datastore. In a dynamically typed language, it helps clearly define areas of doubt and uncertainty. We should love our users, but we should never blindly trust their inputs.

acl2 8.6
Dependencies: sbcl@2.5.8
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
Home page: https://www.cs.utexas.edu/users/moore/acl2/
Licenses: Modified BSD
Build system: gnu
Synopsis: Interpreter and prover for a Lisp dialect.
Description:

ACL2 is a logic and programming language in which you can model computer systems, together with a tool to help you prove properties of those models. 'ACL2' denotes 'A Computational Logic for Applicative Common Lisp'.

ACL2 is part of the Boyer-Moore family of provers, for which its authors have received the 2005 ACM Software System Award.

This package installs the ACL2 executable only.

sbcl-arilus 0.0.0-0.f854d5e
Dependencies: sbcl@2.5.8 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-fiveam@1.4.2 sbcl-iterate@1.5.3 sbcl-serapeum@0.0.0-12.c08442a
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
Home page: https://gitlab.com/bigbookofbug/arilus
Licenses: AGPL 3+
Build system: asdf/sbcl
Synopsis: Haskell niceties for Common Lisp
Description:

Arillus is a large, but modular, library bringing some of the better parts of Haskell and Category Theory to Common Lisp. Unlike Coalton, it is not statically-typed, nor is it really intended to enforce a strictly-functional style of programming. Instead, it is intended to provide stronger checks to Common Lisp’s dynamic typing, a loose implementation of typeclassing, and a family of new functions and methods.

sbcl-linnaeus 0.0.0-0.8af6439
Dependencies: sbcl-fiveam@1.4.2
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
Home page: https://git.sr.ht/~bigbookofbug/linnaeus
Licenses: AGPL 3+
Build system: asdf/sbcl
Synopsis: uncommon common lisp utilities
Description:

TODO

python-hyrule 1.0.1
Propagated dependencies: python-hy@1.1.0
Channel: bugchan
Location: bugchan/packages/python-xyz.scm (bugchan packages python-xyz)
Home page: https://github.com/hylang/hyrule
Licenses: Expat
Build system: pyproject
Synopsis: Utility library for the Hy programming language
Description:

This package provides a utility library for the Hy programming language.

python-pywlroots 0.17.0
Dependencies: wlroots@0.17.4 wayland@1.24.0 pixman@0.46.4
Propagated dependencies: python-cffi@1.17.1 python-pywayland@0.4.18 python-xkbcommon@1.5.1
Channel: bugchan
Location: bugchan/packages/python-xyz.scm (bugchan packages python-xyz)
Home page: https://github.com/flacjacket/pywlroots
Licenses: NCSA/University of Illinois Open Source License
Build system: pyproject
Synopsis: Python binding to the wlroots library using cffi
Description:

Python binding to the wlroots library using cffi.

python-xkbcommon 1.5.1
Dependencies: libxkbcommon@1.11.0
Propagated dependencies: python-cffi@1.17.1
Channel: bugchan
Location: bugchan/packages/python-xyz.scm (bugchan packages python-xyz)
Home page: https://github.com/sde1000/python-xkbcommon
Licenses: Expat
Build system: pyproject
Synopsis: Bindings for libxkbcommon using cffi
Description:

Bindings for libxkbcommon using cffi.

python-pywayland 0.4.18
Dependencies: wayland@1.24.0
Propagated dependencies: python-cffi@1.17.1
Channel: bugchan
Location: bugchan/packages/python-xyz.scm (bugchan packages python-xyz)
Home page: https://github.com/flacjacket/pywayland
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python bindings for the libwayland library written in pure Python
Description:

Python bindings for the libwayland library written in pure Python.

owl next
Channel: bugchan
Location: bugchan/packages/scheme.scm (bugchan packages scheme)
Home page: https://haltp.org/posts/owl.html
Licenses: Expat
Build system: gnu
Synopsis: Functional Scheme dialect
Description:

Owl Lisp is a simple programming language. It is intended to provide a portable system for writing standalone programs in a subjectively pleasant dialect of Lisp. It has a minimal core and runtime, purely functional operation, and support for asynchronous evaluation.

lain-wired-sddm-theme v0.9.1
Propagated dependencies: qtmultimedia@5.15.17 qtquickcontrols@5.15.17
Channel: bugchan
Location: bugchan/packages/sddm-themes.scm (bugchan packages sddm-themes)
Home page: https://github.com/lll2yu/sddm-lain-wired-theme
Licenses: CC-BY-SA 4.0
Build system: copy
Synopsis: A sddm login screen inspired by 1998 anime "Serial Experiments Lain". Requires use of the sddm-qt5 package.
Description:

This package provides an animated theme for SDDM with aesthetics based off the anime Serial Experiments Lain

zsh-powerlevel10k 1.20.0
Channel: bugchan
Location: bugchan/packages/shell-utils-extra.scm (bugchan packages shell-utils-extra)
Home page: https://github.com/romkatv/powerlevel10k
Licenses: Expat
Build system: copy
Synopsis: A fast reimplementation of Powerlevel9k ZSH theme
Description:

To make use of this derivation, use "source" zsh-powerlevel10k "/share/zsh/plugins/zsh-powerlevel10k/powerlevel10k.zsh-theme"

warpd-wayland 1.3.7-windows-alpha
Dependencies: cairo@1.18.4 wayland@1.24.0 libxkbcommon@1.11.0
Channel: bugchan
Location: bugchan/packages/xdisorg.scm (bugchan packages xdisorg)
Home page: https://github.com/rvaiya/warpd
Licenses: Expat
Build system: gnu
Synopsis: TODO
Description:

TODO

abiword 3.0.7
Dependencies: aspell@0.60.8 boost@1.89.0 enchant@2.6.9 fontconfig-minimal@2.14.0 fribidi@1.0.12 goffice@0.10.53 gtk+@3.24.51 libgcrypt@1.11.0 libchamplain@0.12.20 libglade@2.6.4 libgsf@1.14.53 libjpeg-turbo@2.1.4 libpng@1.6.39 librsvg@2.58.5 libxft@2.3.8 libxml2@2.14.6 libxslt@1.1.43 ots@0.5.0 popt@1.18 readline@8.2.13 telepathy-glib@0.24.2 wv@1.2.9 zlib@1.3.1
Channel: guix
Location: gnu/packages/abiword.scm (gnu packages abiword)
Home page: https://gitlab.gnome.org/World/AbiWord/
Licenses: GPL 2+
Build system: glib-or-gtk
Synopsis: Word processing program
Description:

AbiWord is a word processing program. It is rapidly becoming a state of the art word processor, with lots of features useful for your daily work, personal needs, or for just some good old typing fun.

brltty 6.6
Dependencies: alsa-lib@1.2.11 at-spi2-core@2.52.0 bluez@5.79 dbus@1.15.8 espeak@1.48.04 espeak-ng@1.52.0-1.0d451f8 expat@2.7.1 festival@2.5.0 flite@2.2 glib@2.83.3 gpm@1.20.7 icu4c@73.1 libbraille@0.19.0 pcre2@10.42 liblouis@3.34.0 ncurses@6.2.20210619 polkit@121 speech-dispatcher@0.11.5 util-linux@2.40.4 util-linux@2.40.4 libx11@1.8.12 libxaw@1.0.16 libxaw3d@1.6.6 libxext@1.3.6 libxfixes@6.0.1 libxt@1.3.1 libxtst@1.2.5
Channel: guix
Location: gnu/packages/accessibility.scm (gnu packages accessibility)
Home page: https://brltty.app/
Licenses: LGPL 2.1+
Build system: glib-or-gtk
Synopsis: Braille TTY
Description:

BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display, and provides complete screen review functionality. Some speech capability has also been incorporated.

espeakup 0.90
Dependencies: espeak-ng@1.52.0-1.0d451f8 alsa-lib@1.2.11
Channel: guix
Location: gnu/packages/accessibility.scm (gnu packages accessibility)
Home page: https://github.com/linux-speakup/espeakup
Licenses: GPL 3+
Build system: meson
Synopsis: Bridge for espeak and speakup
Description:

Espeakup is a bridge between the speakup driver implemented in the Linux kernel and the espeak-ng text to speech synthesizer. In order for this package to work, you need to have the following kernel modules built:

  • CONFIG_SPEAKUP=m

  • CONFIG_SPEAKUP_SOFT=m

libbraille 0.19.0
Dependencies: glib@2.83.3 gtk+@2.24.33 libusb-compat@0.1.8
Channel: guix
Location: gnu/packages/accessibility.scm (gnu packages accessibility)
Home page: https://libbraille.org
Licenses: LGPL 2.1+
Build system: glib-or-gtk
Synopsis: Portable Braille Library
Description:

Libbraille is a library to easily access Braille displays and terminals.

xmagnify 0.1.0
Dependencies: libx11@1.8.12
Channel: guix
Location: gnu/packages/accessibility.scm (gnu packages accessibility)
Home page: https://gitlab.com/amiloradovsky/magnify
Licenses: Expat GPL 2+
Build system: gnu
Synopsis: Tiny screen magnifier for X11
Description:

This program magnifies a screen region by an integer positive factor and draws the result on a window. It is useful as an accessibility tool, which works with every X Window System based GUI (depends only on libX11); or as an assistant for graphic designers, who need to select individual pixels.

mouseloupe 0.6
Dependencies: libx11@1.8.12 libxext@1.3.6 libxcomposite@0.4.6 libxdamage@1.1.6 libxrender@0.9.12
Channel: guix
Location: gnu/packages/accessibility.scm (gnu packages accessibility)
Home page: https://sourceforge.net/projects/mouseloupe/
Licenses: GPL 2+
Build system: gnu
Synopsis: Screen magnifier tool for people with low vision
Description:

MouseLoupe is a kind of magnifying glass combined with the mouse pointer which allows an easy and pleasant web navigation.

footswitch 1.0-0.e455d67
Dependencies: hidapi@0.15.0
Channel: guix
Location: gnu/packages/accessibility.scm (gnu packages accessibility)
Home page: https://github.com/rgerganov/footswitch
Licenses: Expat
Build system: gnu
Synopsis: Command line utilities for PCsensor and Scythe foot switches
Description:

This package provides command line utilities for programming PCsensor and Scythe foot switches. It works for both single pedal and three pedal devices.

florence 0.6.3
Dependencies: libxml2@2.14.6 libglade@2.6.4 librsvg@2.58.5 gstreamer@1.26.3 cairo@1.18.4 gtk+@3.24.51 libxtst@1.2.5 libxcomposite@0.4.6 libnotify@0.8.3
Channel: guix
Location: gnu/packages/accessibility.scm (gnu packages accessibility)
Home page: https://florence.sourceforge.net/
Licenses: GPL 2+
Build system: glib-or-gtk
Synopsis: Extensible, scalable virtual keyboard for X11
Description:

Florence is an extensible scalable virtual keyboard for X11. It is useful for people who can't use a real hardware keyboard (for example for people with disabilities), but you must be able to use a pointing device (as a mouse, a trackball, a touchscreen or opengazer).

Florence stays out of your way when you don't need it: it appears on the screen only when you need it. A timer-based auto-click input method is available to help to click.

Total packages: 69237