_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-go-logfmt-logfmt 0.5.1
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
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-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-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.33.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-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: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/json-iterator/go
Licenses: Expat
Synopsis: Benchmark
Description:

Package jsoniter implements encoding and decoding of JSON as defined in @urlhttps://rfc-editor.org/rfc/rfc4627.html,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.

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-zyedidia-clipper 0.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/zyedidia/clipper
Licenses: Expat Modified BSD
Synopsis: Clipboard access in Golang
Description:

This package provides a cross-platform clipboard library.

Platforms supported:

  • Linux via xclip or xsel or wl-copy/wl-paste

  • MacOS via pbcopy/pbpaste

  • Windows via the Windows clipboard API

  • WSL via clip.exe/powershell.exe

  • Android Termux via termux-clipboard-set/termux-clipboard-get

  • Plan9 via /dev/snarf

  • Anything else via a user-defined script

go-github-com-labstack-echo-v4 4.13.3
Propagated dependencies: go-github-com-labstack-gommon@0.4.2 go-github-com-valyala-fasttemplate@1.2.2 go-golang-org-x-crypto@0.31.0 go-golang-org-x-net@0.33.0 go-golang-org-x-time@0.8.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://echo.labstack.com/
Licenses: Expat
Synopsis: High performance, minimalist Go web framework
Description:

Package echo implements a high performance, minimalist Go web framework. Features:

  • optimized HTTP router which smartly prioritize routes

  • build robust and scalable RESTful APIs

  • group APIs

  • extensible middleware framework

  • define middleware at root, group or route level

  • data binding for JSON, XML and form payload

  • handy functions to send variety of HTTP responses

  • centralized HTTP error handling

  • template rendering with any template engine

  • define your format for the logger

  • highly customizable

  • automatic TLS via Let’s Encrypt

  • HTTP/2 support

go-github-com-keybase-saltpack 0.0.0-20211118165207-4039c5df46c0
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0 go-golang-org-x-sys@0.28.0 go-github-com-pmezard-go-difflib@1.0.0 go-github-com-davecgh-go-spew@1.1.1 go-golang-org-x-sync@0.10.0 go-golang-org-x-crypto@0.31.0 go-github-com-stretchr-testify@1.10.0 go-github-com-keybase-go-codec@0.0.0-20180928230036-164397562123
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/saltpack
Licenses: Modified BSD
Synopsis: saltpack
Description:

Package saltpack is an implementation of the saltpack message format. Saltpack is a light wrapper around Dan Berstein's famous NaCl library. It adds support for longer messages, streaming input and output of data, multiple recipients for encrypted messages, and a reasonable armoring format. We intend Saltpack as a replacement for the PGP messaging format, as it can be used in many of the same circumstances. However, it is designed to be: (1) simpler; (2) easier to implement; (3) judicious (perhaps judgmental) in its crypto usage; (4) fully modern (no CFB mode here); (5) high performance; (6) less bug- prone; (7) generally unwilling to output unauthenticated data; and (8) easier to compose with other software in any manner of languages or platforms.

go-github-com-shurcool-githubv4 0.0.0-20240429030203-be2daab69064
Propagated dependencies: go-github-com-shurcool-graphql@0.0.0-20230722043721-ed46e5a46466 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/shurcooL/githubv4
Licenses: Expat
Synopsis: Client library for GitHub GraphQL API v4
Description:

Package githubv4 is a client library for accessing GitHub GraphQL API v4.

go-github-com-antchfx-htmlquery 1.2.6
Propagated dependencies: go-github-com-antchfx-xpath@1.2.0 go-github-com-golang-groupcache@0.0.0-20210331224755-41bb18bfe9da go-golang-org-x-net@0.33.0 go-golang-org-x-text@0.21.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/antchfx/htmlquery
Licenses: Expat
Synopsis: htmlquery
#<unspecified>
go-github-com-saintfish-chardet 0.0.0-20120816061221-3af4cd4741ca
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/saintfish/chardet
Licenses: Expat
Synopsis: chardet
#<unspecified>
go-github-com-coreos-pkg-dlopen 0.0.0-20170901145554-459346e834d8
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/coreos/pkg
Licenses: ASL 2.0
Synopsis:
#<unspecified>
go-github-com-stellar-go-amount 0.0.0-20191010205648-0fc3bfe3dfa7
Propagated dependencies: go-github-com-stellar-go-xdr@0.0.0-20191010205648-0fc3bfe3dfa7
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/stellar/go
Licenses: ASL 2.0
Synopsis:
#<unspecified>
go-github-com-stellar-go-strkey 0.0.0-20191010205648-0fc3bfe3dfa7
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/stellar/go
Licenses: ASL 2.0
Synopsis:
#<unspecified>
go-github-com-fsnotify-fsnotify 1.8.0
Propagated dependencies: 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/fsnotify/fsnotify
Licenses: Modified BSD
Synopsis: File system notifications for Go
Description:

File system notifications for Go

go-github-com-wtolson-go-taglib 0.0.0-0.6e68349
Propagated dependencies: pkg-config@0.29.2 taglib@1.12
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/wtolson/go-taglib
Licenses: Unlicense
Synopsis: Go wrapper for taglib
Description:

Go wrapper for taglib

go-github-com-keybase-clockwork 0.1.1-0.20161209210251-976f45f4a979
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/clockwork
Licenses: ASL 2.0
Synopsis: clockwork
Description:

a simple fake clock for golang

go-github-com-d4l3k-go-bfloat16 0.0.0-20211005043715-690c3bdd05f1
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/d4l3k/go-bfloat16
Licenses: Expat
Synopsis: go-bfloat16
Description:

BFloat16 conversion utilities for Go/Golang.

Total results: 1754