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

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.


libuecc 7
Channel: rrr
Location: rrr/packages/crypto.scm (rrr packages crypto)
Home page: https://git.universe-factory.net/libuecc/
Licenses: FreeBSD
Build system: cmake
Synopsis: Very small Elliptic Curve Cryptography library
Description:

libuecc is a very small generic-purpose Elliptic Curve Cryptography library compatible with Ed25519.

udevil-rrr 0.4.4
Dependencies: cifs-utils@7.1 curlftpfs@0.9.2 eudev@3.2.14 fakeroot@1.38 glib@2.86.0 sshfs@3.7.5
Channel: rrr
Location: rrr/packages/disk.scm (rrr packages disk)
Home page: https://ignorantguru.github.io/udevil/
Licenses: GPL 3+
Build system: gnu
Synopsis: Device and file system manager
Description:

udevil is a command line program that mounts and unmounts removable devices without a password, shows device info, and monitors device changes. It can also mount ISO files, NFS, SMB, FTP, SSH and WebDAV URLs, and tmpfs/ramfs filesystems.

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-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-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-gopkg-in-alecthomas-kingpin-v2 2.2.6
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://gopkg.in/alecthomas/kingpin.v2
Licenses: Expat
Build system: go
Synopsis: Kingpin - A Go (golang) command line and flag parser
Description:

Kingpin is a fluent-style, type-safe command-line parser. It supports flags, nested commands, and positional arguments.

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-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.

dnscrypt-proxy 2.1.1
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/DNSCrypt/dnscrypt-proxy
Licenses: ISC
Build system: go
Synopsis:
Description:

This package provides a flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS, Anonymized DNSCrypt and ODoH (Oblivious DoH).

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-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-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.

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-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-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-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-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-golang-org-x-tools 0.1.10
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://golang.org/x/tools
Licenses: Modified BSD
Build system: go
Synopsis: Go Tools
Description:

This subrepository holds the source for various packages and tools that support the Go programming language.

emacs-almost-mono-white 1.0.0-4.afb8532
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/almost-mono-themes
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs almost-mono-themes
#<unspecified>
emacs-mood-line 1.2.5-5.5ebf90e
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://gitlab.com/jessieh/mood-line
Licenses: GPL 2+
Build system: emacs
Synopsis: Minimal mode-line for Emacs
Description:

Mood-line is a minimal Emacs mode-line configuration that aims to replicate some of the features of the Doom modeline package.

emacs-graphql-ts-mode 0.1.0-0.553fb3e
Propagated dependencies: tree-sitter-graphql@0-0.5e66e96
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~joram/graphql-ts-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: This is a major mode for editing GraphQL documents
Description:
emacs-ledger-mode 4.0.0-0.11e8503
Dependencies: ledger@3.4.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://ledger-cli.org/
Licenses: GPL 2+
Build system: emacs
Synopsis: Command-line double-entry accounting program
Description:

Ledger is a powerful, double-entry accounting system that is accessed from the UNIX command-line. This may put off some users, since there is no flashy UI, but for those who want unparalleled reporting access to their data there are few alternatives.

Ledger uses text files for input. It reads the files and generates reports; there is no other database or stored state. To use Ledger, you create a file of your account names and transactions, run from the command line with some options to specify input and requested reports, and get output. The output is generally plain text, though you could generate a graph or html instead. Ledger is simple in concept, surprisingly rich in ability, and easy to use.

This package provides the Emacs mode.

emacs-consult 0.34-6.576a54f
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/minad/consult
Licenses: GPL 3+
Build system: emacs
Synopsis: Consulting completing-read
Description:

This package provides various handy commands based on the Emacs completion function completing-read, which allows quickly selecting from a list of candidates.

Total packages: 72166