_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-rogpeppe-go-internal 1.12.0
Propagated dependencies: go-golang-org-x-mod@0.21.0 go-golang-org-x-sys@0.28.0 go-golang-org-x-tools@0.25.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rogpeppe/go-internal/
Licenses: Modified BSD
Synopsis: Internal packages from the Go standard library
Description:

This repository factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.

Included are the following:

  • dirhash: calculate hashes over directory trees the same way that the Go tool does.

  • goproxytest: a GOPROXY implementation designed for test use.

  • gotooltest: Use the Go tool inside test scripts (see testscript below)

  • imports: list of known architectures and OSs, and support for reading import import statements.

  • modfile: read and write go.mod files while preserving formatting and comments.

  • module: module paths and versions.

  • par: do work in parallel.

  • semver: semantic version parsing.

  • testenv: information on the current testing environment.

  • testscript: script-based testing based on txtar files

  • txtar: simple text-based file archives for testing.

go-github-com-sabhiram-go-gitignore 0.0.0-20210923224102-525f6e181f06
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/sabhiram/go-gitignore
Licenses: Expat
Synopsis: Gitignore parser for Go
Description:

A .gitignore parser for Go.

go-github-com-gocolly-colly-storage 1.2.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/gocolly/colly
Licenses: ASL 2.0
Synopsis: Colly
#<unspecified>
go-github-com-magiconair-properties 1.8.9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/magiconair/properties
Licenses: FreeBSD
Synopsis: Java properties scanner for Go
Description:

Java properties scanner for Go

go-github-com-dgryski-go-rendezvous 0.0.0-20200823014737-9f7001d12a5f
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/dgryski/go-rendezvous
Licenses: Expat
Synopsis: Hashing functions for Golang
Description:

This package provides a hashing function.

go-github-com-cpuguy83-go-md2man-v2 2.0.1
Propagated dependencies: go-github-com-russross-blackfriday-v2@2.1.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/cpuguy83/go-md2man
Licenses: Expat
Synopsis: go-md2man
Description:

Converts markdown into roff (man pages).

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-cpuguy83-go-md2man-v2 2.0.1
Propagated dependencies: go-github-com-russross-blackfriday-v2@2.1.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/cpuguy83/go-md2man
Licenses: Expat
Synopsis: go-md2man
Description:

Converts markdown into roff (man pages).

go-github-com-go-http-utils-headers 0.0.0-20181008091004-fed159eddc2a
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/go-http-utils/headers
Licenses: Expat
Synopsis: HTTP header constants for Golang
Description:

This package provides HTTP header constants.

go-github-com-couchbase-gomemcached 0.3.2
Propagated dependencies: go-github-com-pkg-errors@0.9.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/couchbase/gomemcached
Licenses: Expat
Synopsis: Memcached binary protocol toolkit for go
Description:

This package provides memcache client and server functionality.

go-github-com-guptarohit-asciigraph 0.7.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/guptarohit/asciigraph
Licenses: Modified BSD
Synopsis: ASCII line graphs for Golang
Description:

This package can generate ASCII line graphs in Golang.

go-github-com-mitchellh-colorstring 0.0.0-20190213212951-d06e56a500db
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mitchellh/colorstring
Licenses: Expat
Synopsis: Functions to colorize strings for terminal output
Description:

Colorstring provides functions for colorizing strings for terminal output.

go-github-com-mitchellh-colorstring 0.0.0-20190213212951-d06e56a500db
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/mitchellh/colorstring
Licenses: Expat
Synopsis: colorstring
Description:

Package colorstring provides functions for colorizing strings for terminal output.

go-github-com-cpuguy83-go-md2man-v2 2.0.1
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/cpuguy83/go-md2man
Licenses: Expat
Synopsis: Convert Markdown into Man pages
Description:

This package converts Markdown into Roff Man pages.

go-github-com-alecthomas-kingpin-v2 2.4.0
Propagated dependencies: go-github-com-alecthomas-units@0.0.0 go-github-com-xhit-go-str2duration-v2@2.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/alecthomas/kingpin
Licenses: Expat
Synopsis: Go library provides utilities for building command line interfaces
Description:

Go library provides utilities for building command line interfaces.

go-github-com-vmihailenco-tagparser 2.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/vmihailenco/tagparser
Licenses: FreeBSD
Synopsis: Tag parser for Golang
Description:

This package is a simple Golang implementation of tag parser.

go-github-com-libp2p-go-libp2p-peer 2.3.8-0.993d742
Propagated dependencies: go-github-com-btcsuite-btcd-btcec@0.12.0-beta-0.67e573d go-github-com-gogo-protobuf@1.3.2 go-github-com-libp2p-go-libp2p-crypto@2.0.1-0.7240b40 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/libp2p/go-libp2p-peer
Licenses: Expat
Synopsis: PKI based identities for use in go-libp2p
Description:

PKI based identities for use in go-libp2p.

go-github-com-aws-smithy-go-codegen 0.0.0-20241226171254-10fbeed6f845
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: Smithy code generators for Golang
Description:

