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

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.


neovim-syntastic 3.10.0
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/vim-syntastic/syntastic
Licenses: WTFPL 2
Build system: vim
Synopsis: Syntax checking plugin for Neovim
Description:

Vim-syntastic is a syntax checking plugin for Neovim. It runs files through external syntax checkers and displays any resulting errors to the user. This can be done on demand, or automatically as files are saved. If syntax errors are detected, the user is notified.

vim-gemini-vim 0.0.0-1.f300c54
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://git.sr.ht/~torresjrjr/gemini.vim
Licenses: GPL 3
Build system: vim
Synopsis: Vim syntax highlighting plugin for Gemini
Description:

This Vim plugin provides a Vim syntax highlighting plugin for Gemini Text, the text/gemini media type, as defined in the Gemini protocol specification.

vifm 0.14.3
Dependencies: libx11@1.8.12 ncurses@6.2.20210619 perl@5.36.0
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://vifm.info/
Licenses: GPL 2+
Build system: gnu
Synopsis: Flexible vi-like file manager using ncurses
Description:

Vifm is a file manager providing a vi-like usage experience. It has similar keybindings and modes (e.g. normal, command line, visual). The interface uses ncurses, thus vifm can be used in text-only environments. It supports a wide range of features, some of which are known from the vi-editor:

  1. utf8 support

  2. user mappings (almost like in vi)

  3. ranges in command

  4. line commands

  5. user defined commands (with support for ranges)

  6. registers

  7. operation undoing/redoing

  8. fuse file systems support

  9. trash

  10. multiple files renaming

  11. support of filename modifiers

  12. colorschemes support

  13. file name color according to file type

  14. path specific colorscheme customization

  15. bookmarks

  16. operation backgrounding

  17. customizable file viewers

  18. handy less-like preview mode

  19. filtering out and searching for files using regular expressions

  20. one or two panes view

With the package comes a plugin to use vifm as a vim file selector.

vim-neosnippet-snippets 0.0.0-1.8e2b1c0
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/Shougo/neosnippet-snippets
Licenses: Expat
Build system: vim
Synopsis: Snippets for neosnippet
Description:

neosnippet-snippets provides standard snippets for the Vim plugin neosnippet. Snippets are small templates for commonly used code that you can fill in on the fly.

vim-ctrlp 1.81
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://ctrlpvim.github.io/ctrlp.vim/
Licenses: Vim
Build system: vim
Synopsis: Fuzzy file, buffer, mru, tag, etc. finder for Vim
Description:

CtrlP features:

  • Written in pure Vimscript for MacVim, gVim and Vim 7.0+.

  • Full support for Vim's regexp as search patterns.

  • Built-in Most Recently Used files monitoring and search.

  • Built-in project's root finder.

  • Open multiple files at once.

  • Create new files and directories.

  • Execute Ex commands on an opening file (jump to a line, to a string or do anything).

  • Optional cross-session caching and history allow for fast initialization.

  • Mappings and usage conform to Vim's conventions.

vim-rainbow 5c8094b56568aeaeda9cc09b3ebc6d2ed95e1ad8
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/mason1920/rainbow
Licenses: ASL 2.0
Build system: vim
Synopsis: Rainbow Parentheses Improved
Description:

As everyone knows, the most complex codes were composed of a mass of different kinds of parentheses (typically: lisp). This plugin will help you read these codes by showing different levels of parentheses in different colors.

vim-jedi-vim 0.11.2
Propagated dependencies: python-jedi@0.19.2
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/davidhalter/jedi-vim
Licenses: Expat
Build system: vim
Synopsis: Jedi autocompletion library for Vim
Description:

jedi-vim is a VIM binding to the autocompletion library Jedi.

editorconfig-vim 1.1.1
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://editorconfig.org/
Licenses: FreeBSD
Build system: vim
Synopsis: EditorConfig plugin for Vim
Description:

EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors.

