_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-azure-go-ansiterm 0.0.0-20210617225240-d185dfc1b5a1
Propagated dependencies: go-golang-org-x-sys@0.28.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/Azure/go-ansiterm
Licenses: Expat
Synopsis: Golang package for ANSI terminal emulation in Windows
Description:

This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.

go-github-com-araddon-dateparse 0.0.0-20210429162001-6b43995a97de
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/araddon/dateparse
Licenses: Expat
Synopsis: Go Date Parser
Description:

Package dateparse parses date-strings without knowing the format in advance, using a fast lex based approach to eliminate shotgun attempts. It leans towards US style dates when there is a conflict.

go-github-com-evanw-esbuild-api 0.24.2
Propagated dependencies: go-golang-org-x-sys@0.28.0
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/evanw/esbuild
Licenses: Expat
Synopsis: Why?
Description:

@urlhttps://esbuild.github.io/,Website | @urlhttps://esbuild.github.io/getting-started/,Getting started | @urlhttps://esbuild.github.io/api/,Documentation | @urlhttps://esbuild.github.io/plugins/,Plugins | @urlhttps://esbuild.github.io/faq/,FAQ.

go-github-com-gopherjs-gopherjs 1.17.2
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/gopherjs/gopherjs
Licenses: FreeBSD
Synopsis: GopherJS - A compiler from Go to JavaScript
Description:

GopherJS compiles Go code (@urlhttps://golang.org/,golang.org) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.

go-github-com-golang-jwt-jwt-v4 4.1.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/golang-jwt/jwt
Licenses: Expat
Synopsis: Golang implementation of JSON Web Tokens
Description:

This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.

go-github-com-netflix-go-expect 0.0.0-20220104043353-73e0943537d2
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-creack-pty@1.1.24
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/Netflix/go-expect
Licenses: ASL 2.0
Synopsis: go-expect
Description:

Package expect provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's psuedoterminal.

go-github-com-netflix-go-expect 0.0.0-20201125194554-85d881c3777e
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/Netflix/go-expect
Licenses: ASL 2.0
Synopsis: Expect-like library to automate control of terminal programs
Description:

This package provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's pseudoterminal.

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

Package leaktest provides tools to detect leaked goroutines in tests. To use it, call "defer leaktest.Check(t)()" at the beginning of each test that may use goroutines. copied out of the cockroachdb source tree with slight modifications to be more re-useable

go-github-com-minio-sha256-simd 1.0.0
Propagated dependencies: go-github-com-klauspost-cpuid-v2@2.2.8
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/minio/sha256-simd
Licenses: ASL 2.0
Synopsis: sha256-simd
Description:

Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.

go-github-com-vishvananda-netns 0.0.4
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/vishvananda/netns
Licenses: ASL 2.0
Synopsis: netns - network namespaces in go
Description:

Package netns allows ultra-simple network namespace handling. NsHandles can be retrieved and set. Note that the current namespace is thread local so actions that set and reset namespaces should use LockOSThread to make sure the namespace doesn't change due to a goroutine switch. It is best to close NsHandles when you are done with them. This can be accomplished via a `defer ns.Close()` on the handle. Changing namespaces requires elevated privileges, so in most cases this code needs to be run as root.

go-github-com-tailscale-netlink 1.1.1-0.20211101221916-cabfb018fe85
Propagated dependencies: go-golang-org-x-sys@0.28.0 go-github-com-vishvananda-netns@0.0.5
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/tailscale/netlink
Licenses: ASL 2.0
Synopsis: netlink - netlink library for go
Description:

Package netlink provides a simple library for netlink. Netlink is the interface a user-space program in linux uses to communicate with the kernel. It can be used to add and remove interfaces, set up ip addresses and routes, and confiugre ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. The low level primitives for netlink are contained in the nl subpackage. This package attempts to provide a high-level interface that is loosely modeled on the iproute2 cli.

go-github-com-neelance-sourcemap 0.0.0-20200213170602-2833bce08e4c
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/neelance/sourcemap
Licenses: FreeBSD
Synopsis:
#<unspecified>
go-github-com-neelance-sourcemap 0.0.0-20200213170602-2833bce08e4c
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/neelance/sourcemap
Licenses: FreeBSD
Synopsis:
#<unspecified>
go-github-com-keybase-stellarnet 0.0.0-20200318171650-0b120a59a787
Propagated dependencies: go-github-com-sirupsen-logrus@1.9.3 go-github-com-stretchr-testify@1.10.0 go-golang-org-x-crypto@0.31.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/stellarnet
Licenses: Modified BSD
Synopsis: stellarnet
#<unspecified>
go-github-com-glycerine-goconvey 0.0.0-20190410193231-58a59202ab31
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/glycerine/goconvey
Licenses: Expat
Synopsis: GoConvey is awesome Go testing
#<unspecified>
go-github-com-keybase-golang-ico 0.0.0-20181117022008-819cbeb217c9
Propagated dependencies: go-golang-org-x-image@0.23.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/keybase/golang-ico
Licenses:
Synopsis:
#<unspecified>
go-github-com-imkira-go-interpol 1.1.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/imkira/go-interpol
Licenses: Expat
Synopsis: interpol
#<unspecified>
go-github-com-stellar-go-network 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-go-openapi-inflect 0.19.0
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/go-openapi/inflect
Licenses: Expat
Synopsis:
#<unspecified>
go-github-com-stellar-go-address 0.0.0-20191010205648-0fc3bfe3dfa7
Propagated dependencies: go-github-com-asaskevich-govalidator@11.0.1 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-stellar-go-keypair 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 go-golang-org-x-crypto@0.31.0
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-btcsuite-btcd-wire 0.12.0-beta-0.67e573d
Channel: efraim-dfsg
Location: dfsg/main/golang.scm (dfsg main golang)
Home page: https://github.com/btcsuite/btcd
Licenses: ISC
Synopsis: btcd
#<unspecified>
go-github-com-logrusorgru-aurora 3.0.0
Channel: ffab
Location: ffab/packages/golang.scm (ffab packages golang)
Home page: https://github.com/logrusorgru/aurora
Licenses: Unlicense
Synopsis: Golang ultimate ANSI-colors that supports Printf/Sprintf methods
Description:

Package aurora implements ANSI-colors

Total results: 660