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

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-tree-sitter-langs 0.12.22
Propagated dependencies: tree-sitter@0.25.3
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacs-tree-sitter/tree-sitter-langs
Licenses: Expat
Build system: emacs
Synopsis: Language bundle for Emacs's tree-sitter package
Description:

This is a convenient language bundle for the Emacs package tree-sitter. It serves as an interim distribution mechanism, until tree-sitter is widespread enough for language-specific major modes to incorporate its functionalities.

For each supported language, this package provides:

1. Pre-compiled grammar binaries for 3 major platforms: macOS, Linux and Windows, on x86_64. In the future, tree-sitter-langs may provide tooling for major modes to do this on their own. 2. An optional highlights.scm file that provides highlighting patterns. This is mainly intended for major modes that are not aware of tree-sitter. A language major mode that wants to use tree-sitter for syntax highlighting should instead provide the query patterns on its own, using the mechanisms defined by tree-sitter-hl. 3. Optional query patterns for other minor modes that provide high-level functionalities on top of tree-sitter, such as code folding, evil text objects… As with highlighting patterns, major modes that are directly aware of tree-sitter should provide the query patterns on their own.

emacs-license-snippets 1.0.0
Propagated dependencies: emacs-yasnippet@0.14.3
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/sei40kr/license-snippets
Licenses: GPL 3+
Build system: emacs
Synopsis: LICENSE templates for yasnippet
Description:

LICENSE templates for yasnippet

emacs-svelte-mode 1.0.5
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/leafOfTree/svelte-mode
Licenses: LGPL 3
Build system: emacs
Synopsis: Emacs major mode for Svelte
Description:

Emacs major mode for .svelte files based on mhtml-mode

emacs-kdl-mode 0.0.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/taquangtrung/emacs-kdl-mode
Licenses: GPL 3
Build system: emacs
Synopsis: Emacs major mode for editing files in the KDL document language
Description:

Emacs major mode for editing files in the KDL document language

emacs-poetry 0.2.0
Propagated dependencies: emacs-transient@0.12.0 emacs-pyvenv@1.21
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/cybniv/poetry.el.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Python dependency management and packaging in Emacs
Description:

Poetry.el is a wrapper around Poetry, offering a simple an intuitive interface in Emacs.

emacs-lsp-tailwindcss 0.2
Propagated dependencies: emacs-lsp-mode@9.0.1-1.328c979 emacs-f@0.21.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/merrickluo/lsp-tailwindcss.git
Licenses: GPL 3+
Build system: emacs
Synopsis: the lsp-mode client for tailwindcss
Description:

The lsp-mode client for tailwindcss, using language server from official vscode plugin

emacs-fix-word 0.2.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/mrkkrp/fix-word.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Transform words in Emacs (upcase, downcase, capitalize, etc.)
Description:

This is a package that allows us to transform words intelligently. It provides the function fix-word that lifts functions that do string transformation into commands with interesting behavior. There are also some built-in commands built on top of fix-word.

emacs-evil-lispy 1.1
Propagated dependencies: emacs-lispy@0.27.0-3.df1b7e6 emacs-evil@1.15.0-0.008a6cd emacs-hydra@0.15.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/sp3ctum/evil-lispy.git
Licenses: GPL 3+
Build system: emacs
Synopsis: precision Lisp editing with Evil and Lispy
Description:

This package integrates the excellent lispy lisp editing package to Evil. Lispy works with different lisp modes, like Emacs Lisp and Clojure (and others!).

emacs-cmake-ide 0.5
Propagated dependencies: emacs-dash@2.20.0 emacs-s@1.13.0 emacs-levenshtein@0.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/atilaneves/cmake-ide
Licenses: Modified BSD
Build system: emacs
Synopsis: Use Emacs as a C/C++ IDE
Description:

cmake-ide is a package to enable IDE-like features on Emacs for CMake projects. It also supports non-CMake projects as long as a compilation database is generated out-of-band.This includes autocompletion and on-the-fly syntax checking in Emacs for CMake projects with minimal configuration. It uses other packages to do its heavy lifting, in a combination of:

* rtags * flycheck * auto-complete-clang * company-clang * irony

`cmake-ide` will set variables and call functions for the installed dependent packages.

It works by running CMake in Emacs in order to obtain the necessary compiler flags to pass to the other tools. Since all the dependencies are specified in the CMake scripts, there is no need to maintain a parallel dependency tracking system for Emacs. Just ask CMake.

emacs-lsp-dart 1.24.2
Propagated dependencies: emacs-lsp-treemacs@0.5 emacs-lsp-mode@9.0.1-1.328c979 emacs-dap-mode@0.8 emacs-f@0.21.0 emacs-dash@2.20.0 emacs-dart-mode@1.0.7 emacs-jsonrpc@1.0.27 emacs-ht@2.4-0.1c49aad
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacs-lsp/lsp-dart
Licenses: GPL 3+
Build system: emacs
Synopsis: lsp-mode heart dart
Description:

Emacs Dart IDE using lsp-mode to connect to Dart Analysis Server.

emacs-org-kanban 0.6.5
Propagated dependencies: emacs-s@1.13.0 emacs-dash@2.20.0 emacs-org@9.7.39
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: http://github.com/gizmomogwai/org-kanban
Licenses: Expat
Build system: emacs
Synopsis: Kanban table for org-mode
Description:

Kanban table for org-mode

emacs-nixos-options 0.0.1
Propagated dependencies: emacs-company@1.0.2 emacs-consult@3.4
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-ai-code-interface 1.74
Propagated dependencies: emacs-transient@0.12.0 emacs-magit@4.5.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/tninja/ai-code-interface.el
Licenses: ASL 2.0
Build system: emacs
Synopsis: Unified Emacs interface supporting OpenAI Codex, GitHub Copilot CLI, Claude Code, Gemini CLI, Opencode, and more
Description:

An Emacs interface for AI-assisted software development. The purpose is to provide a uniform interface and experience for different AI backends, with context-aware AI coding actions, and integrating seamlessly with AI-driven agile development workflows.

Currently it supports these AI coding CLIs:

  1. OpenAI Codex

  2. GitHub Copilot CLI

  3. Gemini CLI

  4. Claude Code

  5. Opencode

  6. Grok CLI

  7. Cursor CLI

  8. Kiro CLI

  9. CodeBuddy Code CLI

  10. Aider CLI

It also supports external backend packages:

  1. ECA (Editor Code Assistant) (`ai-code-eca.el`)

  2. agent-shell (acp.el)

  3. claude-code-ide.el

  4. claude-code.el

emacs-django-mode 0.1
Propagated dependencies: emacs-s@1.13.0 emacs-projectile@2.9.1 emacs-helm-make@0.2.0-0.ebd71e8
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/valpackett/django-mode.git
Licenses: ASL 2.0
Build system: emacs
Synopsis: Django mode and snippets for Emacs
Description:

Django mode and snippets for Emacs

emacs-kanban 0.2.4
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacsmirror/kanban
Licenses: GPL 2
Build system: emacs
Synopsis: Parse org-todo headlines to use org-tables as Kanban tables
Description:

kanban.el --- Parse org-todo headlines to use org-tables as Kanban tables

emacs-python-mode 6.3.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://gitlab.com/python-mode-devs/python-mode.git
Licenses: GPL 3+
Build system: emacs
Synopsis: The longest continuously maintained Emacs major mode for editing Python code.
Description:

The longest continuously maintained Emacs major mode for editing Python code.

emacs-pythonic 0.2
Propagated dependencies: emacs-s@1.13.0 emacs-f@0.21.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/pythonic-emacs/pythonic.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Utility functions for writing pythonic emacs package.
Description:

Utility functions for writing pythonic emacs package.

emacs-pkgbuild-mode 1.0-snapshot
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/juergenhoetzel/pkgbuild-mode.git
Licenses: GPL 2+
Build system: emacs
Synopsis: Major mode for editing PKGBUILD files
Description:

Major mode for editing PKGBUILD files

emacs-cargo 0.4.0
Propagated dependencies: emacs-markdown-mode@2.7
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/kwrooijen/cargo.el.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs Minor Mode for Cargo, Rust's Package Manager.
Description:

Cargo mode for Emacs. This package gives you a set of key combinations to perform Cargo tasks within your Rust projects.

emacs-lsp-latex 3.6.2
Propagated dependencies: emacs-lsp-mode@9.0.1-1.328c979 emacs-consult@3.4
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/ROCKTAKEY/lsp-latex.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs lsp-mode client for LaTeX, on texlab.
Description:

While lsp-tex.el, included by lsp-mode, provides minimal setting for Texlab, lsp-latex.el provides full features of Texlab!

emacs-hover 1.2.3
Propagated dependencies: emacs-dash@2.20.0 emacs-flycheck@36.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/ericdallo/hover.el.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Flutter tool to run hover on emacs
Description:

Emacs tool for running flutter mobile apps on desktop using hover.

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-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-lsp-haskell 1.1
Propagated dependencies: emacs-lsp-mode@9.0.1-1.328c979 emacs-haskell-mode@17.5-0.e9c3567
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacs-lsp/lsp-haskell.git
Licenses: GPL 3+
Build system: emacs
Synopsis: lsp-mode heart haskell
Description:

An Emacs Lisp library for interacting with a Haskell language server such as haskell-language-server using Microsoft's Language Server Protocol.

Page: 1234
Total packages: 94