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

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.


emacs-pylint 0.0.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacsorphanage/pylint.git
Licenses: GPL 2+
Synopsis: A LSP client for Emacs using Python Jedi Language Server
Description:

A Emacs client for Python Jedi Language Server (LSP client plugin for lsp-mode Emacs extension).

emacs-ron-mode 0.1
Propagated dependencies: emacs-rust-mode@1.0.6
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/hoyon/ron-mode.git
Licenses: Expat
Synopsis: An emacs mode for RON files
Description:

A major mode for editing RON files.

emacs-lsp-jedi 0.0.1
Propagated dependencies: emacs-lsp-mode@9.0.1-0.1472333
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/fredcamps/lsp-jedi.git
Licenses: GPL 3+
Synopsis: A LSP client for Emacs using Python Jedi Language Server
Description:

A Emacs client for Python Jedi Language Server (LSP client plugin for lsp-mode Emacs extension).

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
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-levenshtein 0.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacsorphanage/levenshtein
Licenses: GPL 3+
Synopsis: Edit distance between two strings
Description:

Edit distance between two strings

emacs-hass-tools 0.0.0-0.a9d7430
Propagated dependencies: emacs-auto-complete@1.5.1 emacs-request@0.3.2-1.3336eaa
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/gjbadros/hass-emacs
Licenses: Expat
Synopsis: Emacs tools for Home Assistant, including autocompletion
Description:

Tools for Home Assistant that work with GNU Emacs

Right now this is just auto completion support for entity names.

You either need to put the JSON contents of your Home Assistant's /api/states API output in a file (probably called api_states.txt in your config directory) or you need to populate a file hass-mode-secrets.el with your server name and an authentication token (gotten from HomeAssistant's UI).

If you do the former, you need to pass the name of the file to hass-setup-completion (possibly just by using a prefix-arg before calling the function interactively:

C-u M-x hass-setup-completion

Will prompt you for the filename that has the contents of /api/states from your server.

It's easier to just use hass-mode-secrets.el unless you have another reason to have api_states.txt lying around (I do, and I like this completion being able to work without the live server running, which is why I support the file version in addition to accessing via a live server)

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+
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-hass 3.0.2
Propagated dependencies: emacs-request@0.3.2-1.3336eaa emacs-websocket@1.15
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/purplg/hass
Licenses: Expat
Synopsis: Emacs package for interacting with Home Assistant
Description:

hass is an Emacs package that enables integration with Home Assistant. Call Home Assistant services, hook into Home Assistant events, and create convenient dashboards

emacs-lsp-dart 1.24.2
Propagated dependencies: emacs-lsp-treemacs@0.5 emacs-lsp-mode@9.0.1-0.1472333 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.25 emacs-ht@2.3
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacs-lsp/lsp-dart
Licenses: GPL 3+
Synopsis: lsp-mode heart dart
Description:

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

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
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-poetry 0.2.0
Propagated dependencies: emacs-transient@0.10.1 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+
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-nerd-icons-dired 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-1.4bd9795
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/nerd-icons-dired
Licenses: GPL 3
Synopsis: nerd-icons theme for dired
Description:

nerd-icons theme for dired

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
Synopsis: Django mode and snippets for Emacs
Description:

Django mode and snippets for Emacs

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
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-pyenv-mode 0.1.0
Propagated dependencies: emacs-pythonic@0.2
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/pythonic-emacs/pyenv-mode
Licenses: GPL 3+
Synopsis: Integrate pyenv with python-mode.
Description:

Pyenv mode integrates Fabián E. Gallina's python.el with the pyenv tool. This gives packages which already use python.el (like python-django) pyenv virtual environment support out-of-the-box.

emacs-react-snippets 0.0.1
Propagated dependencies: emacs-yasnippet@0.14.3
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/johnmastro/react-snippets.el.git
Licenses: GPL 3+
Synopsis: Yasnippets for React
Description:

Yasnippets for React.

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+
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-treesit-auto 1.0.5
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/renzmann/treesit-auto
Licenses: GPL 3
Synopsis: Automatic installation, usage, and fallback for tree-sitter major modes in Emacs 29
Description:

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

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

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

emacs-lsp-haskell 1.1
Propagated dependencies: emacs-lsp-mode@9.0.1-0.1472333 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+
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.

emacs-flutter 0.1.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/amake/flutter.el.git
Licenses: GPL 3+
Synopsis: Flutter tools for Emacs
Description:

Emacs tools for working with the Flutter SDK

emacs-lsp-tailwindcss 0.2
Propagated dependencies: emacs-lsp-mode@9.0.1-0.1472333 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+
Synopsis: the lsp-mode client for tailwindcss
Description:

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

emacs-lsp-latex 3.6.2
Propagated dependencies: emacs-lsp-mode@9.0.1-0.1472333 emacs-consult@2.8
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/ROCKTAKEY/lsp-latex.git
Licenses: GPL 3+
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!

noto-nerd-font 3.3.0
Channel: nebula
Location: nebula/packages/fonts.scm (nebula packages fonts)
Home page: https://nerdfonts.com
Licenses: SIL OFL 1.1
Synopsis: Nerd Fonts patched font: Noto
Description:

Noto is part of the Nerd Fonts project.

Page: 1234
Total results: 86