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

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.


emacs-highlight-symbol-native 1.3-1.7a789c7
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://nschum.de/src/emacs/highlight-symbol/
Licenses: GPL 2+
Build system: emacs
Synopsis: Automatic and manual symbol highlighting for Emacs
Description:

Use highlight-symbol to toggle highlighting of the symbol at point throughout the current buffer. Use highlight-symbol-mode to keep the symbol at point highlighted.

The functions highlight-symbol-next, highlight-symbol-prev, highlight-symbol-next-in-defun and highlight-symbol-prev-in-defun allow for cycling through the locations of any symbol at point. Use highlight-symbol-nav-mode to enable key bindings M-p and M-p for navigation. When highlight-symbol-on-navigation-p is set, highlighting is triggered regardless of highlight-symbol-idle-delay.

highlight-symbol-query-replace can be used to replace the symbol.

emacs-vterm-native 0.0.2-3.a01a289
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/akermu/emacs-libvterm
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs libvterm integration
Description:

This package implements a bridge to libvterm to display a terminal in an Emacs buffer.

emacs-ytdl-native 1.3.6-0.2ea3daf
Dependencies: yt-dlp@2026.06.09
Propagated dependencies: emacs-async-native@1.9.9 emacs-dash-native@2.20.0
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://gitlab.com/tuedachu/ytdl
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface for youtube-dl
Description:

This package manages a video download queue for yt-dlp, which serves as the back end. New videos can be queued at any time. All yt-dlp backends are supported. It is possible to create download profiles depending on the downloaded URL.

emacs-tl1-mode-native 1.3-1.48d1289
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/geoclue
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for editing Fluke 9100 TL/1 source code
Description:

This package provides a major mode for editing Fluke TL/1 source code. TL/1 is a language used to control Fluke’s 9100 series of testing and troubleshooting mainframes.

emacs-diss-native 1.0.0-1.8a99a1b
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/diss
Licenses: GPL 3+
Build system: emacs
Synopsis: Dired Image Slideshow
Description:

Diss is a full-featured image slideshow for Emacs, based on Dired and image-mode.

emacs-syncthing-native 3.0.2
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/KeyWeeUsr/emacs-syncthing
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs client for Syncthing
Description:

Emacs-Syncthing is a client for the Syncthing file synchronization tool which provides an Emacs interface to replace the built-in web UI.

emacs-scratch-native 1.4
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/scratch
Licenses: FreeBSD
Build system: emacs
Synopsis: Create scratch buffers with the same mode as current buffer
Description:

Scratch is an extension to Emacs that enables one to create scratch buffers that are in the same mode as the current buffer. This is notably useful when working on code in some language; you may grab code into a scratch buffer, and, by virtue of this extension, do so using the Emacs formatting rules for that language.

emacs-bluetooth-native 0.4.1
Dependencies: bluez@5.79 dbus@1.16.2
Propagated dependencies: emacs-compat-native@31.0.0.1 emacs-dash-native@2.20.0
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://gitlab.com/rstocker/emacs-bluetooth
Licenses: GPL 3+
Build system: emacs
Synopsis: Manage Bluetooth devices using Emacs
Description:

This package implements basic Bluetooth management functionality, such as connecting and disconnecting devices, setting properties and aliases, putting the adapter in discovery mode and controlling its power supply. It also includes a pairing agent.

emacs-consult-native 3.6
Propagated dependencies: emacs-compat-native@31.0.0.1
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/minad/consult
Licenses: GPL 3+
Build system: emacs
Synopsis: Consulting completing-read
Description:

This package provides various handy commands based on the Emacs completion function completing-read, which allows quickly selecting from a list of candidates.

emacs-slime-native 2.32
Propagated dependencies: emacs-macrostep-native@0.9.5
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/slime/slime
Licenses: GPL 2+ Public Domain
Build system: emacs
Synopsis: Superior Lisp Interaction Mode for Emacs
Description:

SLIME extends Emacs with support for interactive programming in Common Lisp. The features are centered around slime-mode, an Emacs minor mode that complements the standard lisp-mode. While lisp-mode supports editing Lisp source files, slime-mode adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on.

pinentry-emacs 1.3.2
Dependencies: ncurses@6.2.20210619 libassuan@3.0.1 libsecret@0.21.7
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://gnupg.org/aegypten2/
Licenses: GPL 2+
Build system: gnu
Synopsis: GnuPG's interface to passphrase input
Description:

Pinentry provides a console and an Emacs interface that allows users to enter a passphrase when required by gpg or other software.

emacs-transmission-native 0.12.2-0.ae36637
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/holomorph/transmission
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface to a Transmission session
Description:

This package provides an Emacs interface to interact with a running session of the Transmission Bittorrent client.

Features:

  • List, add, start/stop, verify, remove torrents.

  • Set speed limits, ratio limits, bandwidth priorities, trackers.

  • Navigate to the corresponding file list, torrent info, peer info contexts.

  • Toggle downloading and set priorities for individual files.

imagemagick 6.9.13-5
Dependencies: bzip2@1.0.8 fftw@3.3.10 freetype@2.13.3 ghostscript@9.56.1 graphviz@7.0.1 lcms@2.13.1 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libwebp@1.3.2 libx11@1.8.12 libxml2@2.14.6 pango@1.56.4 xz@5.4.5 zlib@1.3.1 zstd@1.5.6
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://www.imagemagick.org/
Licenses: FSF-free
Build system: gnu
Synopsis: Create, edit, compose, or convert bitmap images
Description:

