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

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.


tree-sitter-ini 1.3.0-0.32b3186
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/justinmk/tree-sitter-ini
Licenses: ASL 2.0
Build system: tree-sitter
Synopsis: Tree-sitter INI grammar
Description:

This package provides an INI grammar for the Tree-sitter library.

tree-sitter-kdl 1.1.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-kdl
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter KDL grammar
Description:

This package provides a KDL grammar for the Tree-sitter library.

tree-sitter-astro 0.0.1-0.213f6e6
Dependencies: tree-sitter-html@0.23.2
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/virchau13/tree-sitter-astro
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Astro grammar
Description:

This package provides a Astro grammar for the Tree-sitter library.

tree-sitter-odin 1.3.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-odin
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Odin grammar
Description:

This package provides an Odin grammar for the Tree-sitter library.

tree-sitter-gdscript 6.0.0-0.839cd92
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/PrestonKnopp/tree-sitter-gdscript
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter GDScript grammar
Description:

This package provides a GDScript grammar for the Tree-sitter library.

tree-sitter-vim 0.8.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-vim
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Vimscript grammar
Description:

This package provides a Vimscript grammar for the Tree-sitter library.

tree-sitter-chatito 0.5.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-chatito
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Chatito grammar
Description:

This package provides a Chatito grammar for the Tree-sitter library.

tree-sitter-nqc 1.0.0-0.14e6da1
Dependencies: tree-sitter-c@0.24.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-nqc
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter NQC grammar
Description:

This package provides a NQC grammar for the Tree-sitter library.

tree-sitter-pgn 1.2.12
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/rolandwalker/tree-sitter-pgn
Licenses: FreeBSD
Build system: tree-sitter
Synopsis: Tree-sitter Chess Portable Game Notation (PGN) grammar
Description:

This package provides a Chess Portable Game Notation (PGN) grammar for the Tree-sitter library.

tree-sitter-prisma 1.5.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/victorhqc/tree-sitter-prisma
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Prisma grammar
Description:

This package provides a Prisma grammar for the Tree-sitter library.

tree-sitter-scheme 0.23.0-1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/6cdh/tree-sitter-scheme
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Scheme (R5RS, R6RS, R7RS) grammar
Description:

This package provides a Scheme (R5RS, R6RS, R7RS) grammar for the Tree-sitter library.

tree-sitter-cli 0.25.3
Dependencies: tree-sitter@0.25.3 graphviz@7.0.1 node@22.14.0 rust-ring@0.17.14
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://tree-sitter.github.io/tree-sitter/
Licenses: Expat
Build system: cargo
Synopsis: Incremental parsing system for programming tools
Description:

Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.

Tree-sitter aims to be:

  1. General enough to parse any programming language.

  2. Fast enough to parse on every keystroke in a text editor.

  3. Robust enough to provide useful results even in the presence of syntax errors.

  4. Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application.

This package includes the tree-sitter command-line tool.

tree-sitter-c 0.24.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-c
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter C grammar
Description:

This package provides a C grammar for the Tree-sitter library.

tree-sitter-udev 0.2.1-0.2fcb563
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-udev
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter udev rules grammar
Description:

This package provides a udev rules grammar for the Tree-sitter library.

tree-sitter-sparql 0.1.0-0.1ef52d3
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/GordianDziwis/tree-sitter-sparql
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter SPARQL grammar
Description:

This package provides a SPARQL grammar for the Tree-sitter library.

tree-sitter-smithy 0.2.0-0.ec4fe14
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/indoorvivants/tree-sitter-smithy
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Smithy grammar
Description:

This package provides a Smithy grammar for the Tree-sitter library.

tree-sitter-twig 0.7.0-0.40d17f0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/kaermorchen/tree-sitter-twig
Licenses: MPL 2.0
Build system: tree-sitter
Synopsis: Tree-sitter Twig grammar
Description:

This package provides a Twig grammar for the Tree-sitter library.

tree-sitter-cpon 1.0.0-0.594289e
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-cpon
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter ChainPack Object Notation (CPON) grammar
Description:

This package provides a ChainPack Object Notation (CPON) grammar for the Tree-sitter library.

tree-sitter-arduino 0.24.0
Dependencies: tree-sitter-c@0.24.1 tree-sitter-cpp@0.23.4
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-arduino
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Arduino grammar
Description:

This package provides an Arduino grammar for the Tree-sitter library.

tree-sitter-elisp 1.5.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/Wilfred/tree-sitter-elisp
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Emacs Lisp grammar
Description:

This package provides a Emacs Lisp grammar for the Tree-sitter library.

tree-sitter-graphql 0.0.1-0.5e66e96
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/bkegley/tree-sitter-graphql
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter GraphQL grammar
Description:

This package provides a GraphQL grammar for the Tree-sitter library.

tree-sitter-devicetree 0.11.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/joelspadin/tree-sitter-devicetree
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Devicetree grammar
Description:

This package provides a Devicetree grammar for the Tree-sitter library.

tree-sitter-netlinx 1.0.4
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/Norgate-AV/tree-sitter-netlinx
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter NetLinx grammar
Description:

This package provides a NetLinx grammar for the Tree-sitter library.

tree-sitter-ungrammar 0.0.2-0.debd26f
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-ungrammar
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Ungrammar grammar
Description:

This package provides an Ungrammar grammar for the Tree-sitter library.

Total packages: 32521