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

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.


guile-cdr255 0.2.0-1.660e70d
Dependencies: guile@3.0.9
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://sr.ht/~yewscion/guile-cdr255
Licenses: AGPL 3+
Build system: gnu
Synopsis: Yewscion's Guile Library
Description:

A grab-bag collection of procedures I use in my projects.

sample-hive 0.9.0_alpha.1
Dependencies: wxwidgets@3.2.8.1 taglib@1.12 sqlite@3.39.3 yaml-cpp@0.8.0-0.2f86d13 libsndfile@1.2.0 spdlog@1.13.0 aubio@0.4.9
Channel: nebula
Location: nebula/packages/audio.scm (nebula packages audio)
Home page: https://gitlab.com/samplehive/sample-hive
Licenses: GPL 3+
Build system: meson
Synopsis: A simple, modern audio sample browser/manager for GNU/Linux.
Description:

SampleHive let’s you manage your audio samples in a nice and simple way, just add a directory where you store all your samples, or drag and drop a directory on it to add samples to it, and it will help sort, search, play and view some information about the sample.

emacs-bufler 0.2
Propagated dependencies: emacs-dash@2.20.0 emacs-f@0.21.0 emacs-pretty-hydra@0.2.2 emacs-magit@4.4.2 emacs-map@3.3.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/alphapapa/bufler.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Bufler is like a butler for your buffers.
Description:

Bufler is like a butler for your buffers, presenting them to you in an organized way based on your instructions. The instructions are written as grouping rules in a simple language, allowing you to customize the way buffers are grouped. The default rules are designed to be generally useful, so you don't have to write your own.

It also provides a workspace mode which allows frames to focus on buffers in certain groups. Since the groups are created automatically, the workspaces are created dynamically, rather than requiring you to put buffers in workspaces manually..

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-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-impatient-mode 1.1
Propagated dependencies: emacs-simple-httpd@1.5.1 emacs-htmlize@1.59
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/skeeto/impatient-mode.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Impatient html mode. See your changes in the browser as you type
Description:

See the effect of your HTML as you type it.

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
Build system: emacs
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-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-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
Build system: emacs
Synopsis: An emacs mode for RON files
Description:

A major mode for editing RON files.

emacs-nerd-icons-completion 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-1.4bd9795 emacs-compat@30.1.0.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/nerd-icons-completion
Licenses: GPL 3
Build system: emacs
Synopsis: nerd-icons-completion - Use nerd-icons for completion
Description:

nerd-icons-completion - Use nerd-icons for completion

emacs-poetry 0.2.0
Propagated dependencies: emacs-transient@0.11.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-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-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+
Build system: emacs
Synopsis: Yasnippets for React
Description:

Yasnippets for React.

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+
Build system: emacs
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-dart-server 0.1.0
Propagated dependencies: emacs-dash@2.20.0 emacs-flycheck@35.0 emacs-s@1.13.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/bradyt/dart-server
Licenses: GPL 3+
Build system: emacs
Synopsis: An Emacs minor mode for the Dart server
Description:

dart-server is a minor mode for editing Dart files in Emacs.

emacs-django-manage 0.1
Propagated dependencies: emacs-hydra@0.15.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/gopar/django-manage.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Django minor mode for commanding manage.py
Description:

Django minor mode for commanding manage.py

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
Build system: emacs
Synopsis: nerd-icons theme for dired
Description:

nerd-icons theme for dired

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-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+
Build system: emacs
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-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-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-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.26 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+
Build system: emacs
Synopsis: lsp-mode heart dart
Description:

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

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
Build system: emacs
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-faustine 1.0.1
Propagated dependencies: emacs-faust-mode@0.2
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://bitbucket.org/yphil/faustine.git
Licenses: GPL 3+
Build system: emacs
Synopsis: A major mode/IDE for editing Faust code
Description:

Edit, visualize, build and run Faust code

Total packages: 69239