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-nu7hatch-gouuid 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.
SOCKS5 server in Golang
This package provides a Sqlite3 driver for Go using database/sql.
Pure-Go library for cross-platform local peer discovery using UDP multicast.
Library to listen for keystrokes from the keyboard
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.
The textwrapper package provides a writer that wraps long text lines to a specified length.
zyedidia-clipboard provides copying and pasting to the Clipboard for Go.
go-maunium-net-go-mautrix is a Golang Matrix framework.
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
go-github-com-vividcortex-gohistogram contains implementations of weighted and exponential histograms.
Work in Progress. This still needs a lot of help to be complete, or even usable!
Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
go-github-com-anmitsu-go-shlex provides a simple lexical analysis like the Unix shell.
Package blackfriday is a markdown processor.
The message package implements the Internet Message Format and Multipurpose Internet Mail Extensions in Go.
Clean up raw terminal output by stripping escape sequences, optionally preserving color.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
Package mnemonicode.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
Package poller is a file-descriptor multiplexer. It allows concurent Read and Write operations from and to multiple file-descriptors without allocating one OS thread for every blocked operation. It operates similarly to Go's netpoller (which multiplexes network connections) without requiring special support from the Go runtime. It can be used with tty devices, character devices, pipes, FIFOs, and any file-descriptor that is poll-able (can be used with select(2), epoll(7), etc.) In addition, package poller allows the user to set timeouts (deadlines) for read and write operations, and also allows for safe cancelation of blocked read and write operations; a Close from another go-routine safely cancels ongoing (blocked) read and write operations.
This package provides a very simple thread-safe progress bar which should work on every OS without problems. I needed a progressbar for croc and everything I tried had problems, so I made another one. In order to be OS agnostic I do not plan to support multi-line outputs.
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.
This package provides supplemental Go networking libraries.