_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-puerkitobio-urlesc 0.0.0-20170810143723-de5bf2ad4578
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/PuerkitoBio/urlesc
Licenses: Modified BSD
Synopsis: Proper URL escaping as per RFC 3986
Description:

Package urlesc implements query escaping as per RFC 3986. It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url.

go-github-com-stoewer-go-strcase 1.3.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/stoewer/go-strcase
Licenses: Expat
Synopsis: Convert snake case, camel case and kebap case strings
Description:

Package strcase converts between different kinds of naming formats such as camel case (CamelCase), snake case (snake_case) or kebab case (kebab-case). The package is designed to work only with strings consisting of standard ASCII letters.

go-github-com-cockroachdb-pebble 1.1.5
Dependencies: zstd@1.5.6
Propagated dependencies: go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-cockroachdb-datadriven@1.0.2 go-github-com-cockroachdb-errors@1.12.0 go-github-com-cockroachdb-fifo@0.0.0-20240816210425-c5d0cb0b6fc0 go-github-com-cockroachdb-redact@1.1.6 go-github-com-cockroachdb-tokenbucket@0.0.0-20250429170803-42689b6311bb go-github-com-datadog-zstd@1.5.6 go-github-com-ghemawat-stream@0.0.0-20171120220530-696b145b53b9 go-github-com-golang-snappy@0.0.4 go-github-com-guptarohit-asciigraph@0.7.3 go-github-com-hdrhistogram-hdrhistogram-go@1.1.2 go-github-com-klauspost-compress@1.18.0 go-github-com-kr-pretty@0.3.1 go-github-com-pkg-errors@0.9.1 go-github-com-pmezard-go-difflib@1.0.0 go-github-com-prometheus-client-golang@1.22.0 go-github-com-prometheus-client-model@0.6.1 go-github-com-spf13-cobra@1.8.1 go-golang-org-x-exp@0.0.0-20250911091902-df9299821621 go-golang-org-x-perf@0.0.0-20250515181355-8f5f3abfb71a go-golang-org-x-sync@0.17.0 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/cockroachdb/pebble
Licenses: Modified BSD
Synopsis: RocksDB/LevelDB inspired key-value database in Golang
Description:

Pebble is a LevelDB/RocksDB inspired key-value store focused on performance and internal usage by CockroachDB. Pebble inherits the RocksDB file formats and a few extensions such as range deletion tombstones, table-level bloom filters, and updates to the MANIFEST format.

go-github-com-varlink-go-varlink 0.4.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/varlink/go
Licenses: ASL 2.0
Synopsis: Go implementation of the Varlink IPC protocol
Description:

This package provides a Go implementation of the Varlink protocol, a protocol for inter-process communication. Varlink utilizes a plain-text, JSON-based format for messages and is designed to be accessible to both humans and machines.

go-github-com-yargevad-filepathx 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/yargevad/filepathx
Licenses: Expat
Synopsis: Double-star support to Golang's std @code{path/filepath}
Description:

Package filepathx adds double-star globbing support to the Glob function from the core path/filepath package. You might recognize "**" recursive globs from things like your .gitignore file, and zsh. The "**" glob represents a recursive wildcard matching zero-or-more directory levels deep.

go-github-com-cockroachdb-apd-v3 3.2.1
Propagated dependencies: go-github-com-pkg-errors@0.9.1
Channel: guix
Location: gnu/packages/golang-maths.scm (gnu packages golang-maths)
Home page: https://github.com/cockroachdb/apd
Licenses: ASL 2.0
Synopsis: Arbitrary-precision decimals for Golang
Description:

This package implements much of the decimal specification from the General Decimal Arithmetic description. This is the same specification implemented by Python’s decimal module and GCC’s decimal extension.

go-github-com-kshedden-statmodel 0.0.0-20210519035403-ee97d3e48df1
Propagated dependencies: go-github-com-kshedden-dstream@0.0.0-20190512025041-c4c410631beb 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/statmodel
Licenses: Modified BSD
Synopsis: Statistical modeling in Golang
Description:

This package implements a functionality for fitting statistical model. Additional Go packages include glm for Generalized Liner Models and duration for survival analysis. All models can be fit with maximum (or quasi-maximum) likelihood estimation, with optional L1 (Lasso) or L2 (ridge) penalization.

go-github-com-andybalholm-brotli 1.1.0
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/andybalholm/brotli
Licenses: Expat
Synopsis: Pure Go Brotli encoder and decoder
Description:

