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.
go-github-com-go-windows-terminal-sequences is a globally unique id generator library, ready to safely be used directly in your server code.
Terminal utilities for golang
go-github-com-dsnet-golib is a collection of mostly unrelated helper libraries.
Super-Isolated Elliptic Curve Implementation in Go
This package provides a logger in Go.
go-github-com-bradfitz-iter provides a syntactically different way to iterate over integers. That's it.
go-gemini implements the Gemini protocol in Go. It provides an API similar to that of net/http to facilitate the development of Gemini clients and servers.
This package provides character set convertion as a Go library.
Minimalist assertion library
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
The maildir package provides an interface to mailboxes in the Maildir format.
Is provides a quick, clean and simple framework for writing Go tests.
Package cli provides a minimal framework for creating and organizing command line Go applications.
This package implements a low-level key/value store in Go.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
Simple request logging in Go
Golang library for media type and file extension detection, based on magic numbers.
SipHash is a family of pseudo-random functions optimized for speed on short messages. It computes a 64-bit or 128 bit message authentication code from a variable-length message and 128-bit secret key. This implementation uses the recommended parameters c=2 and d=4.
disintegration-imaging provides basic image processing functions such as resize, rotate, crop, brightness/contrast, adjustments, etc.
The getopt package is a POSIX-compatible implementation of getopt(3) for Go.
guile-for-loops is a re-implementation of a large-ish chunk of racket for-macros. guile-for-loops is mostly compatible with racket's macros, with the largest omission being the body-or-break clause and some of the sequence iterators (like in-cycle, which can be covered by circular lists). There are other differences of course, like for/foldr not being on par feature-wise, and all the nicities you get by having a generic sequence interface.
guile-threading-macros implements a version of the famous clojure threading macros. These are syntax-rules macros, and are as such portable across r(5 6 7)rs-conforming implementations.