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

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-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/golib
Licenses: Modified BSD
Synopsis: Collection of helper libraries for Go
Description:

go-github-com-dsnet-golib is a collection of mostly unrelated helper libraries.

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
Synopsis: Parse logfmt messages
Description:

Go package for parsing log lines in the logfmt style.

go-github-com-influxdata-influxdb1-client 0.0.0-20200827194710-b269163b24ab
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/influxdata/influxdb1-client
Licenses: Expat
Synopsis: Go client API for InfluxDB 1.x.
Description:

Go client API for InfluxDB 1.x.

go-github-com-hooklift-assert 0.1.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/hooklift/assert
Licenses: MPL 2.0
Synopsis: Minimalist assertion library
Description:

Minimalist assertion library

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
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-etcd-io-bbolt-for-gomuks 1.3.5
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://pkg.go.dev/go.etcd.io/bbolt/
Licenses: Expat
Synopsis: Low-level key/value store in Go
Description:

This package implements a low-level key/value store in Go.

go-github-com-tulir-maulogger 2.3.2
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://maunium.net/go/maulogger/
Licenses: MPL 2.0
Synopsis: Logger in Go
Description:

MauLogger is a logger for Go programs.

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

This package provides a logger in Go.

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
Synopsis: Library to listen for keystrokes from the keyboard
Description:

Library to listen for keystrokes from the keyboard

go-github-com-denisbrodbeck-machineid 1.0.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/denisbrodbeck/machineid
Licenses: Expat
Synopsis: machineid provides support for reading the unique machine ids
Description:

Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).

go-github-com-creack-pty 1.1.18
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/creack/pty
Licenses: Expat
Synopsis: Pseudoterminal handling in Go
Description:

The pty package provides functions for working with Unix pseudoterminals.

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
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-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
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-hashicorp-go-multierror 1.0.0
Dependencies: go-github-com-hashicorp-errwrap@1.0.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/hashicorp/go-multierror
Licenses: MPL 2.0
Synopsis: Go library providing a list of error values as a single error
Description:

go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.

go-golang-org-x-net-for-gomuks 0.0.0-4.d418f37
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://go.googlesource.com/net
Licenses: Modified BSD
Synopsis: Go supplemental networking libraries
Description:

This package provides supplemental Go networking libraries.

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

Converts markdown into roff (man pages).

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/pretty
Licenses: Expat
Synopsis: Efficient JSON beautifier and compactor for Go
Description:

Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.

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
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-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
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-aryann-difflib 0.0.0-0.ff5ff6d
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/aryann/difflib
Licenses: Expat
Synopsis: Go library for diffing two sequences of text
Description:

go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.

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

guile-threading-macros 0.0.0-0.a438588
Dependencies: guix@1.5.0rc1
Channel: guixrus
Location: guixrus/packages/common/guile.scm (guixrus packages common guile)
Home page: https://hg.sr.ht/~bjoli/guile-threading-macros
Licenses: Modified BSD
Synopsis: Threading macros for guile scheme
Description:

guile-threading-macros implements a version of the famous clojure threading macros. These are syntax-rules macros, and are as such portable across r(5 6 7)rs-conforming implementations.

guile-srfi-189 0-0.a0e3786
Propagated dependencies: guile-srfi-145@0.0.1
Channel: guixrus
Location: guixrus/packages/common/guile.scm (guixrus packages common guile)
Home page: https://srfi.schemers.org/srfi-189/
Licenses: Expat
Synopsis: Scheme SRFI implementation of Maybe and Either
Description:

This SRFI defines two disjoint immutable container types known as Maybe and Either, both of which can contain objects collectively known as their payload. A Maybe object is either a Just object or the unique object Nothing (which has no payload); an Either object is either a Right object or a Left object. Maybe represents the concept of optional values; Either represents the concept of values which are either correct (Right) or errors (Left).

Total results: 436