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

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-github-com-aead-siphash 1.0.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/aead/siphash
Licenses: Expat
Build system: go
Synopsis: Go implementation of SipHash-64/128
Description:

SipHash is a family of pseudo-random functions optimized for speed on short messages. It computes a 64-bit or 128 bit message authentication code from a variable-length message and 128-bit secret key. This implementation uses the recommended parameters c=2 and d=4.

go-github-com-emersion-go-sasl 0.0.0-0.240c840
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/emersion/go-sasl
Licenses: Expat
Build system: go
Synopsis: SASL library written in Go
Description:

This package provides a SASL library written in Go.

go-github-com-gabriel-vasile-mimetype 1.2.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/gabriel-vasile/mimetype
Licenses: Expat
Build system: go
Synopsis: Golang library for media type and file extension
Description:

Golang library for media type and file extension detection, based on magic numbers.

go-github-com-schollz-progressbar-v3 3.8.5
Propagated dependencies: go-golang-org-x-term@0.36.0 go-golang-org-x-sys@0.37.0 go-golang-org-x-crypto@0.43.0 go-github-com-stretchr-testify@1.10.0 go-github-com-mitchellh-colorstring@0.0.0-20190213212951-d06e56a500db go-github-com-mattn-go-runewidth@0.0.16 go-github-com-mattn-go-isatty@0.0.20 go-github-com-k0kubun-go-ansi@0.0.0-20180517002512-3bf9e2903213 go-github-com-davecgh-go-spew@1.1.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/schollz/progressbar
Licenses: Expat
Build system: go
Synopsis: progressbar
Description:

This package provides a very simple thread-safe progress bar which should work on every OS without problems. I needed a progressbar for croc and everything I tried had problems, so I made another one. In order to be OS agnostic I do not plan to support multi-line outputs.

go-golang-org-x-image-for-gomuks 0.0.0-1.ac19c3e
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://go.googlesource.com/image
Licenses: Modified BSD
Build system: go
Synopsis: Supplemental Go image libraries
Description:

This package provides supplemental Go libraries for image processing.

go-github-com-mattn-go-sqlite3-for-gomuks 1.14.9
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/mattn/go-sqlite3
Licenses: Expat
Build system: go
Synopsis: Sqlite3 driver for Go
Description:

This package provides a Sqlite3 driver for Go using database/sql.

go-git-sr-ht--sircmpwn-getopt 1.0.0
Propagated dependencies: go-github-com-stretchr-testify@1.10.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://git.sr.ht/~sircmpwn/getopt
Licenses: Modified BSD
Build system: go
Synopsis: POSIX getopt for Go
Description:

The getopt package is a POSIX-compatible implementation of getopt(3) for Go.

go-github-com-cpuguy83-go-md2man-v2 2.0.1
Propagated dependencies: go-github-com-russross-blackfriday-v2@2.1.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/cpuguy83/go-md2man
Licenses: Expat
Build system: go
Synopsis: go-md2man
Description:

Converts markdown into roff (man pages).

go-github-com-mitchellh-colorstring 0.0.0-20190213212951-d06e56a500db
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/mitchellh/colorstring
Licenses: Expat
Build system: go
Synopsis: colorstring
Description:

Package colorstring provides functions for colorizing strings for terminal output.

go-github-com-zyedidia-poller 1.0.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/zyedidia/poller
Licenses: FreeBSD
Build system: go
Synopsis: poller
Description:

Package poller is a file-descriptor multiplexer. It allows concurent Read and Write operations from and to multiple file-descriptors without allocating one OS thread for every blocked operation. It operates similarly to Go's netpoller (which multiplexes network connections) without requiring special support from the Go runtime. It can be used with tty devices, character devices, pipes, FIFOs, and any file-descriptor that is poll-able (can be used with select(2), epoll(7), etc.) In addition, package poller allows the user to set timeouts (deadlines) for read and write operations, and also allows for safe cancelation of blocked read and write operations; a Close from another go-routine safely cancels ongoing (blocked) read and write operations.

