_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-kshedden-dstream 0.0.0-20190512025041-c4c410631beb
Propagated dependencies: go-github-com-golang-snappy@0.0.4 go-gonum-org-v1-gonum@0.16.0
Channel: guix
Location: gnu/packages/golang-maths.scm (gnu packages golang-maths)
Home page: https://github.com/kshedden/dstream
Licenses: Modified BSD
Build system: go
Synopsis: Process data streams in Golang
Description:

Dstream is a package for manipulating streams of typed, multivariate data in Go. A Dstream is a dataframe-like container that holds a rectangular array of data in which the columns are variables and the rows are cases or observations.

Dstream is designed to handle large datasets, where it is not possible to load all data for all variables into memory at once. To achieve this, Dstream utilizes a chunked, column-based storage format. A chunk contains the data for a contiguous block of rows. The data are stored by variable (column-wise) in typed Go slices. Only one chunk of the Dstream is held in memory at one time.

go-github-com-bradenaw-juniper 0.15.3
Propagated dependencies: go-golang-org-x-sync@0.17.0 go-golang-org-x-exp@0.0.0-20250911091902-df9299821621
Channel: guix
Location: gnu/packages/golang-build.scm (gnu packages golang-build)
Home page: https://github.com/bradenaw/juniper
Licenses: Expat
Build system: go
Synopsis: Extensions to the Go standard library using generics
Description:

Juniper is a library of extensions to the Go standard library using generics, including containers, iterators, and streams.

  • container/tree contains a Map and Set that keep elements in sorted order. They are implemented using a B-tree, which performs better than a binary search tree.

  • container/deque contains a double-ended queue implemented with a ring buffer.

  • container/xheap contains a min-heap similar to the standard library's container/heap but more ergonomic, along with a PriorityQueue that allows setting priorities by key.

  • container/xlist contains a linked-list similar to the standard library's container/list, but type-safe.

  • xslices contains some commonly-used slice operations, like Chunk, Reverse, Clear, and Join.

  • iterator contains an iterator interface used by the containers, along with functions to manipulate them, like Map, While, and Reduce.

  • stream contains a stream interface, which is an iterator that can fail. Useful for iterating over collections that require I/O. It has most of the same combinators as iterator, plus some extras like Pipe and Batch.

  • parallel contains some shorthand for common uses of goroutines to process slices, iterators, and streams in parallel, like parallel.MapStream.

  • xsort contains extensions to the standard library package sort. Notably, it also has the definition for xsort.Less, which is how custom orderings can be defined for sorting and also for ordered collections like from container/tree.

  • You can probably guess what's in the packages xerrors, xmath, xmath/xrand, xsync, and xtime.

go-github-com-shurcool-githubv4 0.0.0-20240429030203-be2daab69064
Propagated dependencies: go-github-com-shurcool-graphql@0.0.0-20230722043721-ed46e5a46466 go-golang-org-x-oauth2@0.23.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/shurcooL/githubv4
Licenses: Expat
Build system: go
Synopsis: Client library for GitHub GraphQL API v4
Description:

Package githubv4 is a client library for accessing GitHub GraphQL API v4.

go-github-com-fsnotify-fsnotify 1.8.0
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/fsnotify/fsnotify
Licenses: Modified BSD
Build system: go
Synopsis: File system notifications for Go
Description:

File system notifications for Go

go-github-com-templexxx-xorsimd 0.4.3
Propagated dependencies: go-github-com-templexxx-cpu@0.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/templexxx/xorsimd
Licenses: Expat
Build system: go
Synopsis: XOR in pure Golang
Description:

This package provides XOR bitwise code engine.

go-github-com-ncruces-julianday 1.0.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/julianday
Licenses: Expat
Build system: go
Synopsis: Julian Day calculator
Description:

Package julianday provides Time to Julian day conversions.

go-github-com-pelletier-go-toml 1.9.5
Propagated dependencies: go-github-com-burntsushi-toml@1.5.0 go-github-com-davecgh-go-spew@1.1.1 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/pelletier/go-toml
Licenses: Expat
Build system: go
Synopsis: Go library for the TOML configuration language
Description:

Go library for the TOML configuration language

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-d4l3k-go-bfloat16 0.0.0-20211005043715-690c3bdd05f1
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/d4l3k/go-bfloat16
Licenses: Expat
Build system: go
Synopsis: go-bfloat16
Description:

BFloat16 conversion utilities for Go/Golang.

go-github-com-itchyny-astgen-go 0.0.0-20210914105503-cc8fccf6f972
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/itchyny/astgen-go
Licenses: Expat
Build system: go
Synopsis: Go module providing interface to ast.Node maping
Description:

Build Go code from arbitrary value in Go.

go-github-com-hexops-gotextdiff 1.0.3
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/hexops/gotextdiff
Licenses: Modified BSD
Build system: go
Synopsis: Unified text diffing in Go
Description:

This package provides a library to generate unified diffs.

go-github-com-gopacket-gopacket 1.3.1
Propagated dependencies: go-golang-org-x-net@0.46.0 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gopacket/gopacket
Licenses: Modified BSD
Build system: go
Synopsis: Packet processing capabilities for Golang
Description:

Package gopacket provides packet decoding for the Go language.

go-github-com-itchyny-astgen-go 0.0.0-20250520171007-4331c963041e
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/itchyny/astgen-go
Licenses: Expat
Build system: go
Synopsis: AST build for Golang @code{interface{}} => @code{ast.Node}
Description:

Build Go code from arbitrary value in Go.

go-github-com-jbenet-go-context 0.0.0-20150711004518-d14ea06fba99
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jbenet/go-context/
Licenses: Expat
Build system: go
Synopsis: @code{jbenet's} context extensions
Description:

This package provides jbenet's context extensions.

go-github-com-getsops-gopgagent 0.0.0-20241224165529-7044f28e491e
Propagated dependencies: go-go-mozilla-org-gopgagent@0.0.0-20170926210634-4d7ea76ff71a
Channel: sops-guix
Location: sops/packages/sops.scm (sops packages sops)
Home page: https://github.com/getsops/gopgagent
Licenses: ASL 2.0
Build system: go
Synopsis:
Description:

Package gpgagent interacts with the local GPG Agent.

go-github-com-gorilla-websocket 1.5.3
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gorilla/websocket
Licenses: FreeBSD
Build system: go
Synopsis: Fast WebSocket implementation for Go
Description:

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

go-github-com-cloudsoda-go-smb2 0.0.0-20250228001242-d4c70e6251cc
Propagated dependencies: go-github-com-cloudsoda-sddl@0.0.0-20250224235906-926454e91efc go-github-com-geoffgarside-ber@1.2.0 go-github-com-jcmturner-gokrb5-v8@8.4.4 go-golang-org-x-crypto@0.43.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/cloudsoda/go-smb2
Licenses: FreeBSD
Build system: go
Synopsis: SMB2/3 client implementation
Description:

This package implements the SMB2/3 client in Go.

go-github-com-karrick-godirwalk 1.17.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/karrick/godirwalk
Licenses: FreeBSD
Build system: go
Synopsis: Fast directory traversal library for Go
Description:

This package provides functions to read and traverse directory trees.

go-github-com-charmbracelet-log 0.4.0
Propagated dependencies: go-github-com-charmbracelet-lipgloss@1.1.0 go-github-com-go-logfmt-logfmt@0.6.0 go-github-com-muesli-termenv@0.15.2 go-golang-org-x-exp@0.0.0-20250911091902-df9299821621
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/log
Licenses: Expat
Build system: go
Synopsis: Colorful Go logging library
Description:

This package provides a minimal and colorful Go logging library.

go-github-com-containerd-plugin 1.0.0
Propagated dependencies: go-github-com-opencontainers-image-spec@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/containerd/plugin
Licenses: ASL 2.0
Build system: go
Synopsis: Registering and managing typed plugins with dependencies
Description:

This package provides a common plugin interface across containerd repositories.

go-github-com-tj-go-naturaldate 1.3.0
Propagated dependencies: go-github-com-tj-assert@0.0.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/tj/go-naturaldate
Licenses: Expat
Build system: go
Synopsis: Provides natural date time parsing
Description:

This package parses human-friendly relative date/time ranges.

go-github-com-anacrolix-ffprobe 1.1.0
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-anacrolix-envpprof@1.4.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/anacrolix/ffprobe
Licenses: MPL 2.0
Build system: go
Synopsis: Go ffprobe wrapper
Description:

This package wraps and interprets ffmpeg's ffprobe for Go.

go-github-com-nwaples-rardecode 1.1.3
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/nwaples/rardecode
Licenses: FreeBSD
Build system: go
Synopsis: Reading RAR archives in Go
Description:

This package provides a library for reading RAR archives with Golang.

go-github-com-digitalocean-godo 1.151.0
Propagated dependencies: go-github-com-google-go-querystring@1.1.0 go-github-com-hashicorp-go-retryablehttp@0.7.7 go-golang-org-x-oauth2@0.23.0 go-golang-org-x-time@0.14.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/digitalocean/godo
Licenses: Expat Modified BSD
Build system: go
Synopsis: DigitalOcean Go API client
Description:

Package godo is the DigitalOcean API v2 client for Go.

Total results: 2160