This package provides Gradle templates for Smithy code generators.

go-github-com-emersion-go-imap-idle 0.0.0-0.2704abd
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-idle
Licenses: Expat
Synopsis: IDLE extension for go-imap
Description:

This package provides an IDLE extension for go-imap.

go-github-com-charmbracelet-x-input 0.3.0
Propagated dependencies: go-github-com-charmbracelet-x-ansi@0.6.0 go-github-com-erikgeiser-coninput@0.0.0-20211004153227-1c3628e74d0f go-github-com-muesli-cancelreader@0.2.2 go-github-com-xo-terminfo@0.0.0-20220910002029-abceb7e1c41e go-golang-org-x-sys@0.28.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/x
Licenses: Expat
Synopsis: Terminal event input handler and driver
Description:

This package provides a terminal event input handler and driver.

go-github-com-schollz-peerdiscovery 1.6.10
Propagated dependencies: go-golang-org-x-sys@0.28.0 go-golang-org-x-net@0.33.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-shogo82148-go-shuffle 1.1.1
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://github.com/shogo82148/go-shuffle
Licenses: Expat
Synopsis: Shuffling slices and user-defined collections
Description:

Package shuffle provides primitives for shuffling slices and user-defined collections.

go-github-com-go-swagger-go-swagger 0.28.0
Propagated dependencies: go-gotest-tools@1.4.0 go-gopkg-in-yaml-v3@3.0.1 go-gopkg-in-ini-v1@1.67.0 go-google-golang-org-appengine@1.6.8 go-golang-org-x-xerrors@0.0.0-20240903120638-7835f813f4da go-github-com-subosito-gotenv@1.6.0 go-github-com-spf13-jwalterweatherman@1.1.0 go-github-com-spf13-afero@1.6.0 go-github-com-pmezard-go-difflib@1.0.0 go-github-com-pelletier-go-toml@1.9.5 go-github-com-opentracing-opentracing-go@1.2.0 go-github-com-oklog-ulid@1.3.1 go-github-com-magiconair-properties@1.8.9 go-github-com-kr-text@0.2.0 go-github-com-josharian-intern@1.0.0 go-github-com-inconshreveable-mousetrap@1.0.0 go-github-com-hashicorp-hcl@1.0.0 go-github-com-google-go-cmp@0.6.0 go-github-com-golang-protobuf@1.5.4 go-github-com-go-openapi-jsonpointer@0.21.0 go-github-com-docker-go-units@0.5.0 go-github-com-puerkitobio-urlesc@0.0.0-20170810143723-de5bf2ad4578 go-github-com-puerkitobio-purell@1.2.1 go-gopkg-in-yaml-v2@2.4.0 go-google-golang-org-protobuf@1.36.0 go-golang-org-x-tools@0.25.0 go-golang-org-x-text@0.21.0 go-golang-org-x-sys@0.28.0 go-golang-org-x-oauth2@0.23.0 go-golang-org-x-net@0.33.0 go-golang-org-x-mod@0.21.0 go-golang-org-x-crypto@0.31.0 go-go-mongodb-org-mongo-driver@1.16.1 go-github-com-toqueteos-webbrowser@1.2.0 go-github-com-spf13-viper@1.8.1 go-github-com-spf13-pflag@1.0.5 go-github-com-spf13-cobra@1.8.1 go-github-com-spf13-cast@1.7.0 go-github-com-rogpeppe-go-internal@1.12.0 go-github-com-pquerna-cachecontrol@0.2.0 go-github-com-pkg-errors@0.9.1 go-github-com-mitchellh-mapstructure@1.5.0 go-github-com-mitchellh-go-homedir@1.1.0 go-github-com-mailru-easyjson@0.9.0 go-github-com-kr-pretty@0.3.1 go-github-com-jessevdk-go-flags@1.6.1 go-github-com-gorilla-handlers@1.5.1 go-github-com-go-swagger-scan-repo-boundary@0.0.0-20180623220736-973b3573c013 go-github-com-go-stack-stack@1.8.1 go-github-com-go-openapi-validate@0.24.0 go-github-com-go-openapi-swag@0.23.0 go-github-com-go-openapi-strfmt@0.23.0 go-github-com-go-openapi-spec@0.21.0 go-github-com-go-openapi-runtime@0.28.0 go-github-com-go-openapi-loads@0.22.0 go-github-com-go-openapi-jsonreference@0.21.0 go-github-com-go-openapi-inflect@0.19.0 go-github-com-go-openapi-errors@0.22.0 go-github-com-go-openapi-analysis@0.23.0 go-github-com-fsnotify-fsnotify@1.8.0 go-github-com-felixge-httpsnoop@1.0.4 go-github-com-dgrijalva-jwt-go@3.2.0+incompatible go-github-com-davecgh-go-spew@1.1.1 go-github-com-coreos-go-oidc@2.3.0 go-github-com-asaskevich-govalidator@11.0.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/go-swagger/go-swagger
Licenses: ASL 2.0
Synopsis: Swagger 2.0
Description:

Package swagger (2.0) provides a powerful interface to your API

Total results: 1774