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.
Shellquote provides utilities for joining/splitting strings using sh's word-splitting rules.
It's an alternative fork of https://github.com/kballard/go-shellquote.
Package errdefs defines the common errors used throughout containerd packages.
This package automatically set GOMAXPROCS to match Linux container CPU quota.
This package just simplifies working with go/* packages to parse a source code. Initially the package was written to simplify code generation.
Package circllhist provides an implementation of Circonus fixed log-linear histogram data structure. This allows tracking of histograms in a composable way such that accurate error can be reasoned about.
Package vfs provides an abstraction of the os and ioutil packages that is easy to test.
This package provides a virtual terminal widget for the tcell Go library.
This package provides a base32 encoding package from go with NoPadding option.
This package provides a text formatting functions in Go.
lumin is a simple command-line program which highlights matches to a specified pattern (string or regex) in the specified files. This is like grep with --color, except that lumin shows all lines, not just matching lines. This package provides a CLI tool and colors library.
This package provides a C99 compiler front end.
This package implements Unicode Text Segmentation according to Unicode Standard Annex #29.
This package implements /dev/loop device in Go.
Leveled execution logs for Go.
Go-Logging implements a logging infrastructure for Go. Its output format is customizable and supports different logging backends like syslog, file and memory. Multiple backends can be utilized with different log levels per backend and logger.
This package implements a feature of limiting the maximum number of concurrently started routines which has the same role and API as sync.WaitGroup. It could for example be used to start multiples routines querying a database but without sending too much queries in order to not overload the given database.
This Package provides a functionality of INI file read and write, implementing features:
load from multiple data sources(file,
[]byte,io.Readerandio.ReadCloser) with overwritesread with recursion values
read with parent-child sections
read with auto-increment key names
read with multiple-line values
read with tons of helper methods
read and convert values to Go types
read and WRITE comments of sections and keys
manipulate sections, keys and comments with ease
keep sections and keys in order as you parse and save
The term package implements PTY creation and termios get/set attributes. It also contains some convenience functions for colors, SSH to and from termios translations, readCh, reading passwords, etc.
gostl is a data structure and algorithm library for Go, designed to provide functions similar to C++ STL.
Package webp implements a decoder and encoder for https://en.wikipedia.org/wiki/WebP, WebP images. It's a maintained fork of github.com/chai2010/webp.
The ical package provides an ICS/iCalender parser and serialiser for Go.
Set is the set collection for the Go language.
Go-Autostart is a Go library to run a command after login.
Package ring implements a FIFO queue backed by a ring buffer.