_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-c-bata-go-prompt 0.2.6
Propagated dependencies: go-github-com-mattn-go-colorable@0.1.13 go-github-com-mattn-go-runewidth@0.0.16 go-github-com-mattn-go-tty@0.0.7 go-github-com-pkg-term@1.2.0-beta.2 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/c-bata/go-prompt
Licenses: Expat
Synopsis: Interactive CLI prompts toolit
Description:

This package provides a library for building powerful interactive prompts inspired by python-prompt-toolkit, making it easier to build cross-platform command line tools using Go.

go-github-com-olebedev-emitter e8d1457e6aee6368f6abda5ad334fde63e9cc3fa
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/olebedev/emitter
Licenses: Expat
Synopsis: Emits events in Go way
Description:

go-github-com-olebedev-emitter implements a channel-based pubsub pattern. The design goals are to use Golang concurrency model instead of flat callbacks and to design a very simple API that is easy to consume.

go-github-com-containerd-ttrpc 1.2.7
Propagated dependencies: go-github-com-containerd-log@0.1.0 go-github-com-gogo-protobuf@1.3.2 go-github-com-golang-protobuf@1.5.4 go-github-com-prometheus-procfs@0.16.1 go-golang-org-x-sys@0.37.0 go-google-golang-org-genproto-googleapis-rpc@0.0.0-1.49b9836 go-google-golang-org-grpc@1.69.2 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/containerd/ttrpc
Licenses: ASL 2.0
Synopsis: Go package for gRPC for low-memory environments
Description:

Package ttrpc defines and implements a low level simple transfer protocol optimized for low latency and reliable connections between processes on the same host. The protocol uses simple framing for sending requests, responses, and data using multiple streams.

go-github-com-dgraph-io-badger 1.6.2
Propagated dependencies: go-github-com-andreasbriese-bbloom@0.0.0-20190825152654-46b345b51c96 go-github-com-dgraph-io-ristretto@1.0.1 go-github-com-dustin-go-humanize@1.0.1 go-github-com-golang-protobuf@1.5.4 go-github-com-pkg-errors@0.9.1 go-github-com-spf13-cobra@1.8.1 go-golang-org-x-net@0.46.0 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://dgraph.io/docs/badger
Licenses: ASL 2.0
Synopsis: Key-value database in Golang
Description:

BadgerDB implements an embeddable, key-value (KV) database, written in pure Go. It is designed to be highly performant for both reads and writes simultaneously. It uses Multi-Version Concurrency Control, supports concurrent serializable transactions.

go-github-com-rifflock-lfshook 2.4
Propagated dependencies: go-github-com-sirupsen-logrus@1.9.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rifflock/lfshook
Licenses: Expat
Synopsis: Local File System hook for Logrus logger
Description:

This package provides a hook for Logrus to write directly to a file on the file system. The log levels are dynamic at instantiation of the hook, so it is capable of logging at some or all levels.

go-github-com-go-errors-errors 1.5.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-errors/errors
Licenses: Expat
Synopsis: Errors with stacktraces for Golang
Description:

Package errors provides errors that have stack-traces. It provides the type *Error which implements the standard golang error interface, so you can use this library interchangeably with code that is expecting a normal error return.

go-github-com-saracen-zipextra 0.0.0-20220303013732-0187cb0159ea
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/saracen/zipextra
Licenses: Expat
Synopsis: Encoding and decoding ZIP archive format's "Extra Fields"
Description:

This package provides a library for encoding and decoding ZIP archive format's "Extra Fields". The intention is to eventually support and provide a low-level API for the majority of PKWARE's and Info-ZIP's extra fields.

go-github-com-cloudflare-circl 1.5.0
Propagated dependencies: go-github-com-bwesterb-go-ristretto@1.2.3 go-golang-org-x-crypto@0.43.0 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-crypto.scm (gnu packages golang-crypto)
Home page: https://blog.cloudflare.com/introducing-circl
Licenses: Modified BSD
Synopsis: Cloudflare Interoperable Reusable Cryptographic Library
Description:

CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is a collection of cryptographic primitives written in Go. The goal of this library is to be used as a tool for experimental deployment of cryptographic algorithms targeting Post-Quantum (PQ) and Elliptic Curve Cryptography (ECC).

go-github-com-gofiber-fiber-v2 2.52.5
Propagated dependencies: go-github-com-google-uuid@1.6.0 go-github-com-mattn-go-colorable@0.1.13 go-github-com-mattn-go-isatty@0.0.20 go-github-com-mattn-go-runewidth@0.0.16 go-github-com-tinylib-msgp@1.2.1 go-github-com-valyala-bytebufferpool@1.0.0 go-github-com-valyala-fasthttp@1.58.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/gofiber/fiber
Licenses: Expat
Synopsis: Express inspired web framework written in Golang
Description:

Package fiber is an https://github.com/expressjs/express, Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.

go-github-com-safchain-ethtool 0.5.9
Propagated dependencies: 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/safchain/ethtool
Licenses: ASL 2.0
Synopsis: Ethtool library for Golang
Description:

The ethtool package aims to provide a library that implements easy access to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve information from a network device such as statistics, driver related information or even the peer of a VETH interface.

go-github-com-mufti1-interconv 0.0.0-0.d7c7292
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mufti1/interconv
Licenses: Expat
Synopsis: Data type converter
Description:

InterConv converts interfaces into any data type.

Data type that can be converted:

  • Int

  • Int8

  • Int32

  • Int16

  • Int64

  • Float32

  • Float64

  • Boolean

  • String

  • Uint

  • Uint8

  • Uint16

  • Uint32

  • Uint64

  • Uintptr

go-github-com-jacobsa-ogletest 0.0.0-20170503003838-80d50a735a11
Propagated dependencies: go-github-com-jacobsa-oglematchers@0.0.0-20150720000706-141901ea67cd go-github-com-jacobsa-oglemock@0.0.0-20150831005832-e94d794d06ff go-github-com-jacobsa-reqtrace@0.0.0-20150505043853-245c9e0234cb go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/jacobsa/ogletest
Licenses: ASL 2.0
Synopsis: Expressive unit tests
Description:

Package ogletest provides a framework for writing expressive unit tests. It integrates with the builtin testing package, so it works with the gotest command. Unlike the testing package which offers only basic capabilities for signalling failures, it offers ways to express expectations and get nice failure messages automatically.

go-github-com-go-logfmt-logfmt 0.5.1
Channel: ffab
Location: ffab/packages/golang-xyz.scm (ffab packages golang-xyz)
Home page: https://github.com/go-logfmt/logfmt
Licenses: Expat
Synopsis: Marshals and unmarshals logfmt messages
Description:

Package logfmt implements utilities to marshal and unmarshal data in the logfmt format. The logfmt format records key/value pairs in a way that balances readability for humans and simplicity of computer parsing. It is most commonly used as a more human friendly alternative to JSON for structured logging.

go-github-com-go-logfmt-logfmt 0.6.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-logfmt/logfmt
Licenses: Expat
Synopsis: Marshal and unmarshal logfmt messages
Description:

Package logfmt implements utilities to marshal and unmarshal data in the logfmt format. The logfmt format records key/value pairs in a way that balances readability for humans and simplicity of computer parsing. It is most commonly used as a more human friendly alternative to JSON for structured logging.

go-github-com-eapache-channels 1.1.0
Propagated dependencies: go-github-com-eapache-queue@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/eapache/channels
Licenses: Expat
Synopsis: Portable mmap package for Golang
Description:

Package channels provides a collection of helper functions, interfaces and implementations for working with and extending the capabilities of golang's existing channels. The main interface of interest is Channel, though sub-interfaces are also provided for cases where the full Channel interface cannot be met (for example, InChannel for write-only channels).