go-github-com-anmitsu-go-shlex 0.0.0-20200514113438-38f4b401e2be
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/anmitsu/go-shlex
Licenses: Expat
Build system: go
Synopsis: Lexical analyzer like Unix shell for golang
Description:

go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.

go-github-com-olebedev-emitter e8d1457e6aee6368f6abda5ad334fde63e9cc3fa
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/olebedev/emitter
Licenses: Expat
Build system: go
Synopsis: Emits events in Go way
Description:

go-github-com-olebedev-emitter implements a channel-based pubsub pattern. The design goals are to use Golang concurrency model instead of flat callbacks and to design a very simple API that is easy to consume.

go-gopkg-in-tylerb-is-v1 1.1.2
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://gopkg.in/tylerb/is.v1
Licenses: Expat
Build system: go
Synopsis: is
Description:

Is provides a quick, clean and simple framework for writing Go tests.

go-github-com-eiannone-keyboard 0.0.0-20190314115158-7169d0afeb4f
Dependencies: go-golang-org-x-sys@0.37.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/eiannone/keyboard
Licenses: Expat
Build system: go
Synopsis: Library to listen for keystrokes from the keyboard
Description:

Library to listen for keystrokes from the keyboard

go-github-com-schollz-mnemonicode 1.0.1
Propagated dependencies: go-golang-org-x-text@0.30.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/schollz/mnemonicode
Licenses: Expat
Build system: go
Synopsis: Mnemonicode
Description:

Package mnemonicode.

go-github-com-dchest-uniuri 0.0.0-20200228104902-7aecb25e1fe5
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/dchest/uniuri
Licenses: CC0
Build system: go
Synopsis: Generates random strings to identity unique objects
Description:

go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.

go-github-com-gosuri-uiprogress 0.0.1
Dependencies: go-github-com-gosuri-uilive@0.0.4 go-github-com-mattn-go-isatty@0.0.20
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/gosuri/uilive/
Licenses: Expat
Build system: go
Synopsis: Go library to render progress bars in terminal applications
Description:

go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.

go-github-com-lithammer-fuzzysearch 1.1.5
Propagated dependencies: go-golang-org-x-text@0.30.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/lithammer/fuzzysearch
Licenses: Expat
Build system: go
Synopsis: Tiny and fast fuzzy search in Go
Description:

A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.

go-github-com-rs-xid 1.2.1
Dependencies: go-golang-org-x-image@0.32.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/rs/xid
Licenses: Expat
Build system: go
Synopsis: Globally unique id generator thought for the web
Description:

go-github-com-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.

go-github-com-k0kubun-go-ansi 0.0.0-20180517002512-3bf9e2903213
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/k0kubun/go-ansi
Licenses: Expat
Build system: go
Synopsis: go-ansi
Description:

Windows-portable ANSI escape sequence utility for Go language

go-github-com-tidwall-match 1.1.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tidwall/match
Licenses: Expat
Build system: go
Synopsis: Simple string pattern matcher for Go
Description:

go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.

go-github-com-russross-blackfriday-for-gomuks 2.1.0
Propagated dependencies: go-github-com-shurcool-sanitized-anchor-name@1.0.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/russross/blackfriday
Licenses: FreeBSD
Build system: go
Synopsis: Markdown processor in Go
Description:

Blackfriday is a Markdown processor in Go.

go-github-com-go-logfmt-logfmt 0.4.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/go-logfmt/logfmt
Licenses: Expat
Build system: go
Synopsis: Marshals and unmarshals logfmt messages
Description:

go-github-com-go-logfmt-logfmt implements utilities to mars and unmarshal data in the logfmt format. It provides an API similar encoding/json and encoding/xml.

go-github-com-kyokomi-emoji 2.2.8
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/kyokomi/emoji
Licenses: Expat
Build system: go
Synopsis: Emoji terminal output for golang
Description:

go-github-com-kyokomi-emoji is a library for displaying emojis to the terminal.

Page: 123419
Total packages: 436