_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


go-github-com-hugelgupf-socketpair 0.0.0-20190730060125-05d35a94e714
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/hugelgupf/socketpair
Licenses: Modified BSD
Build system: go
Synopsis: socketpair is currently mostly used in testing Go protocol libraries.
Description:

socketpair is a Go library that provides bidirectionally connected net.Conns, net.PacketConns made from socketpair(2) as well as bidirectionally connected net.TCPConns.

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
Build system: go
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-shurcool-go-vfs 0.0.0-20200502201357-93f07166e636
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/shurcooL/go
Licenses: Expat
Build system: go
Synopsis: library for accessing godoc.org
Description:

Simple client library for access godoc.org API

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
Build system: go
Synopsis:
#<unspecified>
go-github-com-insomniacslk-dhcp-dhcpv4 0.0.0-20230516061539-49801966e6cb
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/insomniacslk/dhcp
Licenses: Modified BSD
Build system: go
Synopsis: implementation of DHCPv4 packet, client and server
Description:

DHCPv4 decoding/encoding library with client and server code, written in Go.

go-github-com-inconshreveable-mousetrap 1.1.0
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/inconshreveable/mousetrap
Licenses: ASL 2.0
Build system: go
Synopsis: tiny library use for answer a single question
Description:

Only for Windows, but some Go library need this

go-github-com-dreamacro-protobytes 0.0.0-20230524072133-0b6ef2348cfa
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/Dreamacro/protobytes
Licenses:
Build system: go
Synopsis: Protobytes is a Go library inspired by Rust's crate bytes.
Description:

provides a series of methods for big-endian and little-endian number operations

go-github-com-samber-lo 1.38.1
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/samber/lo
Licenses: Expat
Build system: go
Synopsis: lo - Iterate over slices, maps, channels...
Description:

go-github-com-jsimonetti-rtnetlink 1.3.3
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/jsimonetti/rtnetlink
Licenses: Expat
Build system: go
Synopsis: read and altered kernel's routing tables
Description:

Package rtnetlink allows the kernel's routing tables to be read and altered. Network routes, IP addresses, Link parameters, Neighbor setups, Queueing, disciplines, Traffic classes and Packet classifiers may all be controlled. It is based on netlink messages.

go-github-com-insomniacslk-dhcp-iana 0.0.0-20230516061539-49801966e6cb
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/insomniacslk/dhcp
Licenses: Modified BSD
Build system: go
Synopsis: several IANA constants and helpers
Description:

several IANA constants, and helpers used by dhcpv6 and dhcpv4

go-github-com-shurcool-go-vfs 0.0.0-20200502201357-93f07166e636
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/shurcooL/go
Licenses: Expat
Build system: go
Synopsis: Open web browser in Go
Description:

Open web browser by xdg-open or other method

go-github-com-insomniacslk-dhcp-interfaces 0.0.0-20230516061539-49801966e6cb
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/insomniacslk/dhcp
Licenses: Modified BSD
Build system: go
Synopsis: wrappers around network interfaces
Description:

a thin layer of wrappers around network interfaces

go-github-com-insomniacslk-dhcp-rfc1035label 0.0.0-20230516061539-49801966e6cb
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/insomniacslk/dhcp
Licenses: Modified BSD
Build system: go
Synopsis: simple implementation of RFC1035 labels
Description:

simple implementation of RFC1035 labels, used by dhcpv6 and dhcpv4

go-github-com-mdlayher-netlink 1.7.2
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/mdlayher/netlink
Licenses: Expat
Build system: go
Synopsis: provide low-level access to Linux netlink sockets in Go
Description:

Package netlink provides low-level access to Linux netlink sockets (AF_NETLINK).

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
Build system: go
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-ajg-form 1.5.1
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/ajg/form
Licenses: Modified BSD
Build system: go
Synopsis: form
Description:

Package form implements encoding and decoding of application/x-www-form-urlencoded data.

go-github-com-go-chi-cors 1.2.1
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/go-chi/cors
Licenses: Expat
Build system: go
Synopsis: CORS net/http middleware
Description:

cors package is net/http handler to handle CORS related requests as defined by @urlhttp://www.w3.org/TR/cors/,http://www.w3.org/TR/cors/

go-go-uber-org-automaxprocs 1.5.2
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://go.uber.org/automaxprocs
Licenses: Expat
Build system: go
Synopsis: automaxprocs
Description:

Package automaxprocs automatically sets GOMAXPROCS to match the Linux container CPU quota, if any.

go-github-com-shurcool-vfsgen 0.0.0-20200824052919-0d455de96546
Propagated dependencies: go-github-com-shurcool-httpfs-vfsutil@0.0.0-20190707220628-8d4bc4ba7749
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/shurcooL/vfsgen
Licenses: Expat
Build system: go
Synopsis: takes an http.FileSystem and generates Go code that statically implements the provided http.FileSystem.
Description:

Features: 1..Efficient generated code without unneccessary overhead. 2.Uses gzip compression internally (selectively, only for files that compress well). 3.Enables direct access to internal gzip compressed bytes via an optional interface. 4.Outputs gofmted Go code.

go-github-com-shurcool-httpfs-vfsutil 0.0.0-20190707220628-8d4bc4ba7749
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/shurcooL/httpfs
Licenses: Expat
Build system: go
Synopsis: some wrapper for http.FileSystem
Description:

some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function

go-github-com-shurcool-httpfs-filter 0.0.0-20190707220628-8d4bc4ba7749
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/shurcooL/httpfs
Licenses: Expat
Build system: go
Synopsis: some wrapper for http.FileSystem
Description:

some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function

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
Build system: go
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-pierrec-lz4-v4 4.1.17
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/pierrec/lz4
Licenses: Modified BSD
Build system: go
Synopsis: lz4 : LZ4 compression in pure Go
Description:

Package lz4 implements reading and writing lz4 compressed data.

go-github-com-cilium-ebpf 0.10.0
Channel: hui
Location: hui/packages/proxy.scm (hui packages proxy)
Home page: https://github.com/cilium/ebpf
Licenses: Expat
Build system: go
Synopsis: provide some utils for eBPF programs
Description:

ebpf-go is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs.

Total packages: 72166