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-jpillora-sizestr provides a library to pretty print byte counts in Go.
Library to listen for keystrokes from the keyboard
go-github-com-hashicorp-errwrap is a package that formalizes the pattern of wrapping errors and checking if an error contains another error.
go-github-com-bradfitz-iter provides a syntactically different way to iterate over integers. That's it.
Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
Golang library for media type and file extension detection, based on magic numbers.
Simplistic, opinionated logging for Golang.
Work in Progress. This still needs a lot of help to be complete, or even usable!
Simple request logging in Go
This package provides a Sqlite3 driver for Go using database/sql.
The colorful package providos a library for using colors in Go. colorful stores colors in RGB and provides methods for converting these to various color spaces.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
This package provides a logger in Go.
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
Converts markdown into roff (man pages).
Pure-Go library for cross-platform local peer discovery using UDP multicast.
Package mnemonicode.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
go-github-com-oklog-run a universal mechanism to manage goroutine lifecycles.
Blackfriday is a Markdown processor in Go.
This package implements a low-level key/value store in Go.
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
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.
This SRFI defines two disjoint immutable container types known as Maybe and Either, both of which can contain objects collectively known as their payload. A Maybe object is either a Just object or the unique object Nothing (which has no payload); an Either object is either a Right object or a Left object. Maybe represents the concept of optional values; Either represents the concept of values which are either correct (Right) or errors (Left).