This package is a brotli compressor and decompressor implemented in Go. It was translated from the reference implementation (https://github.com/google/brotli) with the c2go tool at https://github.com/andybalholm/c2go.

go-github-com-libp2p-go-yamux-v4 4.0.2
Propagated dependencies: go-github-com-libp2p-go-buffer-pool@0.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/libp2p/go-yamux
Licenses: MPL 2.0 Modified BSD
Synopsis: Reuse TCP/UDP ports in Golang
Description:

Yamux (Yet another Multiplexer) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or Unix domain sockets, and provides stream-oriented multiplexing. It is inspired by SPDY but is not interoperable with it.

go-github-com-libp2p-go-yamux-v5 5.0.0
Propagated dependencies: go-github-com-libp2p-go-buffer-pool@0.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/libp2p/go-yamux
Licenses: MPL 2.0 Modified BSD
Synopsis: Reuse TCP/UDP ports in Golang
Description:

Yamux (Yet another Multiplexer) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or Unix domain sockets, and provides stream-oriented multiplexing. It is inspired by SPDY but is not interoperable with it.

go-github-com-jesseduffield-yaml 0.0.0-20190702115811-b900b7e08b56
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/jesseduffield/yaml
Licenses: ASL 2.0
Synopsis: YAML support for Golang
Description:

The yaml package enables Golang programs to comfortably encode and decode YAML values. It was developed within Canonical as part of the juju project, and is based on a pure Golang port of the libyaml C library to parse and generate YAML data quickly and reliably.

go-github-com-containerd-typeurl 1.0.2
Propagated dependencies: go-github-com-gogo-protobuf@1.3.2 go-github-com-pkg-errors@0.9.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/containerd/typeurl
Licenses: ASL 2.0
Synopsis: Managing marshaled types to @code{protobuf.Any}
Description:

This package implements a functionality of managing the registration, marshaling, and unmarshaling of encoded types. It helps when types are sent over a ttrpc/GRPC API and marshaled as a protobuf Any.

go-github-com-shopspring-decimal 1.4.0
Channel: guix
Location: gnu/packages/golang-maths.scm (gnu packages golang-maths)
Home page: https://github.com/shopspring/decimal
Licenses: Expat
Synopsis: Arbitrary-precision fixed-point decimal numbers in Golang
Description:

Package decimal implements an arbitrary precision fixed-point decimal. Features:

  • the zero-value is 0, and is safe to use without initialization

  • addition, subtraction, multiplication with no loss of precision

  • division with specified precision

  • database/sql serialization/deserialization

  • JSON and XML serialization/deserialization

go-github-com-klauspost-cpuid-v2 2.2.8
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/klauspost/cpuid
Licenses: Expat
Synopsis: CPU feature identification for Go
Description:

cpuid provides information about the CPU running the current program. CPU features are detected on startup, and kept for fast access through the life of the application. Currently x86 / x64 (AMD64) is supported, and no external C (cgo) code is used, which should make the library very eas to use.

go-github-com-fatih-gomodifytags 1.17.0-0.f3939df
Propagated dependencies: go-github-com-fatih-camelcase@1.0.0 go-github-com-fatih-structtag@1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/fatih/gomodifytags
Licenses: Modified BSD
Synopsis: Tool to modify struct field tags in Golang
Description:

This package implements a functionality to modify/update field tags in structs making it easy to update, add or delete the tags in a struct field with possibility to add and remove tag options. It's intended to be used by an editor, but also has modes to run it from the terminal.

go-github-com-peterbourgon-diskv 3.0.0
Propagated dependencies: go-github-com-google-btree@1.1.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/peterbourgon/diskv
Licenses: Expat
Synopsis: Disk-backed key-value store
Description:

Diskv (disk-vee) is a simple, persistent key-value store written in the Go language. It starts with a simple API for storing arbitrary data on a filesystem by key, and builds several layers of performance-enhancing abstraction on top. The end result is a conceptually simple, but highly performant, disk-backed storage system.

go-github-com-patrickmn-go-cache 2.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/patrickmn/go-cache
Licenses: Expat
Synopsis: In-memory key:value store/cache Golang library
Description:

go-cache is an in-memory key:value store/cache similar to Memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface with expiration times, it doesn't need to serialize or transmit its contents over the network.

go-github-com-ipfs-go-unixfsnode 1.10.0
Propagated dependencies: go-github-com-ipfs-go-bitfield@1.1.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-ipld-format@0.6.0 go-github-com-ipfs-go-test@0.0.4 go-github-com-ipld-go-car-v2@2.14.2 go-github-com-ipld-go-codec-dagpb@1.6.0 go-github-com-ipld-go-ipld-prime@0.21.0 go-github-com-multiformats-go-multicodec@0.9.0 go-github-com-multiformats-go-multihash@0.2.3 go-github-com-spaolacci-murmur3@1.1.0 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-unixfsnode
Licenses: ASL 2.0 Expat
Synopsis: ADL IPLD prime node implementation of protobuf
Description:

This is an IPLD ADL that provides string based pathing for protobuf nodes. The top level node behaves like a map where LookupByString returns the Hash property on the Link in the protobufs list of Links whos Name property matches the key. This should enable selector traversals that work based of paths.

go-github-com-invopop-jsonschema 0.12.0
Propagated dependencies: go-github-com-wk8-go-ordered-map-v2@2.1.8
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/invopop/jsonschema
Licenses: Expat
Synopsis: Generate JSON Schemas from Go types
Description:

Package jsonschema uses reflection to generate JSON Schemas from Go types.

Features:

  • supports arbitrarily complex types, including interface, maps, slices, etc.

  • supports json-schema features such as minLength, maxLength, pattern, format, etc.

  • supports simple string and numeric enums

  • supports custom property fields via the jsonschema_extras struct tag

go-github-com-anacrolix-envpprof 1.4.0
Propagated dependencies: go-github-com-anacrolix-log@0.16.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/anacrolix/envpprof
Licenses: Expat
Synopsis: Control HTTP mux via environment variable
Description:

This package implements a functionality to configure Go's pprof features and default HTTP mux using the environment variable GOPPROF. envpprof has an init function that will run at process initialization that checks the value of the GOPPROF environment variable. The variable can contain a comma-separated list of values, for example GOPPROF=http,block.

go-github-com-tetratelabs-wazero 1.8.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/tetratelabs/wazero
Licenses: ASL 2.0
Synopsis: Zero dependency WebAssembly runtime for Go
Description:

wazero is a WebAssembly Core Specification 1.0 and https://www.w3.org/TR/2022/WD-wasm-core-2-20220419/,2.0 compliant runtime. It has zero dependencies, and doesn't rely on CGO. This means you can run applications in other languages and still keep cross compilation.

go-github-com-getkin-kin-openapi 0.128.0
Propagated dependencies: go-github-com-go-openapi-jsonpointer@0.21.0 go-github-com-gorilla-mux@1.8.0 go-github-com-invopop-yaml@0.3.1 go-github-com-mohae-deepcopy@0.0.0-20170308212314-bb9b5e7adda9 go-github-com-perimeterx-marshmallow@1.1.5 go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/getkin/kin-openapi
Licenses: Expat
Synopsis: OpenAPI 3.0 and Swagger v2 implementation for Golang
Description:

This package implements a functionality for parsing, converting and validating OpenAPI v2.0, OpenAPI v3.0 and OpenAPI v3.1.

go-github-com-lestrrat-go-httprc 1.0.6
Propagated dependencies: go-github-com-lestrrat-go-httpcc@1.0.1 go-github-com-lestrrat-go-option@1.0.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/lestrrat-go/httprc
Licenses: Expat
Synopsis: Quasi Up-to-date HTTP In-memory Cache
Description:

Package httprc implements a cache for resources available over http(s). Its aim is not only to cache these resources so that it saves on HTTP roundtrips, but it also periodically attempts to auto-refresh these resources once they are cached based on the user-specified intervals and HTTP Expires and Cache-Control headers, thus keeping the entries relativelyfresh.

go-github-com-peterbourgon-ff-v3 3.4.0
Propagated dependencies: go-github-com-pelletier-go-toml@1.9.5 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/peterbourgon/ff
Licenses: ASL 2.0
Synopsis: Flags-first Golang library for configuration
Description:

Package ff is a flags-first helper package for configuring programs.

The basic idea is that myprogram -h should always show the complete configuration "surface area" of a program. Therefore, every config parameter should be defined as a flag. This module provides a simple and robust way to define those flags, and to parse them from command-line arguments, environment variables, and/or config files.

Total results: 1956