_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-aws-smithy-go-aws-http-auth 1.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/aws/smithy-go
Licenses: ASL 2.0
Synopsis: Consumable SigV4 and SigV4a request signing
Description:

This package implements generically consumable SigV4 and SigV4a request signing.

go-github-com-mattn-go-sqlite3-for-gomuks 1.14.9
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/mattn/go-sqlite3
Licenses: Expat
Synopsis: Sqlite3 driver for Go
Description:

This package provides a Sqlite3 driver for Go using database/sql.

go-github-com-emersion-go-imap-sortthread 1.2.0
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-imap@1.2.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/emersion/go-imap-sortthread
Licenses: Expat
Synopsis: Sorting and threading of messages for the imap package
Description:

The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.

go-github-com-emersion-go-imap-sortthread 1.2.0
Propagated dependencies: go-github-com-emersion-go-imap@1.2.1
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/emersion/go-imap-sortthread
Licenses: Expat
Synopsis: Sorting and threading of messages for the imap package
Description:

The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.

go-github-com-decred-dcrd-crypto-blake256 1.1.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/decred/dcrd
Licenses: ISC
Synopsis: BLAKE-256/BLAKE-224 crypto hash functions implementation
Description:

Package blake256 implements BLAKE-256 and BLAKE-224 with SSE2, SSE4.1, and AVX acceleration and zero allocations.

go-github-com-performancecopilot-speed-v4 4.0.0
Propagated dependencies: go-github-com-edsrzf-mmap-go@1.1.0 go-github-com-hdrhistogram-hdrhistogram-go@1.1.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/performancecopilot/speed
Licenses: Expat
Synopsis: Performance Co-Pilot instrumentation API in Golang
Description:

Package speed implements a golang client for the Performance Co-Pilot, system performance analysis toolkit, instrumentation API.

go-github-com-jdkato-go-tree-sitter-julia 0.1.0
Propagated dependencies: go-github-com-smacker-go-tree-sitter@0.0.0-20240827094217-dd81d9e9be82
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jdkato/go-tree-sitter-julia
Licenses: Unlicense
Synopsis: Julia grammar for tree sitter
Description:

This package provides a Julia grammar for tree-sitter bindings in Golang.

go-github-com-multiformats-go-multistream 0.5.0
Propagated dependencies: go-github-com-multiformats-go-varint@0.0.7
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/multiformats/go-multistream
Licenses: Expat
Synopsis: Implementation of the multistream protocol in Golang
Description:

Package multistream implements a simple stream router for the multistream-select protocol. The protocol is defined at https://github.com/multiformats/multistream-select

go-github-com-libp2p-go-socket-activation 0.1.0
Propagated dependencies: go-github-com-coreos-go-systemd-v22@22.5.0 go-github-com-ipfs-go-log@1.0.5 go-github-com-multiformats-go-multiaddr@0.15.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-socket-activation
Licenses: Expat
Synopsis: Multiaddr backed systemd socket activation
Description:

This package provides access to sockets registered by the system's init daemon as described in http://0pointer.de/blog/projects/socket-activation.

go-github-com-anthropics-anthropic-sdk-go 1.14.0
Propagated dependencies: go-github-com-aws-aws-sdk-go-v2@1.36.4 go-github-com-aws-aws-sdk-go-v2-config@1.29.16 go-github-com-aws-aws-sdk-go-v2-credentials@1.17.69 go-github-com-tidwall-gjson@1.17.1 go-github-com-tidwall-sjson@1.2.5 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/anthropics/anthropic-sdk-go
Licenses: Expat
Synopsis: Go client library for the Anthropic API
Description:

This package provides a client library for convenient access to the Anthropic REST API. It includes support for message creation, streaming, tool calling, and integration with Amazon Bedrock.

go-github-com-hashicorp-golang-lru-arc-v2 2.0.7
Propagated dependencies: go-github-com-hashicorp-golang-lru-v2@2.0.7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/golang-lru
Licenses: MPL 2.0
Synopsis: Adaptive Replacement Cache
Description:

Adaptive Replacement Cache is an enhancement over the standard LRU cache in that tracks both frequency and recency of use. This avoids a burst in access to new entries from evicting the frequently used older entries. It adds some additional tracking overhead to a standard LRU cache, computationally it is roughly 2x the cost, and the extra memory overhead is linear with the size of the cache.

go-github-com-go-playground-validator-v10 10.23.0
Propagated dependencies: go-github-com-gabriel-vasile-mimetype@1.4.5 go-github-com-go-playground-locales@0.14.1 go-github-com-go-playground-universal-translator@0.18.1 go-github-com-leodido-go-urn@1.4.0 go-golang-org-x-crypto@0.43.0 go-golang-org-x-text@0.30.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/go-playground/validator
Licenses: Expat
Synopsis: Validator for structs and individual fields based on tags
Description:

