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.
go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.
Package blackfriday is a markdown processor.
Golang library for media type and file extension detection, based on magic numbers.
Super-Isolated Elliptic Curve Implementation in Go
This package provides supplemental Go networking libraries.
Collection of compression libraries for Go
zyedidia-clipboard provides copying and pasting to the Clipboard for Go.
Package colorstring provides functions for colorizing strings for terminal output.
Simplistic, opinionated logging for Golang.
This package provides a logger in Go.
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
go-maunium-net-go-mautrix is a Golang Matrix framework.
go-github-com-gosuri-uilive go library for updating terminal output in realtime. It provides a buffered io.Writer that is flushed at a timed interval. go-github-com-gosuri-uilive powers go-github-com-gosuri-uiprogress.
go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.
go-github-com-bradfitz-iter provides a syntactically different way to iterate over integers. That's it.
SOCKS5 server in Golang
The pty package provides functions for working with Unix pseudoterminals.
The textwrapper package provides a writer that wraps long text lines to a specified length.
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.
Converts markdown into roff (man pages).
Work in Progress. This still needs a lot of help to be complete, or even usable!
This package provides a Sqlite3 driver for Go using database/sql.
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.
disintegration-imaging provides basic image processing functions such as resize, rotate, crop, brightness/contrast, adjustments, etc.