_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-xtaci-smux 1.5.30
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/xtaci/smux
Licenses: Expat
Synopsis: Introduction
Description:

Smux (Simple MUltipleXing) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or KCP, and provides stream-oriented multiplexing. The original intention of this library is to power the connection management for kcp-go.

go-github-com-oklog-ulid 1.3.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/oklog/ulid
Licenses: ASL 2.0
Synopsis: Universally Unique Lexicographically Sortable Identifier in Golang
Description:

This package implements ULID as specificed in https://github.com/ulid/spec.

Features of ULID:

  • 128-bit compatibility with UUID

  • 1.21e+24 unique ULIDs per millisecond

  • lexicographically sortable

  • canonically encoded as a 26 character string, as opposed to the 36 character UUID

  • uses Crockford's base32 for better efficiency and readability (5 bits per character)

  • case insensitive

  • no special characters (URL safe)

  • monotonic sort order (correctly detects and handles the same millisecond)

go-github-com-go-git-gcfg 1.5.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/go-git/gcfg/
Licenses: Modified BSD
Synopsis: Gcfg reads INI-style configuration files into Go structs
Description:

Gcfg reads INI-style configuration files into Go structs.

go-github-com-yudai-golcs 0.0.0-20170316035057-ecda9a501e82
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/yudai/golcs
Licenses: Expat
Synopsis: Go Longest Common Subsequence (LCS)
#<unspecified>
go-github-com-cncf-xds-go 0.0.0-20211216145620-d92e9ce0af51
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/cncf/xds
Licenses: ASL 2.0
Synopsis:
#<unspecified>
go-github-com-shurcool-go 0.0.0-20200502201357-93f07166e636
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/shurcooL/go
Licenses: Expat
Synopsis: go
Description:

Common Go code.

go-github-com-google-uuid 1.3.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/google/uuid
Licenses: Modified BSD
Synopsis: uuid
Description:

Package uuid generates and inspects UUIDs.

go-github-com-chzyer-test 1.0.0
Propagated dependencies: go-github-com-chzyer-logex@1.2.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/chzyer/test
Licenses: Expat
Synopsis: Testing library for Go
Description:

A testing library for Go programs.

go-github-com-gorilla-css 1.0.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/gorilla/css/
Licenses: Modified BSD
Synopsis: CSS3 tokenizer
Description:

This package provides a CSS3 tokenizer.

go-github-com-nfnt-resize 0.0.0-20180221191011-83c6a9932646
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/nfnt/resize
Licenses: ISC
Synopsis: This package is no longer being updated! Please look for alternatives if that bothers you.
Description:

Package resize implements various image resizing methods.

go-github-com-dave-astrid 0.0.0-20170323122508-8c2895878b14
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/dave/astrid
Licenses: Expat
Synopsis: Astrid
Description:

Package astrid is a collection of AST utilities

go-github-com-biogo-graph 0.0.0-20150317020928-057c1989faed
Propagated dependencies: go-gopkg-in-check-v1@1.0.0-20201130134442-10cb98267c6c
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biogo/graph
Licenses: Modified BSD
Synopsis: Undirected graph analysis for biogo
Description:

The package graph implements graph manipulation functions.

go-github-com-gobwas-glob 0.2.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gobwas/glob
Licenses: Expat
Synopsis: Go globbing library
Description:

This package provides a Go implementation of globs.

go-github-com-matryer-try 1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/matryer/try
Licenses: Expat
Synopsis: Simple idiomatic retry package for Go
Description:

This package provides an idiomatic Go retry module.

rust-git-testament-derive 0.2.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/kinnison/git-testament/
Licenses: Modified BSD
Synopsis: Record git working tree status when compiling your crate
Description:

This package provides an inner procedural macro for git-testament.

rust-git-testament-derive 0.1.14
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/kinnison/git-testament/
Licenses: Modified BSD
Synopsis: Record git working tree status when compiling your crate
Description:

This package provides an inner procedural macro for git-testament.

go-github-com-pion-sdp-v3 3.0.9
Propagated dependencies: go-github-com-pion-randutil@v0.1.0
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
Home page: https://github.com/pion/sdp
Licenses: Expat
Synopsis: Implementation of the SDP protocol in Golang
Description:

Package sdp implements Session Description Protocol.

go-github-com-muesli-ansi 0.0.0-20230316100256-276c6243b2f6
Propagated dependencies: go-github-com-mattn-go-runewidth@0.0.16 go-github-com-rivo-uniseg@0.4.7
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/muesli/ansi
Licenses: Expat
Synopsis: Raw ANSI sequence helpers
Description:

ANSI sequence helpers for working with raw ANSI sequences.

go-github-com-spf13-afero 1.2.2
Propagated dependencies: go-github-com-pkg-sftp@1.13.6 go-golang-org-x-text@0.18.0
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/spf13/afero
Licenses: ASL 2.0
Synopsis: File system abstraction for Go
Description:

This package provides a file system abstraction for Go.

go-github-com-xo-terminfo 0.0.0-20210125001918-ca9a967f8778
Channel: guix
Location: gnu/packages/golang.scm (gnu packages golang)
Home page: https://github.com/xo/terminfo
Licenses: Expat
Synopsis: Read the terminfo database in Go
Description:

The terminfo package implements terminfo database reading for Go.

go-github-com-dave-brenda 1.1.0
Propagated dependencies: go-github-com-dave-astrid@0.0.0-20170323122508-8c2895878b14 go-github-com-pkg-errors@0.9.1
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/dave/brenda
Licenses: Expat
Synopsis: Brenda
Description:

Package brenda is a boolean expression solver for Go AST

go-github-com-hanwen-fuse 2.0.3
Propagated dependencies: go-golang-org-x-sys@0.25.0
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/hanwen/go-fuse
Licenses: Modified BSD
Synopsis: FUSE bindings for Go
Description:

This package provides Go native bindings for the FUSE kernel module.

Total results: 1560