This package implements value validations for structs and individual fields based on tags. It has the following unique features:

  • Cross Field and Cross Struct validations by using validation tags or custom validators

  • Slice, Array and Map diving, which allows any or all levels of a multidimensional field to be validated

  • Ability to dive into both map keys and values for validation

  • Handles type interface by determining it's underlying type prior to validation

  • Handles custom field types such as sql driver Valuer

  • Alias validation tags, which allows for mapping of several validations to a single tag for easier defining of validations on structs

  • Extraction of custom defined Field Name e.g. can specify to extract the JSON name while validating and have it available in the resulting FieldError

  • Customizable i18n aware error messages.

  • Default validator for the gin web framework

go-github-com-stefanhaller-git-todo-parser 0.0.0-0.fd95713
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/stefanhaller/git-todo-parser
Licenses: Expat
Synopsis: Small parser for git todo files
Description:

This package provides a small parser for git todo files. This package is a modified clone of https://github.com/fsmiamoto/git-todo-parser for purpose of LazyGit project.

go-github-com-insomniacslk-dhcp-interfaces 0.0.0-20230516061539-49801966e6cb
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/insomniacslk/dhcp
Licenses: Modified BSD
Synopsis: wrappers around network interfaces
Description:

a thin layer of wrappers around network interfaces

go-github-com-realclientip-realclientip-go 1.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/realclientip/realclientip-go
Licenses: Zero-Clause BSD
Synopsis: Go reference implementation of "real" client IP algorithms
Description:

Package realclientip provides strategies for obtaining the "real" client IP from HTTP requests.

go-github-com-josephspurrier-goversioninfo 1.5.0
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-akavel-rsrc@0.10.2
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/josephspurrier/goversioninfo
Licenses: Expat
Synopsis: GoVersionInfo
Description:

Package goversioninfo creates a syso file which contains Microsoft Version Information and an optional icon.

go-github-com-aws-aws-sdk-go-v2-service-s3 1.80.2
Propagated dependencies: go-github-com-aws-smithy-go@1.22.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/aws/aws-sdk-go-v2
Licenses: ASL 2.0
Synopsis: AWS SDK for Go v2 - S3 service module
Description:

Package s3 provides the API client, operations, and parameter types for Amazon Simple Storage Service.

go-github-com-apparentlymart-go-textseg-v9 9.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/apparentlymart/go-textseg
Licenses: Expat Unicode ASL 2.0
Synopsis: Go implementation of Unicode Text Segmentation
Description:

This package provides an implementation of the Unicode Text Segmentation specification for Go. Specifically, it currently includes only the grapheme cluster segmentation algorithm.

go-github-com-hashicorp-go-immutable-radix 1.3.1
Propagated dependencies: go-github-com-hashicorp-golang-lru@1.0.2 go-github-com-hashicorp-go-uuid@1.0.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hashicorp/go-immutable-radix
Licenses: MPL 2.0
Synopsis: Immutable radix tree implementation in Golang
Description:

This package implements an immutable radix tree. It only provides a single Tree implementation, optimized for sparse nodes.

go-github-com-openhistogram-circonusllhist 0.4.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/circonus-labs/circonusllhist
Licenses: Modified BSD
Synopsis: OpenHistogram log-linear histograms in Golang
Description:

Package circllhist provides an implementation of Circonus fixed log-linear histogram data structure. This allows tracking of histograms in a composable way such that accurate error can be reasoned about.

go-github-com-emersion-go-webdav-ferroxide 0.5.0-e3ba95cd7760
Propagated dependencies: go-github-com-emersion-go-ical@0.0.0-20240127095438-fc1c9d8fb2b6 go-github-com-emersion-go-vcard@0.0.0-20230815062825-8fda7d206ec9
Channel: jacop
Location: jacop/packages/ferroxide.scm (jacop packages ferroxide)
Home page: https://github.com/emersion/go-webdav
Licenses: Expat
Synopsis: WebDAV, CalDAV and CardDAV implementations in Golang
Description:

This package provides Golang modules implementing WebDAV RFC 4918, CalDAV RFC 4791 and CardDAV RFC 6352 specifications.

go-github-com-hdrhistogram-hdrhistogram-go 1.1.2
Propagated dependencies: go-gonum-org-v1-gonum@0.16.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/HdrHistogram/hdrhistogram-go
Licenses: Expat
Synopsis: Gil Tene's HDR Histogram in Golang
Description:

This package provides an implementation of Gil Tene's HDR Histogram data structure. The HDR Histogram allows for fast and accurate analysis of the extreme ranges of data with non-normal distributions, like latency.

go-github-com-santhosh-tekuri-jsonschema-v6 6.0.2
Propagated dependencies: go-github-com-dlclark-regexp2@1.11.5 go-golang-org-x-text@0.30.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/santhosh-tekuri/jsonschema
Licenses: ASL 2.0
Synopsis: JSONSchema validation using Golang
Description:

Package jsonschema provides json-schema compilation and validation.

Total results: 1968