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

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-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-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-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-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-jpillora-sizestr 20160129-1.e2ea2fa
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: github.com/jpillora/sizestr
Licenses: Expat
Build system: go
Synopsis: Pretty print byte counts in Go
Description:

go-github-com-jpillora-sizestr provides a library to pretty print byte counts 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-nu7hatch-gouuid 0.0.0-20131221200532-179d4d0c4d8d
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/nu7hatch/gouuid
Licenses: Expat
Build system: go
Synopsis: Pure Go UUID implementation
Description:

go-github-com-nu7hatch-gouuid provides immutable UUID structs and the functions NewV3, NewV4, NewV5 and Parse() for generating versions 3, 4 and 5 UUIDs as specified in RFC 4122.

go-github-com-tomasen-realip 0.0.0-20180522021738-f0c99a92ddce
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tomasen/realip
Licenses: Expat
Build system: go
Synopsis: Go library to get a client's public IP
Description:

go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.

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-pborman-ansi 86f499584b0aace4fc5f2c82c4b47bd9d73bca80
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/pborman/ansi
Licenses: Modified BSD
Build system: go
Synopsis: ANSI escape sequences
Description:

Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".

go-github-com-emersion-go-textwrapper 0.0.0-20200911093747-65d896831594
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/emersion/go-textwrapper
Licenses: Expat
Build system: go
Synopsis: Text-wrapping writer for Go
Description:

The textwrapper package provides a writer that wraps long text lines to a specified length.

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-gliderlabs-ssh 0.2.2
Dependencies: go-golang-org-x-crypto@0.43.0 go-golang-org-x-sys@0.37.0 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/gliderlabs/ssh
Licenses: Modified BSD
Build system: go
Synopsis: Easy SSH servers in Golang
Description:

go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.

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-tscholl2-siec 0.0.0-20210707234609-9bdfc483d499
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tscholl2/siec
Licenses: Expat
Build system: go
Synopsis: siec
Description:

Super-Isolated Elliptic Curve Implementation in Go

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-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-dsnet-compress 0.0.1
Propagated dependencies: go-github-com-ulikunitz-xz@0.5.12 go-github-com-klauspost-cpuid@1.2.3 go-github-com-klauspost-compress@1.18.0 go-github-com-dsnet-golib@0.0.0-20171103203638-1ea166775780
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/dsnet/compress
Licenses: Modified BSD
Build system: go
Synopsis: Collection of compression libraries for Go
Description:

Collection of compression libraries for Go

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-gosuri-uilive 0.0.4
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 for updating terminal output in realtime
Description:

go-github-com-gosuri-uilive go library for updating terminal output in realtime. It provides a buffered io.Writer that is flushed at a timed interval. go-github-com-gosuri-uilive powers go-github-com-gosuri-uiprogress.

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-buger-goterm 0.0.0-20200322175922-2f3e71b85129
Propagated 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/buger/goterm
Licenses: Expat
Build system: go
Synopsis: Building blocks for advanced console UIs
Description:

go-github-com-buger-goterm provides basic building blocks for advanced console UI

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

Page: 123419
Total packages: 436