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

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-konsorten-go-windows-terminal-sequences 1.0.2
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: github.com/konsorten/go-windows-terminal-sequences/
Licenses: Expat
Build system: go
Synopsis: Enable support for Windows Terminal Colors
Description:

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

go-github-com-lithammer-fuzzysearch 1.1.5
Propagated dependencies: go-golang-org-x-text@0.34.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-oklog-run 1.1.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/oklog/run
Licenses: ASL 2.0
Build system: go
Synopsis: Universal mechanism to manage goroutine lifecycles
Description:

go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.

go-github-com-kalafut-imohash 1.0.2
Propagated dependencies: go-gopkg-in-tylerb-is-v1@1.1.2 go-github-com-twmb-murmur3@1.1.8
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/kalafut/imohash
Licenses: Expat
Build system: go
Synopsis: imohash
Description:

Package imohash implements a fast, constant-time hash for files. It is based atop murmurhash3 and uses file size and sample data to construct the hash.

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-emersion-go-imap-sortthread 1.2.0
Propagated dependencies: go-golang-org-x-text@0.34.0 go-github-com-emersion-go-sasl@0.0.0-0.240c840 go-github-com-emersion-go-imap@1.2.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/emersion/go-imap-sortthread
Licenses: Expat
Build system: go
Synopsis: Sorting and threading of messages for the imap package
Description:

The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.

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-jpillora-ansi 1.0.2
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/jpillora/ansi
Licenses: Expat
Build system: go
Synopsis: Easy to use ANSI control codes for Go
Description:

go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.

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-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-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-schollz-cli-v2 2.2.1
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0 go-github-com-cpuguy83-go-md2man-v2@2.0.1 go-github-com-burntsushi-toml@1.5.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/schollz/cli
Licenses: Expat
Build system: go
Synopsis: Simple, fast, and fun package for building command line apps
Description:

Package cli provides a minimal framework for creating and organizing command line Go applications.

go-github-com-tidwall-sjson 1.2.4
Dependencies: go-github-com-tidwall-gjson@1.13.0 go-github-com-tidwall-match@1.1.1 go-github-com-tidwall-pretty@1.2.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tidwall/sjson
Licenses: Expat
Build system: go
Synopsis: Set a json value quickly
Description:

SJSON is a Go package that provides a very fast and simple way to set a value in a json document.

go-git-sr-ht--sircmpwn-getopt 1.0.0
Propagated dependencies: go-github-com-stretchr-testify@1.11.1
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-rivo-uniseg 0.2.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/rivo/uniseg
Licenses: Expat
Build system: go
Synopsis: Unicode text segmentation for Go
Description:

The uniseg package provides a tool to iterate over grapheme clusters. This may be used to determine the number of user-perceived characters, to split strings in their intended places, or to extract individual characters which form a unit.

go-github-com-schollz-pake-v3 3.0.2
Propagated dependencies: go-github-com-tscholl2-siec@0.0.0-20210707234609-9bdfc483d499 go-github-com-stretchr-testify@1.11.1 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/pake
Licenses: Expat
Build system: go
Synopsis: pake
Description:

This library will help you allow two parties to generate a mutual secret key by using a weak key that is known to both beforehand (e.g. via some other channel of communication). This is a simple API for an implementation of password-authenticated key exchange (PAKE). This protocol is derived from Dan Boneh and Victor Shoup's cryptography book (pg 789, "PAKE2 protocol). I decided to create this library so I could use PAKE in my file-transfer utility, croc.

go-github-com-kr-logfmt 20210122-0.19f9bcb
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://pkg.go.dev/github.com/kr/logfmt?utm_source=godoc
Licenses: Expat
Build system: go
Synopsis: Parse logfmt messages
Description:

Go package for parsing log lines in the logfmt style.

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-bradfitz-iter 0.0.0-20191230175014-e8f45d346db8
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/bradfitz/iter
Licenses: Modified BSD
Build system: go
Synopsis: Syntactically different way to iterate over integers
Description:

go-github-com-bradfitz-iter provides a syntactically different way to iterate over integers. That's it.

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-gopkg-in-vansante-go-ffprobe 2.0.2
Dependencies: ffmpeg@8.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://pkg.go.dev/gopkg.in/vansante/go-ffprobe.v2
Licenses: Expat
Build system: go
Synopsis: Golang library for ffprobe
Description:

Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.

go-github-com-schollz-logger 1.2.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/schollz/logger
Licenses: Expat
Build system: go
Synopsis: Simplistic, opinionated logging for Golang
Description:

Simplistic, opinionated logging for Golang.

go-maunium-net-go-maulogger-v2 2.3.2
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://maunium.net/go/maulogger/v2
Licenses: MPL 2.0
Build system: go
Synopsis: maulogger
Description:

This package provides a logger in Go.

Page: 123419
Total packages: 435