go-github-com-jbenet-goprocess 0.1.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jbenet/goprocess
Licenses: Expat
Synopsis: Manage process life cycles in Go
Description:

goprocess introduces a way to manage process lifecycles in Go. It is much like go.net/context (it actually uses a Context), but it is more like a Context-WaitGroup hybrid. goprocess is about being able to start and stop units of work, which may receive Close signals from many clients.

go-github-com-itchyny-go-flags 1.5.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/itchyny/go-flags
Licenses: Modified BSD
Synopsis: Command line option parser for Golang
Description:

Package flags provides an extensive command line option parser. The flags package is similar in functionality to the go built-in flag package but provides more options and uses reflection to provide a convenient and succinct way of specifying command line options. It's an alternative fork of https://github.com/jessevdk/go-flags.

go-github-com-jacobsa-timeutil 0.0.0-20170205232429-577e5acbbcf6
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jacobsa/timeutil
Licenses: ASL 2.0
Synopsis: Code supplementing Go's time package
Description:

This package contains code that supplements the time package from the Go standard library.

In particular:

  • a Clock interface, with a fake implementation that can be used in tests

  • implementations of oglematchers.Matcher for time values

go-github-com-jacobsa-syncutil 0.0.0-20180201203307-228ac8e5a6c3
Propagated dependencies: go-golang-org-x-net@0.46.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jacobsa/syncutil
Licenses: ASL 2.0
Synopsis: Code supplementing Go's sync package
Description:

This package contains code that supplements the sync package from the Go standard library.

In particular:

  • Bundle, which makes it easy to write code that spawns multiple cancellation-aware workers that may fail

  • invariantMutex, which makes it possible to automatically check your invariants at lock and unlock time

go-github-com-hebcal-hebcal-go 0.9.31
Propagated dependencies: go-github-com-dustin-go-humanize@1.0.1 go-github-com-hebcal-gematriya@1.0.1 go-github-com-hebcal-greg@1.0.0 go-github-com-hebcal-hdate@1.1.0 go-github-com-nathan-osman-go-sunrise@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/hebcal/hebcal-go
Licenses: GPL 2+
Synopsis: Go library for the Hebcal perpetual Jewish calendar
Description:

This package provides a library for conversion between Hebrew and Gregorian dates, and generation of lists of Jewish holidays for a given year. Shabbat and holiday candle lighting and havdalah times are approximated based on location.

Torah readings, Daf Yomi, and counting of the Omer can also be specified. Algorithms are included to calculate yahrzeits, birthdays, and anniversaries.

go-github-com-creasty-defaults 1.8.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/creasty/defaults
Licenses: Expat
Synopsis: Initialize structs with default values
Description:

This package implements functionality to initialize structs with default values. It supports almost all kind of types: int/8/16/32/64, uint/8/16/32/64, float32/64, uintptr, bool, string, map, slice, struct, f,map[K1]map[K2]Struct, []map[K1]Struct[]

go-github-com-json-iterator-go 1.1.12
Propagated dependencies: go-github-com-modern-go-concurrent@1.0.3 go-github-com-modern-go-reflect2@1.0.2
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/json-iterator/go
Licenses: Expat
Synopsis: High-performance replacement for Golang @code{encoding/json}
Description:

This package implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json. Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter and variable type declarations (if any). jsoniter interfaces gives 100% compatibility with code using standard lib.

go-github-com-json-iterator-go 1.1.12
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-modern-go-reflect2@1.0.2 go-github-com-modern-go-concurrent@0.0.0-20180306012644-bacd9c7ef1dd go-github-com-google-gofuzz@1.2.0 go-github-com-davecgh-go-spew@1.1.1
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/json-iterator/go
Licenses: Expat
Synopsis: Benchmark
Description:

Package jsoniter implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json. Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter and variable type declarations (if any). jsoniter interfaces gives 100% compatibility with code using standard lib.

Total results: 1956