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.
The pty package provides functions for working with Unix pseudoterminals.
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
The imap package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
go-github-com-tomasen-realip can be used to get client's real public IP, which is usually useful for logging HTTP server.
This package provides a SASL library written in Go.
The uniseg package provides a tool to iterate over grapheme clusters. This may be used to determine the number of user-perceived characters, to split strings in their intended places, or to extract individual characters which form a unit.
go-github-com-tidwall-match is a very simple pattern matcher where * matches on any number of characters and ? matches on any one character.
Blackfriday is a Markdown processor in Go.
go-github-com-olebedev-emitter implements a channel-based pubsub pattern. The design goals are to use Golang concurrency model instead of flat callbacks and to design a very simple API that is easy to consume.
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
go-github-com-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
MauLogger is a logger for Go programs.
GJSON is a Go package that provides a fast and simple way to get values from a JSON document.
Go client API for InfluxDB 1.x.
go-golang-org-x-image provides immutable UUID structs and the functions NewV3, NewV4, NewV5 and Parse() for generating versions 3, 4 and 5 UUIDs as specified in RFC 4122.
go-github-com-kyokomi-emoji is a library for displaying emojis to the terminal.
go-github-com-go-logfmt-logfmt implements utilities to mars and unmarshal data in the logfmt format. It provides an API similar encoding/json and encoding/xml.
Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data.
Package imohash implements a fast, constant-time hash for files. It is based atop murmurhash3 and uses file size and sample data to construct the hash.
A speedy fuzzy matching package for Go inspired by the JavaScript library bevacqua/fuzzysearch.
Package ansi provides ansi escape sequence processing as defined by the ECMA-48 standard "Control Functions for Coded Character Sets - Fifth Edition".
go-github-com-klauspost-pgzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
go-github-com-jpillora-sizestr provides a library to pretty print byte counts in Go.
Bit Stream helper in Golang.