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.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
Simple stardict program, writen by c
Free English to Chinese Dictionary Database
Cutter is a free and open-source reverse engineering platform powered by rizin. It aims at being an advanced and customizable reverse engineering platform while keeping the user experience in mind. Cutter is created by reverse engineers for reverse engineers.
Unscii attempts to support character cell art well while also being suitable for terminal and programming use.
UNI-VGA is a Unicode VGA font for X11 and console. It is primarily intended to be the single source of fonts for console and for XDosEmu.
The CH341 is declined in several flavors, and may support one or more of UART, SPI, I2C and GPIO.
GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs.
GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs.
GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. It has been modified to remove all non-free binary blobs.
It provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server.
a 9P file server
✨
Package form implements encoding and decoding of application/x-www-form-urlencoded data.
some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function
Simple client library for access godoc.org API
Only for Windows, but some Go library need this
Complete and usable DNS library. All Resource Records are supported, including the DNSSEC types. It follows a lean and mean philosophy. If there is stuff you should know as a DNS programmer there isn't a convenience function for it. Server side and client side programming is supported, i.e. you can build servers and resolvers with it.
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.
some wrapper for htpp.FilSystem provode: 1. keep or skip files 2. io utility function
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 gostub is used for stubbing variables in tests, and resetting the original value once the test has been run.
offering a few simple helpers and interfaces to provide a simple pattern for managing payload encoding and decoding.