_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-go-chi-render 1.0.2
Propagated dependencies: go-github-com-ajg-form@1.5.1
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/go-chi/render
Licenses: Expat
Synopsis: easily manage HTTP request / response payloads of Go HTTP services
Description:

offering a few simple helpers and interfaces to provide a simple pattern for managing payload encoding and decoding.

go-github-com-tidwall-sjson 1.2.4
Dependencies: go-github-com-tidwall-gjson@1.13.0 go-github-com-tidwall-match@1.1.1 go-github-com-tidwall-pretty@1.2.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tidwall/sjson
Licenses: Expat
Synopsis: Set a json value quickly
Description:

SJSON is a Go package that provides a very fast and simple way to set a value in a json document.

go-github-com-hinshun-vt10x 0.0.0-20180616224451-1954e6464174
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/hinshun/vt10x
Licenses: Expat
Synopsis: Terminal emulation backend
Description:

This package is a vt10x terminal emulation backend. It has larged been influenced by st, rxvt, xterm, and iTerm as reference.

go-github-com-gosuri-uilive 0.0.4
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/gosuri/uilive
Licenses: Expat
Synopsis: uilive
Description:

Package uilive provides a writer that live updates the terminal. It provides a buffered io.Writer that is flushed at a timed interval.

go-github-com-google-go-cmp 0.5.9
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/google/go-cmp
Licenses: Modified BSD
Synopsis: Package for equality of Go values
Description:

This package is intended to be a more powerful and safer alternative to @codereflect.DeepEqual for comparing whether two values are semantically equal.

go-github-com-google-go-cmp 0.5.7
Channel: rrr
Location: rrr/packages/dns.scm (rrr packages dns)
Home page: https://github.com/google/go-cmp
Licenses: Modified BSD
Synopsis: Package for equality of Go values
Description:

This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal.

go-github-com-mrjones-oauth 0.0.0-20190623134757-126b35219450
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/mrjones/oauth
Licenses: Expat
Synopsis: OAuth 1.0 Library for
Description:

OAuth 1.0 consumer implementation. See http://www.oauth.net and RFC 5849

go-github-com-tidwall-match 1.1.1
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/tidwall/match
Licenses: Expat
Synopsis: Simple string pattern matcher for Go
Description:

go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.

go-github-com-gosuri-uilive 0.0.4
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/gosuri/uilive/
Licenses: Expat
Synopsis: Go library for updating terminal output in realtime
Description:

go-github-com-gosuri-uilive go library for updating terminal output in realtime. It provides a buffered io.Writer that is flushed at a timed interval. go-github-com-gosuri-uilive powers go-github-com-gosuri-uiprogress.

go-github-com-gofrs-uuid-v5 5.0.0
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/gofrs/uuid
Licenses: Expat
Synopsis: Golang UUID implementation (RFC-4122)
Description:

provides a pure Go implementation of Universally Unique Identifiers (UUID) variant as defined in RFC-4122. This package supports the following UUID versions:

Version 1, based on timestamp and MAC address (RFC-4122) Version 3, based on MD5 hashing of a named value (RFC-4122) Version 4, based on random numbers (RFC-4122) Version 5, based on SHA-1 hashing of a named value (RFC-4122)

go-github-com-go-shiori-dom 0.0.0-20210627111528-4e4722cd0d65
Propagated dependencies: go-golang-org-x-text@0.21.0 go-golang-org-x-net@0.33.0 go-github-com-andybalholm-cascadia@1.3.1 go-github-com-gogs-chardet@0.0.0-20211120154057-b7413eaefb8f
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/go-shiori/dom
Licenses: Expat
Synopsis: DOM
Description:

DOM is a Go package for manipulating @urlhttps://godoc.org/golang.org/x/net/html,HTML node. The methods that exist in this package has similar name and purpose as the DOM manipulation methods in JS, which make it useful when porting code from JS to Go. Currently it used in @urlhttps://github.com/go-shiori/warc,(code warc) and @urlhttps://github.com/go-shiori/go-readability,(code go-readability).

go-github-com-mmcdole-goxpp 1.0.0
Propagated dependencies: go-gopkg-in-yaml-v3@3.0.1 go-github-com-pmezard-go-difflib@1.0.0 go-github-com-davecgh-go-spew@1.1.1 go-github-com-stretchr-testify@1.10.0
Channel: small-guix
Location: small-guix/packages/papeer.scm (small-guix packages papeer)
Home page: https://github.com/mmcdole/goxpp
Licenses: Expat
Synopsis: goxpp
Description:

The @codegoxpp library is an XML parser library that is loosely based on the @urlhttp://www.xmlpull.org/v1/download/unpacked/doc/quick_intro.html,Java XMLPullParser. This library allows you to easily parse arbitrary XML content using a pull parser. You can think of @codegoxpp as a lightweight wrapper around Go's XML @codeDecoder that provides a set of functions that make it easier to parse XML content than using the raw decoder itself.

