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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Kanban table for org-mode
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.
Major Emacs mode for the Faust programming language, featuring syntax highlighting, automatic indentation and auto-completion.
dart-server is a minor mode for editing Dart files in Emacs.
Django minor mode for commanding manage.py
nerd-icons-corfu.el - Icons for Corfu via nerd-icons
nerd-icons-completion - Use nerd-icons for completion
Package for quick view and copy all necessary information about current opened file.
Emacs tool for running flutter mobile apps on desktop using hover.
Edit distance between two strings
Emacs Dart IDE using lsp-mode to connect to Dart Analysis Server.
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!
Kaolin is a set of eye pleasing themes for GNU Emacs with support for a large number of modes and external packages.
Major mode for editing PKGBUILD files
A Emacs client for Python Jedi Language Server (LSP client plugin for lsp-mode Emacs extension).
hass is an Emacs package that enables integration with Home Assistant. Call Home Assistant services, hook into Home Assistant events, and create convenient dashboards
Poetry.el is a wrapper around Poetry, offering a simple an intuitive interface in Emacs.
Automatically install and use tree-sitter major modes in Emacs 29+. If the tree-sitter version can’t be used, fall back to the original major mode
A major mode for editing RON files.
Emacs major mode for .svelte files based on mhtml-mode
The lsp-mode client for tailwindcss, using language server from official vscode plugin
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.
See the effect of your HTML as you type it.