ImageMagick is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

emacs-exwm-mff-native 1.2.1-1.89206f2
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/exwm-mff
Licenses: GPL 3+
Build system: emacs
Synopsis: Mouse follows focus for EXWM
Description:

This package provides a minor mode to automatically warp the mouse pointer to the center of a focused window, as well as a command to warp it to the currently selected window.

emacs-clojure-mode-native 5.23.0
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/clojure-emacs/clojure-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for Clojure code
Description:

This Emacs package provides font-lock, indentation, navigation and basic refactoring for the Clojure programming language. It is recommended to use clojure-mode with Paredit or Smartparens.

emacs-dired-rsync-native 0.7
Propagated dependencies: emacs-s-native@1.13.0 emacs-dash-native@2.20.0
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/stsquad/dired-rsync/
Licenses: GPL 3+
Build system: emacs
Synopsis: Support for rsync from Emacs dired buffers
Description:

This package adds a single command dired-rsync which allows the user to copy marked files in a Dired buffer via rsync. This is useful, especially for large files, because the copy happens in the background and doesn’t lock up Emacs. It is also more efficient than using Tramp's own encoding methods for moving data between systems.

emacs-deadgrep-native 0.13
Dependencies: ripgrep@15.1.0
Propagated dependencies: emacs-dash-native@2.20.0 emacs-s-native@1.13.0 emacs-spinner-native@1.7.4
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/Wilfred/deadgrep
Licenses: GPL 3+
Build system: emacs
Synopsis: Frontend for @code{ripgrep}
Description:

This package provides an Emacs interface for performing searches with ripgrep.

emacs 30.2
Dependencies: cairo@1.18.4 dbus@1.16.2 gtk+@3.24.51 giflib@5.2.1 harfbuzz@11.4.4 libjpeg-turbo@2.1.4 libotf@0.9.16 libpng@1.6.39 librsvg@2.58.5 libtiff@4.4.0 libx11@1.8.12 libxft@2.3.8 libxpm@3.5.17 libwebp@1.3.2 pango@1.56.4 poppler@22.09.0 gnutls@3.8.9 libgccjit@14.3.0 mailutils@3.21 acl@2.3.1 alsa-lib@1.2.16 elogind@255.17 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 lcms@2.13.1 libice@1.1.2 libselinux@3.4 libsm@1.2.5 libxml2@2.14.6 m17n-lib@1.8.0 sqlite@3.39.3 tree-sitter@0.25.3 zlib@1.3.1 bash-minimal@5.2.37 coreutils@9.1 findutils@4.10.0 gawk@5.3.0 gzip@1.14 ncurses@6.2.20210619 sed@4.9
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Build system: glib-or-gtk
Synopsis: The extensible, customizable, self-documenting text editor
Description:

GNU Emacs is an extensible and highly customizable text editor. It is based on an Emacs Lisp interpreter with extensions for text editing. Emacs has been extended in essentially all areas of computing, giving rise to a vast array of packages supporting, e.g., email, IRC and XMPP messaging, spreadsheets, remote server editing, and much more. Emacs includes extensive documentation on all aspects of the system, from basic editing to writing large Lisp programs. It has full Unicode support for nearly all human languages.

emacs-diminish-native 0.46-1.fd486ef
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/myrjola/diminish.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Diminish minor modes with no modeline display
Description:

emacs-diminish implements hiding or abbreviation of the mode line displays (lighters) of minor modes.

emacs-wordnut-native 0.1-0.feac531
Propagated dependencies: wordnet@3.0 emacs-adaptive-wrap-native@0.9
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/gromnitsky/wordnut
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for WordNet
Description:

This Emacs package provides an interface for wordnet. Features include completion, if the query is not found too ambiguous and navigation in the result buffer.

emacs-org-native 9.8.3
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://orgmode.org/
Licenses: GPL 3+
Build system: emacs
Synopsis: Outline-based notes management and organizer
Description:

Org is an Emacs mode for keeping notes, maintaining TODO lists, and project planning with a fast and effective lightweight markup language. It also is an authoring system with unique support for literate programming and reproducible research. If you work with the LaTeX output capabilities of Org-mode, you may want to install the emacs-org-texlive-collection meta-package, which propagates the TexLive components required by the produced .tex file.

emacs-pass-native 2.0
Propagated dependencies: emacs-password-store-native@2.3.2 emacs-f-native@0.21.0
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/NicolasPetton/pass
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for @file{password-store.el}
Description:

This is a major mode for managing password-store (pass) keychains. The keychain entries are displayed in a directory-like structure and can be consulted and modified.

emacs-projectile-native 2.9.1
Propagated dependencies: emacs-dash-native@2.20.0 emacs-pkg-info-native@0.6
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/bbatsov/projectile
Licenses: GPL 3+
Build system: emacs
Synopsis: Manage and navigate projects in Emacs easily
Description:

This library provides easy project management and navigation. The concept of a project is pretty basic: just a folder containing special file. Currently Git, Mercurial and Bazaar repositories are considered projects by default. If you want to mark a folder manually as a project just create an empty .projectile file in it.

emacs-shell-here-native 1.3-1.eeb437f
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/shell-here
Licenses: GPL 3+
Build system: emacs
Synopsis: Launch a shell relative to default-directory
Description:

This package provides commands to open a shell buffer in (or relative to) the default-directory or – using projectile or find-file-in-project – a project root.

Total packages: 72166