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.
socketpair is a Go library that provides bidirectionally connected net.Conns, net.PacketConns made from socketpair(2) as well as bidirectionally connected net.TCPConns.
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.
Simple client library for access godoc.org API
DHCPv4 decoding/encoding library with client and server code, written in Go.
Only for Windows, but some Go library need this
provides a series of methods for big-endian and little-endian number operations
✨
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.
several IANA constants, and helpers used by dhcpv6 and dhcpv4
Open web browser by xdg-open or other method
a thin layer of wrappers around network interfaces
simple implementation of RFC1035 labels, used by dhcpv6 and dhcpv4
Package netlink provides low-level access to Linux netlink sockets (AF_NETLINK).
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.
Package form implements encoding and decoding of application/x-www-form-urlencoded data.
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/
Package automaxprocs automatically sets GOMAXPROCS to match the Linux container CPU quota, if any.
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.
some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function
some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function
This package is intended to be a more powerful and safer alternative to @codereflect.DeepEqual for comparing whether two values are semantically equal.
Package lz4 implements reading and writing lz4 compressed data.
ebpf-go is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs.