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.
Package netlink provides low-level access to Linux netlink sockets (AF_NETLINK).
Package form implements encoding and decoding of application/x-www-form-urlencoded data.
DHCPv4 decoding/encoding library with client and server code, written in Go.
some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function
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.
simple implementation of RFC1035 labels, used by dhcpv6 and dhcpv4
This is a general overview of the features that comes with Clash.
✨
a thin layer of wrappers around network interfaces
Only for Windows, but some Go library need this
offering a few simple helpers and interfaces to provide a simple pattern for managing payload encoding and decoding.
This package is intended to be a more powerful and safer alternative to @codereflect.DeepEqual for comparing whether two values are semantically equal.
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 loosly modeled on the iproute2 cli.
This package provides access to Linux packet sockets (AF_PACKET) in Go
Package promise provides a complete promise and future implementation.
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)
socketpair is a Go library that provides bidirectionally connected net.Conns, net.PacketConns made from socketpair(2) as well as bidirectionally connected net.TCPConns.
ebpf-go is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs.
Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support.
Package automaxprocs automatically sets GOMAXPROCS to match the Linux container CPU quota, if any.
provides a series of methods for big-endian and little-endian number operations