vim-context-filetype 0.0.0-1.5e85f8c
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/Shougo/context_filetype.vim
Licenses: Expat
Build system: vim
Synopsis: Context filetype library for Vim
Description:

vim-context-filetype is context filetype library for Vim script.

vim-neocomplete 2.1
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/Shougo/neocomplete.vim/
Licenses: Expat
Build system: vim
Synopsis: Next generation completion framework for Vim
Description:

neocomplete, an abbreviation of 'neo-completion with cache', is a plugin for Vim. It provides keyword completion system by maintaining a cache of keywords in the current buffer. Neocomplete can be customized easily and has many more features than Vim's built-in completion.

vim-gnupg 2.7.1
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://www.vim.org/scripts/script.php?script_id=3645
Licenses: GPL 2+
Build system: vim
Synopsis: Vim plugin for transparent editing of gpg encrypted files
Description:

This script implements transparent editing of gpg encrypted files. The filename must have a .gpg, .pgp or .asc suffix. When opening such a file the content is decrypted, and the content will be encrypted to all recipients before it is written. This script turns off viminfo, swapfile, and undofile when editing encrypted files to increase security.

vim-asyncrun 2.12.4
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/skywind3000/asyncrun.vim
Licenses: Expat
Build system: vim
Synopsis: Run Async Shell Commands in Vim
Description:

This plugin takes the advantage of new APIs in Vim 8 (and NeoVim) to enable you to run shell commands in background and read output in the quickfix window in realtime.

vim-tagbar 3.0.0
Dependencies: universal-ctags@6.2.1
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/preservim/tagbar
Licenses: Vim
Build system: vim
Synopsis: Vim plugin that displays tags in a window, ordered by scope
Description:

Tagbar is a Vim plugin that provides an easy way to browse the tags of the current file and get an overview of its structure. It does this by creating a sidebar that displays the ctags-generated tags of the current file, ordered by their scope. This means that for example methods in C++ are displayed under the class they are defined in.

vim-mucomplete 1.5.0
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/lifepillar/vim-mucomplete
Licenses: Expat
Build system: vim
Synopsis: MUcomplete is a minimalist autocompletion plugin for Vim
Description:

MUcomplete is an implementation of chained (fallback) completion, whereby several completion methods are attempted one after another until a result is returned.

vim-mundo 3.1.0-1.b53d35f
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://simnalamburt.github.io/vim-mundo/
Licenses: GPL 2
Build system: vim
Synopsis: Vim undo tree visualizer
Description:

A Vim plugin to visualize the Vim undo tree

vim-syntastic 3.10.0
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/vim-syntastic/syntastic
Licenses: WTFPL 2
Build system: vim
Synopsis: Syntax checking plugin for Vim
Description:

Vim-syntastic is a syntax checking plugin for Vim. It runs files through external syntax checkers and displays any resulting errors to the user. This can be done on demand, or automatically as files are saved. If syntax errors are detected, the user is notified.

vim-nerdtree 6.10.16
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/preservim/nerdtree
Licenses: WTFPL 2
Build system: vim
Synopsis: Tree explorer plugin for Vim
Description:

The NERDTree is a file system explorer for the Vim editor. Using this plugin, users can visually browse complex directory hierarchies, quickly open files for reading or editing, and perform basic file system operations.

vagrant-cachier 1.2.1
Dependencies: ruby@3.3.9 vagrant@2.3.7
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://github.com/fgrehm/vagrant-cachier
Licenses: Expat
Build system: ruby
Synopsis: Share a common package cache among similar VM instances
Description:

This package provides a Vagrant plugin that helps you reduce the amount of coffee you drink while waiting for boxes to be provisioned by sharing a common package cache among similar VM instances. Kinda like vagrant-apt_cache or this magical snippet but targeting multiple package managers and Linux distros.

python-libvirt 11.5.0
Dependencies: libvirt@11.5.0
Propagated dependencies: python-lxml@6.0.1
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://libvirt.org
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Python bindings to libvirt
Description:

This package provides Python bindings to the libvirt virtualization library.

xen-guest-agent 0.4.0
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://gitlab.com/xen-project/xen-guest-agent
Licenses: AGPL 3
Build system: cargo
Synopsis: Provides guest VM information to hosting Xen hypervisor
Description:

The agent gathers some guest information, and writes them to xenstore so tooling in dom0 can read it. The default behavior is to be compatible with the XAPI toolstack as currently used in XCP-ng and Citrix Hypervisor/Xenserver, and thus roughly follow what xe-guest-utilities is doing.

ganeti 3.0.2
Dependencies: bash-minimal@5.2.37 iputils@20250605 curl@8.6.0 fping@5.3 iproute2@6.4.0 ndisc6@1.0.8 socat@1.7.4.4 qemu-minimal@10.1.0 ghc-attoparsec@0.14.4 ghc-base64-bytestring@1.2.1.0 ghc-cryptonite@0.30 ghc-curl@1.3.8 ghc-hinotify@0.4.1 ghc-hslogger@1.3.1.0 ghc-json@0.10 ghc-lens@5.1.1 ghc-lifted-base@0.2.3.12 ghc-network@3.1.4.0 ghc-old-time@1.1.0.3 ghc-psqueue@1.1.1 ghc-regex-pcre@0.95.0.0 ghc-utf8-string@1.0.2 ghc-zlib@0.6.3.0 ghc-snap-core@1.0.5.0 ghc-snap-server@1.1.2.0 python@3.11.14 python-pyopenssl@24.3.0 python-simplejson@3.20.1 python-pyparsing@3.2.3 python-pyinotify@0.9.6 python-pycurl@7.45.4 python-bitarray@2.8.1 python-paramiko@4.0.0 python-psutil@7.0.0
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://www.ganeti.org/
Licenses: FreeBSD
Build system: gnu
Synopsis: Cluster-based virtual machine management system
Description:

Ganeti is a virtual machine management tool built on top of existing virtualization technologies such as Xen or KVM. Ganeti controls:

  • Disk creation management;

  • Operating system installation for instances (in co-operation with OS-specific install scripts); and

  • Startup, shutdown, and failover between physical systems.

Ganeti is designed to facilitate cluster management of virtual servers and to provide fast and simple recovery after physical failures, using commodity hardware.

spike 1.1.0
Dependencies: bash-minimal@5.2.37 dtc@1.7.2
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://github.com/riscv-software-src/riscv-isa-sim
Licenses: Modified BSD
Build system: gnu
Synopsis: RISC-V ISA Simulator
Description:

Spike, the RISC-V ISA Simulator, implements a functional model of one or more RISC-V harts.

osinfo-db-tools 1.12.0
Dependencies: libsoup-minimal@2.74.3 libxml2@2.14.6 libxslt@1.1.43 json-glib@1.10.0 libarchive@3.7.7
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://gitlab.com/libosinfo/osinfo-db-tools
Licenses: LGPL 2.0+
Build system: meson
Synopsis: Tools for managing the osinfo database
Description:

This package contains a set of tools to assist administrators and developers in managing the database.

virt-manager 5.0.0
Dependencies: bash-minimal@5.2.37 dconf@0.40.0 gtk+@3.24.51 gtk-vnc@1.3.1 gtksourceview@4.8.4 libosinfo@1.12.0 libvirt@11.5.0 libvirt-glib@5.0.0 libxml2@2.14.6 python-minimal@3.11.14 python-libvirt@11.5.0 python-pycairo@1.28.0 python-pygobject@3.50.0 python-requests@2.32.5 qemu@10.1.0 spice-gtk@0.42 vte-with-gtk+3@0.78.2
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://virt-manager.org/
Licenses: GPL 2+
Build system: meson
Synopsis: Manage virtual machines
Description:

The virt-manager application is a desktop user interface for managing virtual machines through libvirt. It primarily targets KVM VMs, but also manages Xen and LXC (Linux containers). It presents a summary view of running domains, their live performance and resource utilization statistics.

Total packages: 69240