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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


go-github-com-tidwall-gjson 1.13.0
Dependencies: 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/gjson/
Licenses: Expat
Synopsis: JSON parser for Go
Description:

GJSON is a Go package that provides a fast and simple way to get values from a JSON document.

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
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-kkdai-bstream 1.0.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/kkdai/bstream
Licenses: Expat
Synopsis: Bit Stream helper in Golang
Description:

Bit Stream helper in Golang.

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
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-github-com-c4milo-unpackit 0.0.0-20170704181138-4ed373e9ef1c
Dependencies: go-github-com-ulikunitz-xz@0.5.12 go-github-com-pkg-errors@0.9.1 go-github-com-klauspost-pgzip@1.2.5 go-github-com-hooklift-assert@0.1.0 go-github-com-dsnet-compress@0.0.1 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/c4milo/unpackit
Licenses: MPL 2.0
Synopsis: Natively decompress and unarchive tar files in Go
Description:

go-github-com-c4milo-unpackit allows you to easily unpack *.tar.gz, *.tar.bzip2, *.tar.xz, *.zip and *.tar files. CGO is not involved nor hard dependencies of any type.

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
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-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
Synopsis: Markdown processor in Go
Description:

Blackfriday is a Markdown processor in Go.

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
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-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
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-schollz-pake-v3 3.0.2
Propagated dependencies: go-github-com-tscholl2-siec@0.0.0-20210707234609-9bdfc483d499 go-github-com-stretchr-testify@1.10.0 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
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-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
Synopsis: POSIX getopt for Go
Description:

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

go-github-com-andrew-d-go-termutil 0.0.0-20150726205930-009166a695a2
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/andrew-d/go-termutil
Licenses: Expat
Synopsis: Terminal utilities for golang
Description:

Terminal utilities for golang

go-github-com-schollz-peerdiscovery 1.6.10
Propagated dependencies: go-golang-org-x-sys@0.37.0 go-golang-org-x-net@0.46.0 go-github-com-stretchr-testify@1.10.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/schollz/peerdiscovery
Licenses: Expat
Synopsis: peerdiscovery
Description:

Pure-Go library for cross-platform local peer discovery using UDP multicast.

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
Synopsis: go-ansi
Description:

Windows-portable ANSI escape sequence utility for Go language

go-github-com-emersion-go-maildir 0.3.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/emersion/go-maildir
Licenses: Expat
Synopsis: Maildir interface for Go
Description:

The maildir package provides an interface to mailboxes in the Maildir format.

go-github-com-emersion-go-imap 1.2.1
Propagated dependencies: go-golang-org-x-text@0.30.0 go-github-com-emersion-go-sasl@0.0.0-0.240c840 go-github-com-emersion-go-message@0.16.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/emersion/go-imap
Licenses: Expat
Synopsis: IMAP4rev1 library written in Go
Description:

The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.

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
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-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
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-github-com-lucasb-eyer-go-colorful 1.2.0
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/lucasb-eyer/go-colorful
Licenses: Expat
Synopsis: Library for playing with colors in Go
Description:

The colorful package providos a library for using colors in Go. colorful stores colors in RGB and provides methods for converting these to various color spaces.

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
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-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
Synopsis: Supplemental Go image libraries
Description:

This package provides supplemental Go libraries for image processing.

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/russross/blackfriday
Licenses: FreeBSD
Synopsis: Blackfriday
Description:

Package blackfriday is a markdown processor.

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
Synopsis: is
Description:

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

go-gemini 0.2.2
Dependencies: go-golang-org-x-net@0.46.0 go-golang-org-x-text@0.30.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://git.sr.ht/~adnano/go-gemini
Licenses: GPL 3+
Synopsis: Go implementation of the Gemini protocol
Description:

go-gemini implements the Gemini protocol in Go. It provides an API similar to that of net/http to facilitate the development of Gemini clients and servers.

Total results: 436