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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Package native provides easy access to native byte order.
ebpf-go is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs.
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/
This is a general overview of the features that comes with Clash.
provides a series of methods for big-endian and little-endian number operations
several IANA constants, and helpers used by dhcpv6 and dhcpv4
some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function
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)
a thin layer of wrappers around network interfaces
offering a few simple helpers and interfaces to provide a simple pattern for managing payload encoding and decoding.
Only for Windows, but some Go library need this
Package gostub is used for stubbing variables in tests, and resetting the original value once the test has been run.
Open web browser by xdg-open or other method
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.
Package promise provides a complete promise and future implementation.
some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function
Simple client library for access godoc.org API
Freedom wallpaper
dwl is a compact, hackable compositor for Wayland based on wlroots. It is intended to fill the same space in the Wayland world that dwm does in X11, primarily in terms of philosophy, and secondarily in terms of functionality. Like dwm, dwl is easy to understand and hack on, due to a limited size and a few external dependencies. It is configurable via config.h.
GCC is the GNU Compiler Collection. It provides compiler front-ends for several languages, including C, C++, Objective-C, Fortran, Ada, and Go. It also includes runtime support libraries for these languages.
GNAT is a compiler for the Ada 2012 programming language.It produces optimized code on platforms supported by the GNUCompiler Collection (GCC).
This package provides a complete GCC tool chain for C/C++ development to be installed in user profiles. This includes GCC, as well as libc (headers and binaries, plus debugging symbols in the debug output), and Binutils. GCC is the GNU Compiler Collection.