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

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.


go-honnef-co-go-tools 0.2.2
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://honnef.co/go/tools
Licenses: Expat
Build system: go
Synopsis: Documentation
Description:

Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.

go-github-com-modern-go-concurrent 0.0.0-20180306012644-bacd9c7ef1dd
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/modern-go/concurrent
Licenses: ASL 2.0
Build system: go
Synopsis: Concurrency utilities
Description:

because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable

go-github-com-cespare-xxhash-v2 2.1.2
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/cespare/xxhash
Licenses: Expat
Build system: go
Synopsis: xxhash
Description:

Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.

go-golang-org-x-text 0.3.7
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://golang.org/x/text
Licenses: Modified BSD
Build system: go
Synopsis: Supplemental Go text processing libraries
Description:

This package provides supplemental Go libraries for text processing.

go-mvdan-cc-unparam 0.0.0-20211214103731-d0ef000c54e5
Propagated dependencies: go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c go-golang-org-x-tools@0.1.10 go-golang-org-x-sys@0.0.0-20220315194320-039c03cc5b86 go-github-com-rogpeppe-go-internal@1.12.0
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://mvdan.cc/unparam
Licenses: Modified BSD
Build system: go
Synopsis: Find unused parameters in Go
Description:

Reports unused function parameters and results in your code.

go-mvdan-cc-gofumpt 0.3.0
Propagated dependencies: go-golang-org-x-tools@0.1.10 go-golang-org-x-sys@0.0.0-20220315194320-039c03cc5b86 go-golang-org-x-sync@0.20.0 go-golang-org-x-mod@0.5.1 go-github-com-rogpeppe-go-internal@1.12.0 go-github-com-google-go-cmp@0.5.7 go-github-com-frankban-quicktest@1.14.6
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://mvdan.cc/gofumpt
Licenses: Modified BSD
Build system: go
Synopsis: Stricter gofmt
Description:

Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with.

go-github-com-google-go-cmp 0.5.7
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/google/go-cmp
Licenses: Modified BSD
Build system: go
Synopsis: Package for equality of Go values
Description:

This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal.

go-github-com-modern-go-reflect2 1.0.2
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/modern-go/reflect2
Licenses: ASL 2.0
Build system: go
Synopsis: reflect2
Description:

reflect api that avoids runtime reflect.Value cost

go-golang-org-x-sys 0.0.0-20220315194320-039c03cc5b86
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://golang.org/x/sys
Licenses: Modified BSD
Build system: go
Synopsis: sys
Description:

This repository holds supplemental Go packages for low-level interactions with the operating system.

go-golang-org-x-mod 0.5.1
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://golang.org/x/mod
Licenses: Modified BSD
Build system: go
Synopsis: Tools to work directly with Go module mechanics
Description:

This repository holds packages for writing tools that work directly with Go module mechanics. That is, it is for direct manipulation of Go modules themselves.

The specific case of loading packages should still be done by invoking the go command, which remains the single point of truth for package loading algorithms.

go-mvdan-cc-interfacer 0.0.0-20180901003855-c20040233aed
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://mvdan.cc/interfacer
Licenses: Modified BSD
Build system: go
Synopsis: Linter that suggests interface types
Description:

Deprecated: A tool that suggests interfaces is prone to bad suggestions, so its usefulness in real code is limited. This tool will remain available as a proof of concept, and for others to examine and learn from.

go-golang-org-x-xerrors 0.0.0-20200804184101-5ec99f83aff1
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://golang.org/x/xerrors
Licenses: Modified BSD
Build system: go
Synopsis: Go 1.13 error values
Description:

This package holds the transition packages for the new Go 1.13 error values.

go-mvdan-cc-lint 0.0.0-20170908181259-adc824a0674b
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://mvdan.cc/lint
Licenses: Modified BSD
Build system: go
Synopsis: lint
Description:

Package lint defines common interfaces for Go code checkers.

go-github-com-json-iterator-go 1.1.12
Propagated dependencies: go-github-com-stretchr-testify@1.11.1 go-github-com-modern-go-reflect2@1.0.2 go-github-com-modern-go-concurrent@0.0.0-20180306012644-bacd9c7ef1dd go-github-com-google-gofuzz@1.2.0 go-github-com-davecgh-go-spew@1.1.1
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/json-iterator/go
Licenses: Expat
Build system: go
Synopsis: Benchmark
Description:

Package jsoniter implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json. Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter and variable type declarations (if any). jsoniter interfaces gives 100% compatibility with code using standard lib.

emacs-pulsar 0.2.3
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://gitlab.com/protesilaos/pulsar/
Licenses: GPL 3+
Build system: emacs
Synopsis: Pulse highlight line on demand or after running select functions
Description:

This is a small package that temporarily highlights the current line after a given function is invoked. The affected functions are defined in the user option pulsar-pulse-functions and the effect takes place when either pulsar-mode (buffer-local) or pulsar-global-mode is enabled.

emacs-multitran 0.5.1-1.bebab5d
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/zevlg/multitran.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface to the multitran.com online dictionary
Description:

emacs-multitran is a zero-dependency Emacs interface to the https://multitran.com online dictionary.

emacs-pueue 2.1.0-0.57d231a
Propagated dependencies: emacs-with-editor@3.5.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/xFA25E/pueue
Licenses: GPL 3+
Build system: emacs
Synopsis: Interface for pueue
Description:

This package provides an intuitive GUI for pueue task manager.

emacs-guix 0.5.2-6.a85f070
Dependencies: guile@3.0.11 guix@1.5.0-4.2ef8ed9
Propagated dependencies: emacs-bui@1.2.1 emacs-dash@2.20.0 emacs-edit-indirect@0.1.13 emacs-geiser@0.33.1 emacs-geiser-guile@0.28.5 emacs-magit-popup@2.13.3 guile-gcrypt@0.5.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://guix.gnu.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Emacs interface for GNU Guix
Description:

Emacs-Guix provides a visual interface, tools and features for the GNU Guix package manager. Particularly, it allows you to do various package management tasks from Emacs. To begin with, run M-x guix-about or M-x guix-help command.

emacs-eiwc 0.1-0.233978c
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/eiwc
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs iNet Wireless Client
#<unspecified>
emacs-doom-snippets 0-0.afe549b
Propagated dependencies: emacs-yasnippet@0.14.3
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/hlissner/doom-snippets
Licenses: Expat
Build system: emacs
Synopsis: Doom Emacs' Snippet Library
Description:

This repository contains the yasnippet snippets library for Doom Emacs.

emacs-compat 31.0.0.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/compat.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs Lisp compatibility library
Description:

To allow for the usage of Emacs functions and macros that are defined in newer versions of Emacs, compat.el provides definitions that are installed ONLY if necessary. These reimplementations of functions and macros are at least subsets of the actual implementations. Be sure to read the documentation string to make sure.

Not every function provided in newer versions of Emacs is provided here. Some depend on new features from the core, others cannot be implemented to a meaningful degree. The main audience for this library are not regular users, but package maintainers. Therefore commands and user options are usually not implemented here.

emacs-vc-pijul 0.3-3.3620c44
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/vc-pijul
Licenses: GPL 3+
Build system: emacs
Synopsis: VC backend for Pijul
#<unspecified>
emacs-inf-elixir 2.1.2-0.6fbb086
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/J3RN/inf-elixir
Licenses: GPL 3+
Build system: emacs
Synopsis: An Emacs plugin for interacting with an Elixir REPL
Description:

This is a package to allow you to pop open and interact with Elixir REPL (IEx, presently).

emacs-package-lint 0.16-1.4ea8318
Propagated dependencies: emacs-compat@31.0.0.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/purcell/package-lint
Licenses: GPL 3+
Build system: emacs
Synopsis: Linting library for Elisp package authors
Description:

This provides a list of issues with the Emacs package metadata of a file, e.g., the package dependencies it requires. Checks will currently be enabled only if a Package-Requires: or Package-Version: header is present in the file.

Total packages: 73955