_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-bmatcuk-doublestar 1.3.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/bmatcuk/doublestar/
Licenses: Expat
Synopsis: Path pattern matching and globbing supporting doublestar
Description:

doublestar is a Go implementation of path pattern matching and globbing with support for "doublestar" patterns.

go-github-com-zalando-go-keyring 0.2.5
Propagated dependencies: go-github-com-godbus-dbus-v5@5.1.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/zalando/go-keyring/
Licenses: Expat
Synopsis: Library for working with system keyring
Description:

go-keyring is a library for setting, getting and deleting secrets from the system keyring.

go-github-com-biogo-store-kdtree 0.0.0-20201120204734-aad293a2328f
Propagated dependencies: go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c go-github-com-kr-pretty@0.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biogo/store
Licenses: Modified BSD
Synopsis: kdtree store type for biogo
Description:

The store package provides a number of data store types that are useful for bioinformatic analysis.

go-github-com-google-subcommands 1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/google/subcommands
Licenses: ASL 2.0
Synopsis: Go subcommand library
Description:

subcommands implements a functionality for a single command to have many subcommands, each of which takes arguments.

go-github-com-google-renameio-v2 2.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/google/renameio/
Licenses: ASL 2.0
Synopsis: Atomically create or replace a file or symbolic link
Description:

renameio Go package provides a way to atomically create or replace a file or symbolic link.

go-github-com-arbovm-levenshtein 0.0.0-20160628152529-48b4e1c0c4d0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/arbovm/levenshtein
Licenses: Modified BSD
Synopsis: Levenshtein Distance
Description:

Go package to calculate the Levenshtein Distance

go-github-com-whyrusleeping-cbor 0.0.0-20171005072247-63513f603b11
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/whyrusleeping/cbor
Licenses: ASL 2.0
Synopsis: Concise Binary Object Representation in Golang
Description:

Concise Binary Object Representation is a superset of JSON's schema that's faster and more compact.

go-github-com-mattn-go-colorable 0.1.13
Propagated dependencies: go-github-com-mattn-go-isatty@0.0.20
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mattn/go-colorable
Licenses: Expat
Synopsis: Handle ANSI color escapes on Windows
Description:

This package provides colorable, a module that makes it possible to handle ANSI color escapes on Windows.

go-github-com-yuin-goldmark-meta 1.0.0
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0 go-github-com-yuin-goldmark@1.7.4
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/yuin/goldmark-meta
Licenses: Expat
Synopsis: goldmark-meta
Description:

package meta is a extension for the goldmark(http://github.com/yuin/goldmark).

go-github-com-tdewolff-minify-v2 2.12.7
Propagated dependencies: go-github-com-tdewolff-parse-v2@2.6.6
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://go.tacodewolff.nl/minify
Licenses: Expat
Synopsis: Go minifiers for web formats
Description:

This package provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface to implement any other minifier.

go-github-com-shirou-gopsutil-v3 3.24.2
Propagated dependencies: go-github-com-tklauser-go-sysconf@0.3.13 go-golang-org-x-sys@0.24.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/shirou/gopsutil
Licenses: Modified BSD
Synopsis: Process and system monitoring in Go
Description:

This package provides a library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors).

go-github-com-modern-go-reflect2 1.0.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/modern-go/reflect2
Licenses: ASL 2.0
Synopsis: Cheaper reflect API
Description:

This library provides a reflect api for Go programs without the runtime cost of the standard library reflect.Value.

go-github-com-ipfs-go-ds-leveldb 0.5.0
Propagated dependencies: go-github-com-ipfs-go-datastore@0.6.0 go-github-com-syndtr-goleveldb@1.0.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ds-leveldb
Licenses: Expat
Synopsis: Implementation of go-datastore using leveldb
Description:

This package implements the go-datastore interface using a LevelDB backend.

go-github-com-jesseduffield-kill 0.0.0-20220618033138-bfbe04675d10
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/jesseduffield/kill
Licenses: Expat
Synopsis: Golang package for killing processes
Description:

This package provides functionality for killing processes across different platforms. Handles killing children of processes as well as the process itself.

go-github-com-openprinting-goipp 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/OpenPrinting/goipp
Licenses: FreeBSD
Synopsis: IPP core protocol implementation
Description:

The goipp package implements the IPP core protocol, as defined by @urlhttps://rfc-editor.org/rfc/rfc8010.html,RFC 8010.

git-without-safe-directory-check 2.46.0
Dependencies: coreutils-minimal@9.1 curl@8.6.0 expat@2.5.0 openssl@3.0.8 perl@5.36.0 sed@4.8 zlib@1.3
Channel: guix-forge
Location: forge/git.scm (forge git)
Home page: https://git-scm.com/
Licenses: GPL 2
Synopsis: Distributed version control system
Description:

Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

go-github-com-olivere-elastic-v7 7.0.30
Propagated dependencies: go-github-com-pkg-errors@0.9.1 go-github-com-mailru-easyjson@0.7.7
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/olivere/elastic
Licenses: Expat
Synopsis: Elastic
Description:

Package elastic provides an interface to the Elasticsearch server (https://www.elastic.co/products/elasticsearch).

go-github-com-dustin-go-humanize 0.0.0-20150824013810-c20a8bde38c8
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/dustin/go-humanize
Licenses: Expat
Synopsis: Humane unit formatter
Description:

go-humanize provides formatters for units to human friendly sizes. It converts boring ugly numbers to human-friendly strings and back.

go-github-com-puerkitobio-purell 1.2.1
Propagated dependencies: go-golang-org-x-net@0.28.0 go-golang-org-x-text@0.17.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/PuerkitoBio/purell
Licenses: Modified BSD
Synopsis: Tiny Go library to normalize URLs
Description:

This package provides implements a functionality of URL normalizer as described in RFC 3986.

go-github-com-dustin-go-humanize 1.0.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/dustin/go-humanize
Licenses: Expat
Synopsis: Humane unit formatter
Description:

go-humanize provides formatters for units to human friendly sizes. It converts boring ugly numbers to human-friendly strings and back.

go-github-com-microsoft-go-winio 0.6.0
Propagated dependencies: go-golang-org-x-mod@0.20.0 go-golang-org-x-tools@0.24.0 go-golang-org-x-sys@0.24.0 go-github-com-sirupsen-logrus@1.9.3
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/Microsoft/go-winio
Licenses: Expat
Synopsis: Win32 IO-related utilities for Go
Description:

This package provides utilities for efficiently performing Win32 IO operations in Go. Currently, this package is provides support for genreal IO and management of

go-github-com-lestrrat-go-httpcc 1.0.0
Propagated dependencies: go-github-com-pkg-errors@0.9.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/lestrrat-go/httpcc
Licenses: Expat
Synopsis: httpcc
Description:

Parses HTTP/1.1 Cache-Control header, and returns a struct that is convenient for the end-user to do what they will with.

go-github-com-libp2p-go-netroute 0.2.1
Propagated dependencies: go-github-com-google-gopacket@1.1.19 go-golang-org-x-net@0.28.0 go-golang-org-x-sys@0.24.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/libp2p/go-netroute
Licenses: Modified BSD
Synopsis: Routing table abstraction library for Golang
Description:

go-netroute provides an implementation of the gopacket/routing.Router interface for Golang.

Total results: 1585