go-github-com-gin-gonic-gin 1.10.0
Propagated dependencies: go-github-com-gin-contrib-sse@0.1.0 go-github-com-go-playground-validator-v10@10.23.0 go-github-com-goccy-go-json@0.10.3 go-github-com-json-iterator-go@1.1.12 go-github-com-mattn-go-isatty@0.0.20 go-github-com-pelletier-go-toml-v2@2.2.3 go-github-com-quic-go-quic-go@0.45.2 go-github-com-ugorji-go-codec@1.2.12 go-golang-org-x-net@0.33.0 go-google-golang-org-protobuf@1.36.0 go-gopkg-in-yaml-v3@3.0.1
Channel: ffab
Location: ffab/packages/golang-web.scm (ffab packages golang-web)
Home page: https://gin-gonic.com/
Licenses: Expat
Synopsis: Golang HTTP web framework
Description:

This package provides Gin Web Framework written in Golang. It has a list of higliths comparting to similar Martini Web Framework:

  • Fast :: Radix tree based routing, small memory foot print. No reflection. Predictable API performance.

  • Middleware support :: An incoming HTTP request can be handled by a chain of middleware and the final action. For example: Logger, Authorization, GZIP and finally post a message in the DB.

  • Crash-free :: Gin can catch a panic occurred during a HTTP request and recover it. This way, your server will be always available. It’s also possible to report this panic to Sentry for example!

  • JSON validation :: Gin can parse and validate the JSON of a request, checking, for example, the existence of required values.

  • Routes grouping :: Organize your routes better. Authorization required vs non required, different API versions. In addition, groups can be nested infinitely without degrading performance.

  • Error management :: Gin provides a convenient way to collect all the errors occurred during a HTTP request. Eventually, middleware can write them to a log file, to a database and send them through the network.

  • Rendering built-in :: Gin provides an easy to use API for JSON, XML and HTML rendering.

go-github-com-couchbase-moss 0.2.0
Propagated dependencies: go-github-com-mschoch-smat@0.2.0 go-github-com-couchbase-ghistogram@0.1.0 go-github-com-blevesearch-mmap-go@1.0.3
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/couchbase/moss
Licenses: ASL 2.0
Synopsis:
#<unspecified>
go-github-com-stellar-go-xdr 0.0.0-20191010205648-0fc3bfe3dfa7
Propagated dependencies: go-github-com-lib-pq@1.2.0 go-github-com-pkg-errors@0.9.1 go-github-com-stellar-go-xdr-xdr3@0.0.0-20201028102745-f80a23dac78a
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-u-root-uio-uio 0.0.0-20230305220412-3e8cd9d6bf63
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/u-root/uio
Licenses: Modified BSD
Synopsis: uio
#<unspecified>
go-github-com-schollz-logger 1.2.0
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/schollz/logger
Licenses: Expat
Synopsis: Simplistic, opinionated logging for Golang
Description:

Simplistic, opinionated logging for Golang.

go-github-com-dsnet-compress 0.0.1
Propagated dependencies: go-github-com-ulikunitz-xz@0.5.12 go-github-com-klauspost-cpuid@1.2.3 go-github-com-klauspost-compress@1.17.11 go-github-com-dsnet-golib@0.0.0-20171103203638-1ea166775780
Channel: guixrus
Location: guixrus/packages/common/go.scm (guixrus packages common go)
Home page: https://github.com/dsnet/compress
Licenses: Modified BSD
Synopsis: Collection of compression libraries for Go
Description:

Collection of compression libraries for Go

go-github-com-valyala-gozstd 1.21.2
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/valyala/gozstd
Licenses: Expat
Synopsis: gozstd - go wrapper for
Description:

Package gozstd is Go wrapper for zstd.

go-github-com-titanous-json5 1.0.0
Propagated dependencies: go-github-com-kylelemons-godebug@1.1.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/titanous/json5
Licenses: Expat
Synopsis: json5
Description:

Package json5 implements decoding of JSON5 values.

go-github-com-pingcap-errors 0.11.4
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/pingcap/errors
Licenses: FreeBSD
Synopsis: Simple error handling primitives for Golang
Description:

Package errors provides simple error handling primitives.

go-github-com-keybase-go-git 4.0.0-rc9.0.20190209005256-3a78daa8ce8e+incompatible
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/go-git
Licenses: Expat
Synopsis: go-git
Description:

Package git is a low level and highly extensible git client library for reading repositories from git servers. It is written in Go from scratch, without any C dependencies.

go-github-com-rogpeppe-clock 0.0.0-20190514195947-2896927a307a
Propagated dependencies: go-github-com-frankban-quicktest@1.14.6
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/rogpeppe/clock
Licenses: LGPL 3
Synopsis: clock
Description:

An interface definition for a fully defined clock.

go-github-com-siddontang-rdb 0.0.0-20150307021120-fc89ed2e418d
Propagated dependencies: go-github-com-cupcake-rdb@0.0.0-20161107195141-43ba34106c76
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/siddontang/rdb
Licenses: Expat
Synopsis: Handle Redis RDB format in Golang
Description:

This package handles Redis RDB format in Golang.

Total results: 659