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.
This package provides functionality for detecting natural languages and scripts (writing systems). Languages are represented by a defined list of constants, while scripts are represented by RangeTable.
dots is a Go package that provides advanced wildcard file and package matching, similar to the behavior used by tools like go test and golint. It helps to easily resolve file paths and packages using patterns with ... wildcards, and supports flexible exclusion rules.
Hebcal's hdate package converts between Hebrew and Gregorian dates.
intmap is a fast hashmap implementation for Golang, specialized for maps with integer type keys.
This package provides a very simple thread-safe progress bar. The progressbar implements an io.Writer so it can automatically detect the number of bytes written to a stream, so you can use it as a progressbar for an io.Reader. When progressbar's length is undetermined, a customizable spinner is shown.
Golex is a lex/flex like (not fully POSIX lex compatible) utility. It renders .l formatted data to Go source code. The .l data can come from a file named in a command line argument. If no non-opt args are given, golex reads stdin.
go-singleinstance is a Go library to have only one instance of a software (based on Python's tendo).
Package stdr implements github.com/go-logr/logr.Logger in terms of Go's standard log package.
This package provides a native Go clean room implementation of the Porter Stemming Algorithm.
The Freetype font rasterizer in the Go programming language.
ANSI sequence helpers for working with raw ANSI sequences.
Go package containing implementations of encoders and decoders for various data formats.
Package temperrcatcher provides a TempErrCatcher object, which implements simple error-retrying functionality.
This package is a Go implementation of the zap file format. The zap file format is used by the bleve search engine to store its indexes. It is documented at https://github.com/blevesearch/zapx/blob/master/zap.md. It was originated as https://github.com/blevesearch/zap.
This package provides a logging library used by Pion.
This package provides Go stemmers generated by the Snowball project.
All these stemmers export a single Stem() method which operates on a snowball Env structure. The Env structure maintains all state for the stemmer. A new Env is created to point at an initial string. After stemming, the results of the Stem() operation can be retrieved using the Current() method. The Env structure can be reused for subsequent calls by using the SetCurrent() method.
EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. It maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors.
Go library for the TOML configuration language
This package provides a cobra adapter for the mango man-page generator.
This package provides gitignore-style path pattern matching in Go. It implements the same matching rules used by .gitignore files to determine whether a file path matches a given pattern.
Ristretto is a concurrent, fixed size, in-memory cache with a dual focus on throughput and hit ratio performance.
This package implements functionality to encode and decode DRCS Sixel. The package provides the following commands:
gosrImage renderergosdDecoder to pnggoscatRender catsgosgifRender animation GIFgoslRun SL
This package implements functionality to format Assembler code the same way that gofmt formats Go code.
This package provides a simple lexical analyzer to parse shell-like commands.