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.
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.
LICENSE templates for yasnippet
Emacs major mode for .svelte files based on mhtml-mode
Emacs major mode for editing files in the KDL document language
Poetry.el is a wrapper around Poetry, offering a simple an intuitive interface in Emacs.
The lsp-mode client for tailwindcss, using language server from official vscode plugin
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.
This package integrates the excellent lispy lisp editing package to Evil. Lispy works with different lisp modes, like Emacs Lisp and Clojure (and others!).
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 Dart IDE using lsp-mode to connect to Dart Analysis Server.
Kanban table for org-mode
A set of useful Emacs modes and functions for users of Nix and Nix OS.
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:
OpenAI Codex
GitHub Copilot CLI
Gemini CLI
Claude Code
Opencode
Grok CLI
Cursor CLI
Kiro CLI
CodeBuddy Code CLI
Aider CLI
It also supports external backend packages:
ECA (Editor Code Assistant) (`ai-code-eca.el`)
agent-shell (acp.el)
claude-code-ide.el
claude-code.el
Django mode and snippets for Emacs
kanban.el --- Parse org-todo headlines to use org-tables as Kanban tables
The longest continuously maintained Emacs major mode for editing Python code.
Utility functions for writing pythonic emacs package.
Major mode for editing PKGBUILD files
Cargo mode for Emacs. This package gives you a set of key combinations to perform Cargo tasks within your Rust projects.
While lsp-tex.el, included by lsp-mode, provides minimal setting for Texlab, lsp-latex.el provides full features of Texlab!
Emacs tool for running flutter mobile apps on desktop using hover.
Package for quick view and copy all necessary information about current opened file.
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.
An Emacs Lisp library for interacting with a Haskell language server such as haskell-language-server using Microsoft's Language Server Protocol.